Welcome![Sign In][Sign Up]
Location:
Search - lz77

Search list

[Other resourcelz771

Description: LZ77算法的实现,很多的资源,可以作为学习-LZ77 algorithm achieved, a lot of resources can be used as learning
Platform: | Size: 8153 | Author: zxd | Hits:

[Compress-Decompress algrithms23952

Description: My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.-My (so called) a compression algorithm HiP 's console mode utility. It's a hybrid of Lempel-Z iv 77 and Adaptive Huffman encoding (Huffman LZ HiP ZIP = 77) with a word prefix hash algorithm et c.
Platform: | Size: 53517 | Author: 郭春阳 | Hits:

[Crack HackLZ77conbined_with_KMP_algorithm

Description: LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corresponding realization source.
Platform: | Size: 18671 | Author: 张华 | Hits:

[Other resourceCompressMethod

Description: 多种算法压缩与解压缩方式,包括LZ77算法,LHA算法,算术编码arith算法,Zip算法压缩与解压缩-multiple algorithm compression and decompression, including the LZ77 algorithm, LHA algorithm, arith arithmetic coding algorithm, the algorithm Zip compression and decompression
Platform: | Size: 305066 | Author: yuants | Hits:

[Crack Hacklz77

Description: LZ: LZSS by Haruhiko Okumura.
Platform: | Size: 8152 | Author: dlrobin | Hits:

[Compress-Decompress algrithmslz

Description: lz77压缩解压缩完整代码.可以学习到字典压缩的基本理论和实际操作,是很好的学习材料.
Platform: | Size: 4805 | Author: 闻涛 | Hits:

[Other resourcewar

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)说明了在输入流中向后多少字节这个匹配数据可以被找到。
Platform: | Size: 1440 | Author: 孙海滨 | Hits:

[Compress-Decompress algrithmsCompression

Description: 几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 LZW 6、 RLE 7、 DCT 8、 Furie transform
Platform: | Size: 1149030 | Author: 王若 | Hits:

[Other resourceLZ77

Description: LZ777压缩原理
Platform: | Size: 6793 | Author: 王强 | Hits:

[WEB CodeCSDN技术中心 LZ77压缩算法(C语言版)

Description: 是一个压缩文件的算法 用c语言写的-is a compression algorithm used documents written in language c
Platform: | Size: 8065 | Author: 李游 | Hits:

[Compress-Decompress algrithmsGNUzip_c

Description: 采用 LZ77 运算规则 压缩及解压工具-Operational rules adopted LZ77 compression and decompression tools
Platform: | Size: 242330 | Author: 漫漫长夜 | Hits:

[Graph program111

Description: 本文介绍了数字图像压缩方法对比研究 Huffman编码 LZ77压缩算法 离散余弦变换(DCT) RLE编码
Platform: | Size: 112179 | Author: wz | Hits:

[Compress-Decompress algrithmslz77_source

Description: 源代码的思路参考自 Mark Nelson 所著的<<数据压缩技术原理与范例>> 中的第八章\"滑动窗口压缩\",是lz77算法的一种简介直观的实现,但是由于 没有采用如LZSS算法中的二叉搜索树技术,所以在运行速度上不如LZSS算法。 采用了微量缓冲区buf 以加快执行速度。
Platform: | Size: 79917 | Author: xxxxxiao | Hits:

[Multimedia programCompression

Description: LZW haffman LZ77 LZ78
Platform: | Size: 1153603 | Author: OK | Hits:

[Compress-Decompress algrithmslz77

Description: 不需要什么h文件,直接加入一个project就可以。 Lz77Compress压缩 Lz77Decompress解压
Platform: | Size: 4040 | Author: redsignal | Hits:

[Compress-Decompress algrithmsLZW

Description: 此算法是一个压缩算法,lwz在lz77,lz78的基础上改进的一种算法。
Platform: | Size: 845 | Author: renqiang | Hits:

[Compress-Decompress algrithmslz77Dir

Description: 在Lz77的基础上修改,同时增加压缩目录及子目录的功能,VS2005下测试编译OK.
Platform: | Size: 15709 | Author: 鱛真昆 | Hits:

[Compress-Decompress algrithmsGZIP

Description: GNU 系统开发的基于Iz77语法的压缩 学习lz77压缩算法 -GNU system development based on the syntax of compressed Iz77 learning lz77 Compression Algorithm
Platform: | Size: 254915 | Author: 君风 | Hits:

[Compress-Decompress algrithmsLZ77中匹配的C程式附錄

Description:
Platform: | Size: 1385 | Author: 古寿 | Hits:

[Mathimatics-Numerical algorithmsLZMA465

Description:

LZMA SDK provides the documentation, samples, header files, libraries,
and tools you need to develop applications that use LZMA compression.

LZMA is default and general compression method of 7z format
in 7-Zip compression program (www.7-zip.org). LZMA provides high
compression ratio and very fast decompression.

LZMA is an improved version of famous LZ77 compression algorithm.
It was improved in way of maximum increasing of compression ratio,
keeping high decompression speed and low memory requirements for
decompressing.


Platform: | Size: 288122 | Author: happyusermhx | Hits:
« 1 2 3 4 5 6 78 9 10 11 »

CodeBus www.codebus.net