搜索资源列表
ThreeCode
- 实现费偌,香农,哈夫曼编码的过程,输入的数据可以是自动分配或人工输入-achieve charges viruses, Shannon, Huffman coding process, the input data can be automatically allocated or manual entry
huffman_src22
- 本代码提供一种非常简单且快速的哈夫曼编码方法。 -this code provide a very simple and rapid method of Huffman coding.
霍夫曼编码源码
- 霍夫曼编码 是一种无失真编码 讲的很详细,仔细看看,收获不小。-Huffman coding is a lossless encoding said very carefully, and to look carefully and learned a lot.
Huffcoding
- 代码实现哈弗曼编码问题 文本输入 文本输出 运行环境为vc++6.0 运行没有错误-huffman coding
Huffmancoding
- 在已知信源统计规律的情况下,快速实现对信源的霍夫曼编码,编码效率达到97 以上-Statistical law known source case, rapid implementation of the source of the Huffman coding, coding efficiency up to 97 or more
huffman-0.81
- This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding.-This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding.
zlib
- huffman编码的实现,分成三个文件,详细请见源代码-huffman coding implementation, divided into three documents, in detail, see the source code
Source_coding
- 对通信中的信源的二进制编码的实现,有香农编码,费诺编码以及霍夫曼编码-Source of communication in the realization of the binary code, there is the Shannon coding, coding, and Huffman coding Fenno
Huffman-coding
- 用哈夫曼编码进行文件压缩与解压, 通过输入文件名来计算字符种类与频数来计算权值-Huffman coding with file compression and decompression, the file name by entering the type and frequency to calculate the number of characters to calculate the weights
Huffman
- Huffman Coding algorithm in MATLAB
ddhuffman
- 对任意一组输入的字符串进行哈夫曼编码,然后解码-Huffman coding and decoding on a set of strings
Huffman-encoder-decoder
- 编制一个哈夫曼编/译码器。利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。-Preparation of a Huffman encoder/decoder. Huffman coding communication can greatly improve the channel utilization, shorten the time of transmission of information, reduce the transmission cost.
Huffman
- Huffman Coding by C language
huffman
- 信息理论与编码中的霍夫曼编码的c语言实现,有两种实现方式。-Information theory and coding in the c language implementation of Huffman coding, there are two way.
huffman
- 在数字信号处理时对数据进行压缩,采用matlab实现霍夫曼编码-To compress the data in digital signal processing using MATLAB achieved Huffman coding.
Dynamic_Hu1510511292002
- Dynamic Huffman coding of subsets of arbitrary alphabets, Professor Vitter s invariant * for algorithm FGK. Includes a tree weight scaling interface-Dynamic Huffman coding of subsets of arbitrary alphabets, Professor Vitter s invariant * for algorit
Huffman
- 使用huffmandict函数对《小时代》进行编码,计算了整个编码的平均码长、最大码长、信息熵、编码效率的值-Use huffmandict function small time to encode the entire computing average code length coding, the maximum code length, information entropy coding efficiency values
BWT_Compre1508411252002
- Compression using Burrows Wheeler Transform. Includes n*log(n) comparison tri-partite suffix array block sorting, Move-to-Front coding, dynamic canonical Huffman coding of Wheeler s run-length-coding.
hw3_E24016629
- 霍夫曼編碼(Huffman Coding)是一種編碼方式,是一種用於無損數據壓縮的熵編碼(權編碼)算法。 在計算機數據處理中,霍夫曼編碼使用變長編碼表對源符號(如文件中的一個字母)進行編碼,其中變長編碼表是通過一種評估來源符號出現機率的方法得到的,出現機率高的字母使用較短的編碼,反之出現機率低的則使用較長的編碼,這便使編碼之後的字符串的平均長度、期望值降低,從而達到無損壓縮數據的目的。-Huffman coding (Huffman Coding) is an encoding, data co
C语言实现哈夫曼编码
- 利用C语言完整实现哈夫曼编码,语法简洁,较易理解。(The use of C language integrity Huffman coding, syntax concise, easier to understand.)