文件名称:Huffman
介绍说明--下载内容来自于网络,使用问题请自行百度
Huffman coding is a lossless data compression algorithm. Huffman coding uses variable length code to represent a symbol of the source (eg a character in a file). The code is determined from an estimate of the probabilities of appearance of the source symbols, a short code being associated with the most frequent source symbols.
A Huffman code is optimal in the sense of the shortest length for encoding by symbol, and a known probability distribution. More complex methods of probabilistic modeling of the source allow for better compression ratios.
A Huffman code is optimal in the sense of the shortest length for encoding by symbol, and a known probability distribution. More complex methods of probabilistic modeling of the source allow for better compression ratios.
相关搜索: Huffman coding
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Huffman\bin\Debug\Huffman.exe | 35745 | 2017-03-31 |
Huffman\Huffman.cbp | 1060 | 2016-03-10 |
Huffman\Huffman.depend | 288 | 2017-03-31 |
Huffman\Huffman.layout | 322 | 2017-03-31 |
Huffman\main.c | 6739 | 2017-03-31 |
Huffman\main.exe | 131617 | 2017-04-05 |
Huffman\obj\Debug\main.o | 8504 | 2017-03-31 |
Huffman\bin\Debug | 0 | 2017-04-04 |
Huffman\obj\Debug | 0 | 2017-04-04 |
Huffman\bin | 0 | 2017-04-04 |
Huffman\obj | 0 | 2017-04-04 |
Huffman | 0 | 2017-04-05 |
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.