搜索资源列表
huffmancode
- 利用VC实现了一个huffman压缩解压算法。在附件huffmancode.zip中,解压即可。-use of a VC Huffman compression decompression algorithm. Huffmancode.zip in the annex, the extract can be.
huffmancode
- huffman编码演示程序-Huffman coding Demonstration Program.
HuffmanCode
- 用stl 实现的哈夫曼编码,要是没学过stl 的就不要看了。-with stl achieve Huffman coding, if stl learned not to read it.
huffmancode
- 本内容详细介绍huffman编码,并且有源程序.调试成功
HuffmanCode
- 对图像进行Huffman编码
huffmancode
- 哈夫曼编码、游程编码、算术编码的Visual C++的源代码,欢迎下载
huffmancode
- Huffman编码实现压缩和解压缩,注意是C
HuffmanCode
- 对一篇英文文章,统计各字符出现次数,实现Huffman编码。在Huffman编码后,将编码表和英文文章编码结果保存到文件中,并提供读编码文件生成原文件的功能。-Of an English article, statistics of the number of characters appear, realize Huffman coding. In the Huffman encoded, the encoding table and English article coding result
HuffmanCode
- 鼎鼎大名的huffman编码程序,思想参考严蔚敏数据结构书籍-Famous huffman coding procedures
huffmancode
- 实现的是霍夫曼编码,在c程序中模拟编码解码功能。-The realization of the Huffman code, in the c program features analog codec.
lab6
- 这是一个huffmanCode算法,用来计算里面的最有序列,进过改进中欧,应该可以使Ian-This is a huffmanCode algorithm used to calculate the inside of most sequences, into China and the EU have improved, we should be able to make Ian
huffmancode
- huffmancode 哈弗曼编码,实现任意字符的哈弗曼码转换,实现完美。可删除建树过程(赫夫曼编码)-huffmancode哈弗曼encoding, the realization of arbitrary characters哈弗曼code-switching, to achieve perfect. To delete the contribution process (Huffman coding)
HuffmanCode
- 实现了对文本文件的huffman编码与解码过程-The realization of a text file of huffman encoding and decoding process
Huffmancode
- 霍夫曼编码解码。基本原理是频繁使用的数据用较短的代码代替,较少使用的数据用较长的代码代替,每个数据的代码个不相同。有时称之为最佳编码,一般就叫作Huffman编码。下面引证一个定理,该定理保证了按字符出现概率分配码长,可使平均码长最短。-Hoffman codec. Fundamental principle is frequently used data in lieu of using a short code, and less use of the data used in lieu o
HuffmanCode
- /*哈夫曼编/译码器 完成Huffman 编码的译码过程。 即输入一个码串,请翻译成相应的字符串。 要求有编码过程和解码过程。*/-/* Huffman encoder/decoder to complete the decoding process of Huffman encoding. That the input string 1 yards, please be translated into the corresponding string. Requirements
huffmancode
- huffman编码程序,实现编码和解码功能-huffman code decode
HuffmanCode
- 哈夫曼编码是可变字长编码(VLC)的一种。 Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长 度最短的码字,有时称之为最佳编码,一般就叫作Huffman编码。-Huffman coding is a variable length coding (VLC) a. Huffman in 1952, a coding method that occur solely on the basis of characters to construct the di
huffmancode
- 对任意格式的文件进行huffman编码压缩与解码。-Any format of the file compression huffman encoding and decoding.
HuffmanCode
- 实现对字符的赫夫曼编码,译码,运用栈存储少量字符数据-Realize the characters Huffman encoding, decoding, using a small amount of character data storage stack
HuffmanCode
- 霍夫曼编码的VC源代码和实验报告以及运行结果-huffman