资源列表
[压缩解压] 实现LZARI压缩算法的C++类
说明:这是一个基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用起来很不方便.我把它改写成了一个c++类,使它可以方便的压缩和解压缩,更重要的是,我新增加了两个接口,这个类可以压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口: -LZARI algorithm based on the type of data<张吗恩> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[压缩解压] my_lzw_coding
说明:LZW算法的编码器,使之能对大写英文字母构成的字符串编码 -LZW algorithm for the encoder, so it will be able to capitalize alphabetical constitute string coding<> 在 2024-11-13 上传 | 大小:1kb | 下载:0
[压缩解压] LZW12book+
说明:这是书上的LZW的压缩程序,但我觉得需要改进-This is the book on the LZW compression procedure, but I think it needs improvement<tt> 在 2024-11-13 上传 | 大小:1kb | 下载:0