搜索资源列表
gzip
- The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the
FiHaDZlib
- This is my Zlib library to compress and decompress files. create your own archive with it. By FiHaD Software.
MJPEGcompressanddecompress
- ubuntu下支持MJPEG压缩与解压缩的源码-The MJPEG compress and decompress source code which will be supported in ubuntu.