文件名称:LCompressionaZ
介绍说明--下载内容均来自于网络,请自行研究使用
此源代码,是一个一种基于LZARI算法的数据压缩的类.Haruhiko Okumura 于1989年7月4日用c语言写实现了这个算法.但是上面用到了一些全局或静态的变量,在MFC下用用起来非常不方便.我把它改写成了一一个c++类,使它能方便的压缩与解压缩,更重要的是,我新增加了两个接口,这个类能压缩/解压缩一段内存缓冲区,而不仅仅是文件. 一共提供了5个对外接口:
-This source code is a class that is based on the algorithm LZARI the data compression. Haruhiko Okumura 1989 February 4 daily c language to write this algorithm used above global or static variable in the MFC under is very inconvenient. I rewrite it into a one-c++ class, making it easy compression and decompression, but more importantly, I added two new interfaces, this class can compress/decompress a memory buffer, not just files. provided a total of five external interfaces:
-This source code is a class that is based on the algorithm LZARI the data compression. Haruhiko Okumura 1989 February 4 daily c language to write this algorithm used above global or static variable in the MFC under is very inconvenient. I rewrite it into a one-c++ class, making it easy compression and decompression, but more importantly, I added two new interfaces, this class can compress/decompress a memory buffer, not just files. provided a total of five external interfaces:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LCompressionaZ\实现LZARI压缩算法的C++类.cpp
LCompressionaZ
LCompressionaZ