搜索资源列表
-
0下载:
已知某系统设计哈夫曼编码,利用哈夫曼编码进行通信。为信息收发站编写一个哈夫曼码的编/译码系统。-A system design known Huffman encoding, the use of Huffman coding to communicate. Information hubs for the preparation of a Huffman code to encode/decode system.
-
-
0下载:
在发送端通过一个编码系统对待传输数据编码. 在接收端将传来的数据进行译码.
一个完整的系统应具有以下功能:
(1)初始化.从终端读入字符集大小,以及字符和权值,建立 哈夫曼树,并保存.
(2)编码.利用以建好的哈夫曼树对正文进行编码,然后保存.
(3)译码.利用已建好的哈夫曼树将文件中的代码进行译码,结果打印出来.
-At the sending end through a coding system for encoding transmit data treat
-
-
0下载:
This will take a full text and Huffman encode it and decode it. It is well documented as we-This will take a full text and Huffman encode it and decode it. It is well documented as well
-
-
0下载:
程序功能:建立哈夫曼树,对哈夫曼树进行编码译码显示码文和用凹入法显示哈夫曼树。-Program features: the establishment of Huffman tree, the tree of the Huffman code to encode decode display text and the use of indentation method showed Huffman.
-
-
0下载:
哈夫曼编码解码程序,Visual C++ 2010编译环境,2008也可以-Huffman encode and decode
-
-
0下载:
数据结构 哈夫曼编/译码器
功能:
1.初始化:输入一串字符(正文),计算不同字符 (包括空格)的数目以及每种字符出现的频率(以该种字符出现的次数作为其出现频率),根据权值建立哈夫曼树,输出每一种字符的哈夫曼编码。
2.编码:利用求出的哈夫曼编码,对该正文(字符串)进行编码,并输出。
3.译码:对于得到的一串编码,利用已求得的哈夫曼编码进行译码,将译出的正文输出。
输出哈夫曼树形态:以树的形式输出哈夫曼树。-Data structure Huffman encoding/d
-
-
0下载:
The file Huffman.java is used to encode and decode image and text.
-