所属分类:
压缩解压
开发工具:C/C++
文件大小:49KB
下载次数:78
上传日期:2007-05-03 02:17:28
说明: LZSS 压缩/解压算法
算法简单,速度快,压缩效率和Winzip/PKZip 接近
(LZSS/decompression algorithm is simple, fast and Winzip compression efficiency and/PKZip close)
文件列表:
bitfile.c
bitfile.h
brute.c
comp.c
COPYING
decomp.c
getopt.c
getopt.h
hash.c
LICENSE
list.c
lzdecode.c
lzencode.c
lzlocal.h
lzss.h
lzvars.c
Makefile
README
sample.c