-
-
-
-
-
-
huffman-code.rar
The goal of this program is to demonstrate the construction of a huffman encoding tree. The tree is represented as a binary tree using ... in treeplot commands. Contruction of the tree as well as the huffman code book will be described in later sections.
-
-
-
huffman-code.zip
huffman code is a way to compress the code . this kind of encoding is optimal to use smaller code for some with the most reputation.
-
huffman.rar
本程序用C语言编写的哈夫曼编码(Huffman Coding),该方法依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码
-
huffman.zip
采用huffman编码树,实现对txt文件的压缩和解压。先根据输入文件建立huffman编码树,然后对输入文件进行压缩和另存,然后对另存后的文件重新解压,输出压缩比
-