资源列表
myhuffmansrc
- 本代码提供一种非常简单且快速的哈夫曼编码方法。-hufman
attachments_23_04_2010
- programme feu de carrefour
Huffman
- 哈夫曼编码法的压缩和解压缩函数,希望对你有用!-Huffman coding method of compression and decompression functions.
lz77
- 一个LZ77编码压缩的示例程序-a LZ77 compression coding examples of procedures
led-dianzheng
- 这是个51单片机驱动led8*8点阵的程序,跟大家分享下-This is the 51 single-chip driver led8* 8 dot matrix program, to share with you the next
huffman
- 在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。-Online to find the simplest, fastest Huffman. This method does not use any extension of the dynamic libraries, such as STL or components. Only usin
ship17
- Ship version 1.7--utility to encode, split, and mail binary data and reconstruct the data at the other end (ship will unship).-Ship version 1.7 -- utility to encode. split. and mail binary data and reconstruct the data at the other end (ship will u
ksp
- 前k短路径,代码,功能说明,前k短路径,解析-Before the k shortest paths, code, function descr iption, the first k shortest paths, analysis etc etc
comparison
- Generate a Huffman Tree.
s
- 本代码意在实现基于DCT的彩色图像和灰度图像的压缩,但解压部分还有待完善-DCT-based image compression
huff_fileyang
- 一种改进的huaffman算法,压缩效率不错的喔!!来看看ba:)-an improved huffman algorithm, which has a perfect compression efficiency.
LZW
- 一种LZW改进的具体实现过程,代码是基于VC的