搜索资源列表
Huffman
- Huffman编码(二叉树应用),要求对文件进行Huffman编码的算法,以及对一编码文件进行解码的算法-Huffman coding (binary application), requested documents Huffman encoding algorithm, as well as an algorithm to decode the encoded file
huffman
- 根据对二叉树知识的理解,实现对最优二叉树哈夫曼树的构造,遍历,然后实现编码,译码的功能,结果保存到文件中. 输入要进行编码的字符段,统计对字符的出现次数即为权值,根据权值建立哈夫曼树,由哈夫曼树可得到各字符的编码,反过来可得数字译码,保存到文件中 -Based on a binary tree of knowledge of understanding, to achieve the optimal Huffman tree binary tree structure, traverse
huffman
- 数据结构练习。实现哈夫曼树建立、编码、解码。-Data structure practice. Huffman tree is created, encoding, decoding.
huffman
- 哈夫曼编码的实现与解析 基于二叉树技术的搜索 遍历-Huffman coding with the analytical technique based on the binary tree search traversal
Huffman
- Huffman算法的C实现,非可视化程序,可直接运行输出-Huffman algorithm to achieve C, non-visualization process, can be directly run output
Huffman
- 哈夫曼编码译码压缩文件程序 可以编码 可以解码-Huffman decoding compressed file can be encoded can decode
huffman
- Huffman codes In telecommunication, how do we represent a set of messages, each with an access frequency, by a sequence of 0’s and 1’s? To minimize the transmission and decoding costs, we may use short strings to represe
shujujiegou
- 已知某系统设计哈夫曼编码,利用哈夫曼编码进行通信。为信息收发站编写一个哈夫曼码的编/译码系统。-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.
huffman
- 本源程序是数据结构课程设计用于赫夫曼树的建立-The source data structure courses are designed for the Huffman tree set up
Hamming_simulation
- 哈弗曼编码,huffman编码,很好的喔-哈弗曼coding
Huffman
- VC++6.0 实现Huffman编码程序-VC++6.0 implementation Huffman coding procedures
HuffmanCoding
- 根据信源压缩编码——Huffman编码的原理,用VC++语言实现对英文文本的压缩。-According to source coding- Huffman coding theory, using VC++ language implementation of the English text compression.
huffman
- huffman编码的实现,里面包含有源码和实验报告。-huffman-coded implementation, which contains source and experimental report.
huffman
- 用java和c++实现的huffman编码解码程序,压缩效率高,且无损。-A Huffman code and decode program Using language java and C++ for compression and depressrion of characters.
Huffman
- HUFFMAN编码。对一片文章进行HUFFMAN编码,并计算它的信源熵,与编码后的平均码长进行比较。-HUFFMAN coding. Of an article to HUFFMAN coding, and calculate the entropy of its source, and the encoded average code length for comparison.
huffman压缩
- 用huffman实现对文件的压缩,解压缩(Using Huffman to achieve compression of files)
Huffman
- 哈夫曼编码小程序,可以对数据进行编码和解码,简单易上手(Huffman encoding small program, you can code and decode the data, easy to use)
huffman
- 输入一段字符,符号,然后对这一串字符进行Huffman编码,然后输入一串电文可以翻译成对应的字符(Enter a paragraph of characters, symbols, and then the string of characters for Huffman encoding, and then input a string of messages can be translated into the corresponding characters)
Huffman
- 基于二叉树的Huffman编码框架,可以自行取用。(The frame of Huffman with binary tree.)
Huffman
- 哈夫曼编码实现,通过二叉树数据结果实现,就这些了。(THE REALIZE OF HUFFMAN CODE BY C/C++.)