搜索资源列表
huffman_src
- I ve written some many years ago dynamic Huffman algorithm to compress and decompress data. It is mainly targeted to data with some symbols occuring more often than the rest (e.g. having some data file consisted of 3 different symbols and their total
comp
- Huffman算法做的压缩解压程序-compress/uncompress program with Huffman algorithm
Huffman_Final
- code to compress data usin huffman algorithm
huffman_compress
- 基于哈夫曼算法实现的文件压缩和解压缩程序。用MFC编程实现,有界面,可以浏览选择要压缩或者要解压的文件。-Huffman algorithm based on file compression and decompression process. Programming with MFC, there are interfaces, you can browse option to compress or to decompress the file.
huffman
- 哈弗曼压缩算法,可以压缩和解压小于4G的文件,压缩效率较高-Ha Fuman compression algorithm can compress and decompress the file is less than 4G, a higher compression efficiency
huffman
- 使用哈夫曼算法对英文文本进行压缩和解压缩,有简单的界面和详细的说明。-Using the Huffman algorithm to compress and decompress the English text, a simple interface and detailed instructions.
hafuman
- 使用哈弗曼算法,对文件进行压缩然后再进行解压。-Use the Huffman algorithm to compress the file and then decompress.
gzip
- gzip压缩解压实现算法,该算法基于Huffman编码,能够压缩和解压.gz格式的文件。-gzip compression decompression algorithm, the algorithm based on Huffman coding to compress and decompress .gz format.