Huffman Coding Class
Published in Source Code, Huffman Coding
This version of file encoder and decoder program is based on the Huffman coding method. It explicitly demonstrates the details of the files during the encoding and decoding. The algorithm is encapsulated in a class En_Decode in standard C++.
http://codeproject.com/cpp/HandyHuffmanCoding.asp
* *
Posted in June 6th, 2004
1 User Commented In " Huffman Coding Class "
Subscribes to this post Comment RSS or TrackBack URL
1-23-2008 at 11:39:07 from 85.185.244.85
good