LZ77压缩算法是一种无损数据压缩算法。该算法是大多数 LZ 算法变体如 LZW、LZSS 以及其它一些压缩算法的基础。是基于字典的编码器。
上传时间: 2014-01-24
上传用户:youlongjian0
LZW 压缩算法想必大家都很熟悉 很多压缩壳就是使用此算法
上传时间: 2014-01-16
上传用户:1079836864
LZW无损压缩算法的实现与研究,EI检索论文LZW无损压缩算法的实现与研究
上传时间: 2013-12-22
上传用户:lhc9102
LZW和Huffman相结合,完成压缩功能
上传时间: 2016-01-18
上传用户:225588
加入静态字典后的LZW压缩程序,实现SIP消息的压缩。
上传时间: 2013-12-20
上传用户:dapangxie
快速的基于LZW算法的匹配源码,用到了二分法搜索算法。
上传时间: 2016-01-21
上传用户:330402686
LZW, LZRW Compression Method
标签: Compression Method LZRW LZW
上传时间: 2016-01-27
上传用户:13517191407
LZW编码,基于VC6.0平台,应用于图形图像编码,算法类似于字典编码法。
上传时间: 2016-02-02
上传用户:himbly
LZW编码是压缩编码中复杂的, 压缩效率也较高。
上传时间: 2014-01-13
上传用户:1583060504
The LZW compression class i mplemented as a fixed length code which you can specify, the huffman algorithm implementation encodes a byte into a variable length bit array. Both of them can work with streams
标签: compression mplemented huffman specify
上传时间: 2013-12-03
上传用户:yzhl1988