Welcome![Sign In][Sign Up]
Location:
Search - LZSS算法

Search list

[Compress-Decompress algrithmslzss.rar

Description: 一个对LZSS压缩算法的深入应用的例子,有兴趣的可以下载看一看
Platform: | Size: 1687 | Author: | Hits:

[Compress-Decompress algrithmsLZSS

Description: 一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
Platform: | Size: 3708 | Author: 任燕 | Hits:

[Compress-Decompress algrithmsMLZSS

Description: 用于多文件及文件夹压缩的算法,采用lzss算法,c语言编写,很值得借鉴-for more documents and folders compression algorithm used lzss algorithm, c language, we can draw
Platform: | Size: 7304 | Author: 任燕 | Hits:

[Compress-Decompress algrithms改进的LZSS压缩算法

Description: 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher compression ratio, the experimental results have been satisfactory. Keywords : LZSS; Data Compression
Platform: | Size: 10388 | Author: 唐吉卓 | Hits:

[SCMLZSS.rar

Description: 用VC++编写的LZSS压缩解压软件,含源码
Platform: | Size: 3558 | Author: mcu999 | Hits:

[Compress-Decompress algrithmslzss-lzw-scz压缩解压

Description: 三个压缩/解压缩算法,可在linux windows vxworks等平台使用,便于移植
Platform: | Size: 21386 | Author: ac135246 | Hits:

[Compress-Decompress algrithmslzss

Description: 一个对LZSS压缩算法的深入应用的例子,有兴趣的可以下载看一看-LZSS a compression algorithm in-depth examples of the application, interested can download to look at
Platform: | Size: 3072 | Author: 站长 | Hits:

[Compress-Decompress algrithmsLZSS.cpp

Description: 对LZSS压缩算法的深入应用.c-LZSS compression algorithm to the deep application. C
Platform: | Size: 1024 | Author: 杨勇 | Hits:

[Compress-Decompress algrithmsLZSS

Description: 一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
Platform: | Size: 3072 | Author: 任燕 | Hits:

[Compress-Decompress algrithms改进的LZSS压缩算法

Description: 本文提出了LZSS压缩算法在进行文本压缩时存在的问题,并给出了解决方法。改进后的算法具有较高的压缩率,实验结果令人满意。 关键词:LZSS;数据压缩 -This paper presents a compression algorithm LZSS text compression during the question and gives a solution. Improved algorithm with a higher compression ratio, the experimental results have been satisfactory. Keywords : LZSS; Data Compression
Platform: | Size: 10240 | Author: 唐吉卓 | Hits:

[File OperateLzss_VC

Description: 测试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 achieve LZSS part of the C code from the Internet, after the VC changes on the test can be ported to other platforms, such as embedded systems examples directly under the open Catalog Tmp.txt zip Tmp.txt and output compressed content zip.out zip.out unzip unpacked and the contents of the output directory Tmp.txt unzip.out documents must exist
Platform: | Size: 52224 | Author: | Hits:

[Compress-Decompress algrithmslzss-0.5

Description: LZSS 压缩/解压算法 算法简单,速度快,压缩效率和Winzip/PKZip 接近-LZSS/decompression algorithm is simple, fast and Winzip compression efficiency and/PKZip close
Platform: | Size: 50176 | Author: 张森宁 | Hits:

[Embeded Linuxwar

Description: 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流的前n个字节,预读缓冲器的大小通常在0 – 258 之间。这个算法就是基于这些建立的。用下n个字节填充预读缓存器(这里的n是预读缓存器的大小)。在动态窗口中寻找与预读缓冲器中的最匹配的数据,如果匹配的数据长度大于最小匹配长度 (通常取决于编码器,以及动态窗口的大小,比如一个4K的动态窗口,它的最小匹配长度就是2),那么就输出一对〈长度(length),距离(distance)〉数组。长度(length)是匹配的数据长度,而距离(distance)说明了在输入流中向后多少字节这个匹配数据可以被找到。-err
Platform: | Size: 1024 | Author: 孙海滨 | Hits:

[Crack Hacklzss

Description: delhpi下lzss加密算法源码及例子-delhpi under lzss encryption algorithm source code and examples
Platform: | Size: 100352 | Author: 刘明 | Hits:

[JSP/Javalzss

Description: jzss压缩算法,的源程序代码!应用于java的压缩与解压工作-jzss compression algorithm, the source code! Java applies the work of compression and decompression
Platform: | Size: 13312 | Author: 杨帆 | Hits:

[Compress-Decompress algrithmsLZSS

Description: 采用C++编写的lzss压缩算法,尤其对于文本文件的压缩效果比较好-The use of C++ written lzss compression algorithms, especially for the compression effect of the text file is better
Platform: | Size: 3072 | Author: leajian | Hits:

[Compress-Decompress algrithmsLZSS

Description: LZSS压缩解压:使用LZSS算法对文本文件进行压缩和解压-LZSS
Platform: | Size: 4096 | Author: yfl | Hits:

[Embeded-SCM Developlzss

Description: 实现lzss压缩/解压算法 跨平台,可移植到单片机及ARM上-Achieve lzss compression/decompression algorithm cross-platform, and ported to the ARM microcontroller
Platform: | Size: 7168 | Author: 张明军 | Hits:

[Windows Developlzss压缩算法c++移植delphi

Description: LZSS压缩算法,从C源到移值过来的...................(LZSS compression algorithm, from the C source to the shift value.)
Platform: | Size: 4096 | Author: 攸风 | Hits:

[Otherlzss

Description: lzss源码 可以直接使用 compress为压缩 dedompress为解压缩(LZSS source code can be uncompressed using compress directly for compressed dedompress)
Platform: | Size: 3072 | Author: ykh | Hits:
« 12 3 4 »

CodeBus www.codebus.net