-
-
image_process.zip
ImageStone is a powerful C++ class library for image manipulation. It is written in pure C++ and is easily to portable. Its features include load/save (supports BMP, GIF, JPG, PNG, TIF, ICO, TGA, PCX, PSD...), display, histogram, undo/redo, and image ...
-
randomc.zip
Uniform random number generators
by Agner Fog, 2001 - 2007
randomc.zip contains a C++ class library of uniform random number generators of good quality.
The random number generators found in standard libraries are often of a poor quality, ...
-
-
-
-
VChelp.rar
VC help material. describe some detail class library
-
myfft_ifft.zip
FFT and IFFT for 16-bits wave, you can
use this instead of convolution calculate, input samples must be 2^n.
If its not 2^n samples just stuff zero
in last array.
I already make it to C++ class you can
new a calss and do it easy
-
-
lzwnhuffman.zip
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
-
time.rar
class Time
{
public:
Time(int =0,int =0,int =0)
void setTime(int,int,int)
void printMilitary()
void printStandard()
private:
int hour
int minute
int second
}
-