搜索资源列表
HUFMAN
- The two C source files in this archive are specific to the TRS-80 Model 4 with high-resolution graphics board. However, the code which performs Huffman enco- ding and decoding is of general interest. -The two C source files in this archive are
yimashiyan2
- 信息论编码中用hufman程序来实现的hufman编码- In the information theory code hufman which realizes with the hufman procedure codes
hufman
- c语言写的哈夫曼编码,实现对一段文字的压缩编码,以及根据编码解压到原文字。-c language of the Huffman coding to achieve compression of a section of text encoding, as well as the decompression code to the original text.
data
- 数据结构的一些算法实现,如迷宫,哈弗曼树,队列 图-the code about the data,such as the hufman
Huffman
- 数据结构 哈弗曼编码 C++6.0 控制台应用程序,具体操作说明可以参看程序内部。-Hufman, structure of data.Code with Visual c++6.0
hufman
- HUFFMAN is the probability (or number of occurences) of each alphabet symbol CODE gives the huffman code in a string format of ones and zeros COMPRESSION gives the compression rate
Huffman--coding-and--decoding
- 根据《数据结构》(严蔚敏)提供的算法,编写的HUFFMAN编译码程序,工行能做了一定的扩展。 可实现以下功能: (1)输入一段字符串,统计其中每个字符的频度 (2)求每个字符的HUFMAN-CODE (3)对(1)中的字符串译码 (4)对(3)中的译码再解码.-huffman coding and decoding program
HufmanCode
- 【题目】编写基于HUFFMAN-CODE的译码和解码算法 实验要求: (1) 输入一段字符串,统计其中每个字符的频度; (2) 求每个字符的HUFMAN-CODE; (3) 对(1)中的字符串译码; (4) 对(3)中的译码再解码。 -【Title】 prepared HUFFMAN-CODE-based decoding algorithm for decoding and the experimental requirements: (1) Enter a strin
Hufman
- 哈夫曼编码译码,可实现TXT文本的编译功能-Hufman code
hufman
- 霍夫曼编码,随机生成10个概率,和为1,用霍夫曼编码输出,采用map函数-Huffman coding, the probability of a randomly generated 10, and 1, with the Huffman code output, the use of map functions
hufman
- 程序实现如下功能:输入一段长度不超过100的字符串,将其进行霍夫曼编码并输出。将编好的霍夫曼码再次输入,输出解码后的字符串。-The program to achieve the following functions: enter a period does not exceed the length of the string of 100, Huffman encoded and output. The programmed the Huffman code again input, ou
hufman
- 哈夫曼编/译码器:建立哈夫曼树,通过哈夫曼树来建立哈弗曼代码(Haverman/decoder: set up the hafman tree and build the haverman code through the haffman tree)