搜索资源列表
lzss.rar
- 一个对LZSS压缩算法的深入应用的例子,有兴趣的可以下载看一看
LZSS
- 一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
MLZSS
- 用于多文件及文件夹压缩的算法,采用lzss算法,c语言编写,很值得借鉴-for more documents and folders compression algorithm used lzss algorithm, c language, we can draw
改进的LZSS压缩算法
- 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher
LZSS.rar
- 用VC++编写的LZSS压缩解压软件,含源码
lzss-lzw-scz压缩解压
- 三个压缩/解压缩算法,可在linux windows vxworks等平台使用,便于移植
lzss
- 一个对LZSS压缩算法的深入应用的例子,有兴趣的可以下载看一看-LZSS a compression algorithm in-depth examples of the application, interested can download to look at
LZSS.cpp
- 对LZSS压缩算法的深入应用.c-LZSS compression algorithm to the deep application. C
LZSS
- 一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
改进的LZSS压缩算法
- 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher
Lzss_VC
- 测试LZSS算法的VC代码,其中LZSS算法的实现部分为C代码来自网上,修改后在VC上测试通过 可移植到其它平台,如嵌入式系统 示例中直接打开本目录下的Tmp.txt zip压缩Tmp.txt并输出压缩内容到zip.out unzip解压zip.out的内容并输出到unzip.out 目录下Tmp.txt文件必须存在-test LZSS VC code algorithm, the algorithm to a
lzss-0.5
- LZSS 压缩/解压算法 算法简单,速度快,压缩效率和Winzip/PKZip 接近-LZSS/decompression algorithm is simple, fast and Winzip compression efficiency and/PKZip close
war
- 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流
lzss
- delhpi下lzss加密算法源码及例子-delhpi under lzss encryption algorithm source code and examples
lzss
- jzss压缩算法,的源程序代码!应用于java的压缩与解压工作-jzss compression algorithm, the source code! Java applies the work of compression and decompression
LZSS
- 采用C++编写的lzss压缩算法,尤其对于文本文件的压缩效果比较好-The use of C++ written lzss compression algorithms, especially for the compression effect of the text file is better
LZSS
- LZSS压缩解压:使用LZSS算法对文本文件进行压缩和解压-LZSS
lzss
- 实现lzss压缩/解压算法 跨平台,可移植到单片机及ARM上-Achieve lzss compression/decompression algorithm cross-platform, and ported to the ARM microcontroller
lzss压缩算法c++移植delphi
- LZSS压缩算法,从C源到移值过来的...................(LZSS compression algorithm, from the C source to the shift value.)
lzss
- lzss源码 可以直接使用 compress为压缩 dedompress为解压缩(LZSS source code can be uncompressed using compress directly for compressed dedompress)