文件名称:huffman_encode
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
功能是基于赫夫曼树的数据结构的文本压缩,根据生成的HuffmanTree来产生字符的编码.即从叶子到根逆向求每个字符的Huffman编码。 -Function is based on the Huffman tree data structure of the text compression, according to the generated HuffmanTree to generate the character codes. That is, from leaf to the root reverse order to each character Huffman coding.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩源代码\huffman.cpp
..........\HuffmanApp.cpp
..........\huffmantree.h
压缩源代码
..........\HuffmanApp.cpp
..........\huffmantree.h
压缩源代码