Line 53: Line 53:
 
[[JavaHowTo InterleaveAndDeinterleave|How to interleave and deinterleave]]
 
[[JavaHowTo InterleaveAndDeinterleave|How to interleave and deinterleave]]
  
==Etc.==
+
[[JavaHowTo UniformError|How to apply uniform error]]
[[JavaHowTo ColorConversion|How to convert YUV color to RGB color]]
+
  
 +
==File==
 +
[[JavaHowTo CurrentPath|How to get the current path]]
 +
 +
[[JavaHowTo CreateDirectory|How to create directory]]
 +
 +
[[JavaHowTo WaitFile|How to wait a file to be ready]]
 +
 +
[[JavaHowTo DeleteFile|How to delete a file]]
 +
 +
[[JavaHowTo CountLines|How to count lines]]
 +
 +
[[JavaHowTo FileFromString|How to save a string to a file]]
 +
 +
[[JavaHowTo FileToStringArray|How to read string from a file]]
 +
 +
==GUI==
 
[[JavaHowTo ApplyLookAndFeel|How to apply a look and feel]]
 
[[JavaHowTo ApplyLookAndFeel|How to apply a look and feel]]
  
 +
[[JavaHowTo UndoManager|How to get UndoManager]]
 +
 +
[[JavaHowTo FileOpenDialog|How to show File Open Dialog]]
 +
 +
==Video==
 +
[[JavaHowTo ColorConversion|How to convert YUV color to RGB color]]
 +
 +
[[JavaHowTo CalculatePSNR|How to calculate PSNR]]
 +
 +
==Etc.==
 
[[JavaHowTo SimpleTableModel|How to simplify a table model]]
 
[[JavaHowTo SimpleTableModel|How to simplify a table model]]
 +
 +
[[JavaHowTo EncryptDecrypt| How to encrypt and decrypt]]
  
  
 
[[Java|Back to Java]]
 
[[Java|Back to Java]]

Revision as of 07:35, 4 December 2010

Convert

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 object to file

How to convert file to object

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 to binary

How to convert byte array to integer array

How to convert integer array to byte array

How to convert unsigned type (written in C)

How to convert long to IP

How to convert IP to long

Math

How to compute factorial

How to compute combination

Util

How to compute time duration

How to use property file

How to execute an external program

FEC

How to interleave and deinterleave

How to apply uniform error

File

How to get the current path

How to create directory

How to wait a file to be ready

How to delete a file

How to count lines

How to save a string to a file

How to read string from a file

GUI

How to apply a look and feel

How to get UndoManager

How to show File Open Dialog

Video

How to convert YUV color to RGB color

How to calculate PSNR

Etc.

How to simplify a table model

How to encrypt and decrypt


Back to Java

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett