搜索资源列表
huffmancode.GOOD
- 1、 利用哈夫曼编码进行通信可以大大提高信道利用率,缩小信息传递时间,降低传输成本-1, the use of Huffman coding can be greatly improved communication channel utilization, reducing the information transmission, reduce transmission costs
huffmancode
- 信息论与编码理论中赫夫曼编码的JAVA源码,自己写的,不是多好,但是用起来很方便,仅供参考.-Information theory and coding theory, Huffman coding JAVA source code, their own writing, and is not especially good, but it is easy to use for reference purposes only.
sx4
- 1.初始化,键盘输入字符集大小n,n个字符和n个权植,建立哈夫曼树。 2.编码,利用建好的huffman树生成huffman编码; 3.输出编码; 4.译码功能; -huffmancode
HuffmanCode
- huffman code by java language yo will insert your text and you will output resulte-huffman code by java language yo will insert your text and you will output resulte
HuffmanCode
- 一个基于JAVA的huffman编码压缩源码。-Huffman code.
HuffmanCode
- 对任意输入的字符串,生成哈夫曼树,并进行哈夫曼编码。-To implement Huffman coding on Java.
HuffmanCode
- 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。为信息收发站写一个哈夫曼码的编译码系统,要求在发送端通过一个编码系统对待传数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道 (即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-The use of Huffman coding can greatly improve the information communication channel utilization, reduce th