文件名称:HuffmanCoding
介绍说明--下载内容均来自于网络,请自行研究使用
(1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树;
(2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。
-(1) I: Initialization (Initialization). English section of the input statistics for each character of their weight, the establishment of Huffman tree (2) E: encoding (Encoding). Has been built using the Huffman tree to encode each character.
(2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。
-(1) I: Initialization (Initialization). English section of the input statistics for each character of their weight, the establishment of Huffman tree (2) E: encoding (Encoding). Has been built using the Huffman tree to encode each character.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
HuffmanCoding.cpp