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 | 32591 | 2016-03-16
|
Huffman\code_enregistr.txt | 7008 | 2016-03-14
|
Huffman\Huffman.cbp | 1110 | 2016-03-15
|
Huffman\Huffman.depend | 154 | 2016-03-16
|
Huffman\Huffman.layout | 320 | 2017-04-10
|
Huffman\main.c | 2943 | 2017-04-05
|
Huffman\obj\Debug\main.o | 4537 | 2016-03-16
|
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-10 |