搜索资源列表
compress
- 用java编写的压缩程序,界面美观,算法为霍夫曼编码思想,数据结构课程设计时编写,请大家指点。
huffman
- java语言数据结构中,霍夫曼编码源代码
compress
- 利用JAVA 实现的 霍夫曼编码压缩解压缩算法
Huffman
- 一组指令进行霍夫曼编码,并输出最后的编码结果以及对指令码的长度进行评价。与扩展操作码和等长码进行比较-A set of instructions to carry out Huffman code, and output the final results of the encoding length of the scr ipt evaluation. With the expansion of the operation code and compare the code length
Huffman
- JAVA利用霍夫曼编码实现文件压缩与解压缩功能-Using Huffman coding to achieve compression and decompression functions
HuffmanCoding
- 霍夫曼编码,一旦两颗具有最小频率的数合并后,产生一棵新的树,其频率为合并的两棵树的频率之和-constantly selected two minimum nodes based on greedy principle construct optimal binary tree # then encoding of each element
HuffmanTest
- 利用java实现霍夫曼编码及其查找的源码-Java use of the Huffman code and find the source