Line 1: | Line 1: | ||
− | == | + | ==Conversion== |
[[JavaHowTo ConvertObjectArrayToStringArray|How to convert object array to string array]] | [[JavaHowTo ConvertObjectArrayToStringArray|How to convert object array to string array]] | ||
Line 37: | Line 37: | ||
[[JavaHowTo ConvertIPToLong|How to convert IP to long]] | [[JavaHowTo ConvertIPToLong|How to convert IP to long]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==FEC== | ==FEC== | ||
Line 74: | Line 62: | ||
[[JavaHowTo FileOpenDialog|How to show File Open Dialog]] | [[JavaHowTo FileOpenDialog|How to show File Open Dialog]] | ||
+ | |||
+ | ==Math== | ||
+ | [[JavaHowTo MathFactorial|How to compute factorial]] | ||
+ | |||
+ | [[JavaHowTo MathCombination|How to compute combination]] | ||
+ | |||
+ | ==Util== | ||
+ | [[JavaHowTo ExecutionTimer|How to compute time duration]] | ||
+ | |||
+ | [[JavaHowTo PropertyFile|How to use property file]] | ||
+ | |||
+ | [[JavaHowTo ExecuteExternalProgram|How to execute an external program]] | ||
==Video== | ==Video== |
Revision as of 07:06, 4 December 2010
Conversion
How to convert object array to string array
How to convert object to byte array
How to convert byte array to object
How to convert byte array to file
How to convert file to byte array
How to convert double to string
How to convert string to integer
How to convert string to double
How to convert object to integer
How to convert object to double
How to convert byte array to hex
How to convert byte array to integer array
How to convert integer array to byte array
How to convert unsigned type (written in C)
FEC
How to interleave and deinterleave
File
How to wait a file to be ready
How to save a string to a file
How to read string from a file
GUI
Math
Util
How to execute an external program
Video
How to convert YUV color to RGB color