资源列表
rlezip_16bit_sc.zip
- 16位rle(压缩bmp文件)压缩算法源码
zipfunc.zip
- 一个使用zlib进行压缩和解压的程序
zlibtool_ocx.zip
- zlib OCX控件源码
zlib_pascal.zip
- zlib pascal语言源码
压缩算法代码包comp.zip
- 压缩算法代码包
huff_sc-1
- 哈夫曼huffman压缩编/解码 内含压缩和解压的源代码(C语言)和可执行程序-Huffman compression encoder / decoder compression and decompression containing the source code (C language) and enforceability procedures
g721
- g.721 C代码
LZ77算法源代码
- 用C语言实现了LZ77算法。程序独特之处在于使用了64KB大小的固定长度窗口,利用此方法可分块压缩数据。-realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
GIF图像编、解码开发包
- gif图像的编解码实现,在vc环境下直接编译即可!-realization of gif graphic compression/decompression,which can be compiled in VC environment.
G722_Eval
- EASY G.722 的sample code, 可以生成722文件。-A sample code for EASY G.722, may generate 722 files.
Huffuman
- 是一种采用哈夫曼算法的图像压缩算法,是一种无损压缩,希望对大家有所帮助-A lossless image compression algorithm using Haffman coder. Hope to be helpful.
FastAC
- 算术编码(压缩解压缩)的源代码,用vc实现,并有详细说明文档。-source code for arithmetic coding, vc code and detailed document.