搜索资源列表
huffmanOK
- 哈夫曼编码译码器,可以实现构造哈夫曼树、编码、解码等功能-Huffman decoder can achieve Huffman tree structure, encoding, decoding, etc.
HaffumanCode
- 构造一棵哈夫曼树,并棵从上自下或从下自上对每个子叶编码-Huffman tree structure, and from the bottom or from the trees down from the coding from each cotyledon
Huffman-Tree
- 使用三叉链表实现的哈夫曼树,统计inputfile1.txt中各字符的出现频率,并据此构造Huffman树,编制Huffman 码;根据已经得到的编码,对01形式的编码段进行译码。 具体的要求: 1.将给定字符文件编码,生成编码,输出每个字符出现的次数和编码; 2.将给定编码文件译码,生成字符,输出编码及其对应字符。 -Emergence of the frequency of each character in the trigeminal lists using the Hu