Description: 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.
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
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 |