搜索资源列表
huffmancoding
- 对文本文件success.dat进行霍夫曼编码,用文本文件coding.dat保存编码
HuffmanCoding
- 结构清晰的哈夫曼编码,哈夫曼编码,对于初学者很有帮助.程序有注释
HuffmanCoding
- 实现哈夫曼编码功能,可任意输入一段报文,程序自动统计各字符的权值,并进行编码,可显示中间过程..编码后可输入一段密文进行解码...原创,请支持,
Huffmancoding
- 哈夫曼编码的程序,哈夫曼树─即最优二叉树,带权路径长度最小的二叉树,经常应用于数据压缩。
HuffmanCoding
- 引用经典的哈夫曼编码方式,发送方能后读一段文字并按照哈夫曼编码方式编码并生成另一个文件,并且也有读密文还原源码的功能
HuffmanCoding.rar
- 利用数字图像处理中的霍夫曼编码算法对数字图像作霍夫曼编码,所得编码结果完全符合概率越大,码长越短的原则,The use of digital image processing of the Hoffman coding algorithm for digital image on the Huffman code, coding the results obtained in full compliance with the greater probability, the shorter co
Huffmancoding
- 霍夫曼编码算法,实现对输入信息(名称和权值)的霍夫曼编码并输出结果-Huffman coding algorithm, the realization of the input information (name and the right value) of the Huffman code and output results
HuffmanCoding
- 本代码是基于VC++用C语言编写的哈弗曼编码 调试已通过 可使用 程序有待改善之处是译码程序没有 -The code is based on the VC++ Using C language debugging哈弗曼coding procedures have been through the use of room for improvement is the decoding process is not
huffmancoding
- 哈夫曼压缩 哈弗曼算法是基本的压缩和解密算法,此文件表示了如何用Java来编码 -Huffman Encoder
huffmancoding
- 通过建立霍夫曼树,输入一串数据,进行霍夫曼编码-Huffman code
huffmancoding
- 此文档是一个Huffman编码,其是基于VC而设计的程序。-This document is a Huffman coding, which is designed based on the VC process.
HuffmanCoding
- 霍夫曼编码实现,在文件中输入一个字符串,即可在结果文件中获得编码-Huffman coding to achieve, type a string in the file can be encoded in the outcome document
HuffmanCoding
- huffman coding,pdf文件,介绍各种Huffman code编码-huffman coding, pdf documents, introducing the various Huffman code encoding
HuffmanCoding
- 用C实现的哈夫曼编码程序,包括码树的建立和码字生成。-Huffman Coding
Huffman_encode
- 这是一个霍夫曼编码的程序,是利用霍夫曼树等相关算法解决的。在程序中,随机产生的10个字符,利用子函数: HC=HuffmanCoding(HT,HC,w,3) 则可以获得每个元素的码字,存储的方式是通过一个指针的指针。-This is a Huffman coding process is the use of Huffman tree related algorithms to solve. In the process, the randomly generated 10 charact
HuffmanCoding
- (1)I:初始化(Initialization)。对输入的一段英文中的每个字符统计其权值,建立哈夫曼树; (2)E:编码(Encoding)。利用已建好的哈夫曼树,对每个字符进行编码。 -(1) I: Initialization (Initialization). English section of the input statistics for each character of their weight, the establishment of Huffman tree
Huffmancoding
- 哈夫曼在上世纪五十年代初就提出这种编码时,根据字符出现的概率来构造平均长度最短的编码。它是一种变长的编码。在编码中,若各码字长度严格按照码字所对应符号出现概率的大小的逆序排列,则编码的平均长度是最小的。(注:码字即为符号经哈夫曼编码后得到的编码,其长度是因符号出现的概率而不同,所以说哈夫曼编码是变长的编码。)-Huffman in the early fifties of last century to make such a code, depending on the probability
HuffmanCoding
- HUFFMAN编码 简单的Huffman文本压缩程序-Huffman Coding
HuffmanEva
- HuffmanCoding.java Huffman implementation
HuffmanCoding
- 用Java编程实现了Huffman编码。附带Java虚拟机。运行通过。有测试数据。-Huffman coding is realized by Java programming. The code has been debugged and there some test data for you.