搜索资源列表
huffmantree
- 自己做的赫夫曼树,可能不是很完善,传上来交流一下-The Huffman trees themselves, may not be perfect, Chuan-up exchange
hfm
- 【数据结构】二叉树遍历及赫夫曼编码表完整版-[] Binary tree data structure traversal and Huffman coding table full version
Huffman
- 赫夫曼实现编码译码C++环境下运行! -Huffman coding to achieve coding
Huffman
- 赫夫曼编译码的C++程序 内有使用说明-Huffman encoding and decoding of the C++ programs using the instructions within the
HE2
- 编写一个赫夫曼编/译码系统。 主要功能: (1)构造赫夫曼树:根据输入的字符代码集及其权值集,构造赫夫曼树,输出字符的赫夫曼编码。 (2)编码:输入字符序列,输出对应的赫码序列。 (3)译码:输入赫夫曼码序列,输出原始字符代码。 -vc huffman
Huffman
- 赫夫曼编译码器,可以对字符进行编码和译码,还可以打印编码和赫夫曼树-Huffman codec
experiment5
- :实现一个简单的哈夫曼编码/译码器,能根据一段电文设计赫夫曼 编码,并能用该编码对一段给定的电文进行译码。-welcome to use it
hufumancodeadecode
- 这是上课做的赫夫曼编码解码器的代码供大家学习和参考-this is the code about hufumancode&decode