一个对LZSS压缩算法的深入应用的例子,有兴趣的可以下载看一看
上传时间: 2015-01-05
上传用户:ippler8
这是一个关于LZSS压缩的C的源代码
上传时间: 2013-12-25
上传用户:Miyuki
LZSS压缩算法
上传时间: 2015-01-14
上传用户:bibirnovis
LZHUF、LZSS、LZARJ压缩算法
上传时间: 2014-10-14
上传用户:熊少锋
对LZSS压缩算法的深入应用.h
上传时间: 2015-01-20
上传用户:wmwai1314
对LZSS压缩算法的深入应用.c
上传时间: 2014-01-23
上传用户:leixinzhuo
C++ implementation of LZSS
标签: implementation LZSS of
上传时间: 2014-01-15
上传用户:爱死爱死
In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character "e" appears more frequently than "x", and a <position, length> pair of length 3 might be commoner than one of length 18, say. Thus, if we encode the more frequent in fewer bits and the less frequent in more bits, the total length of the encoded text will be diminished. This consideration suggests that we use Huffman or arithmetic coding, preferably of adaptive kind, along with LZSS.
标签: algorithm character position either
上传时间: 2014-01-27
上传用户:wang0123456789
一种无损压缩算法,采用了LZSS结合huffman动态编码,速度快
上传时间: 2015-04-16
上传用户:banyou
用于多文件及文件夹压缩的算法,采用LZSS算法,c语言编写,很值得借鉴
上传时间: 2014-12-01
上传用户:weixiao99