搜索资源列表
HuffmanTree
- huffman树的基本实现. 利用读取TXT文件统计产生huffman树,从而对TXT文件进行压缩和解压.
HuffmanTree
- 霍夫曼编码,可以实现对文件的压缩和解压,很好的巩固了数据结构中的知识。有注释。-It is about Huffman .To new learner,it is good code.
Huffman
- Huffman算法,实现数据的压缩和解压缩功能-Huffman algorithm, data compression and decompression functions
huffman
- 根据哈夫曼树的原理,实现哈夫曼压缩和解压缩-Huffman tree according to the principles of realization of Huffman compression and decompression
hafumanTree
- 数据结构课程设计,在VC环境下完成,利用哈夫曼树原理,主要功能是实现字符的压缩和解压缩,设计脉络清晰,易懂-Data structure course design, completed in the VC environment, using Huffman tree principle, the main function is to achieve the character of the compression and decompression, design, clear struc
huffman
- VC++基于哈弗曼算法的一个压缩和解压的VC例子,可视界面操作,可方便运用到程序里面。-VC++ algorithm based Hafu Man an example of compression and decompression of the VC, visual interface operation, which can be easily applied to the program.
huffman
- 自己做的基于哈弗曼算法的一个压缩和解压的VC例子,可视界面操作,可方便运用到程序里面。-Their own algorithm based Hafu Man a compression and decompression of the VC example, visual operation interface, which can be easily applied to the program.
huffman
- huffman 压缩 解压。基于Huffman 编码的无损压缩(lossless data compression)和解压缩算法。 假设压缩和解压缩程序分别为huffmanEnc, huffmanDec。-huffman compression decompression. Lossless compression based on Huffman coding (lossless data compression) and decompression algorithms. Assuming
fileOperating
- 用C++实现的结合哈弗曼树编码的原理来实现对文件的压缩和解压-use the principle of the huffman tree which is very effective in compressing and decompressing the file via C++
Huffman
- 基于哈弗曼二叉树的对文档进行压缩和解压缩的C语言程序-Compression and decompression of the C language program based on the Huffman binary documents