huffman

所属分类:图形图象
开发工具:C/C++
文件大小:8KB
下载次数:0
上传日期:2019-10-31 17:46:36
上 传 者liutee
说明:  用C语言实现的huffman编码,非常精典
(Huffman coding with C language)

文件列表:
huffman\huffcode.c (3740, 2013-06-21)
huffman\huffman.c (22394, 2013-06-21)
huffman\huffman.h (637, 2013-06-21)
huffman\LICENSE (1515, 2013-06-21)
huffman\Makefile (459, 2013-06-21)
huffman (0, 2019-10-31)

A huffman coding library and command line interface to the library. The encoder is a 2 pass encoder. The first pass generates a huffman tree and the second pass encodes the data. The decoder is one pass and uses a huffman code table at the beginning of the compressed file to decode the data. libhuffman has functions for encoding and decoding both files and memory. libhuffman and huffcode are released under a BSD license.

近期下载者

相关文件


收藏者