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

Search list

[Compress-Decompress algrithmsLZ77code

Description: 压缩编码中的LZ77编码源代码-Coding of LZ77 encoding source code
Platform: | Size: 8192 | Author: 王华 | Hits:

[Crack Hack新文件夹

Description: LZ77 compression / decompression algorithm-LZ77 compression/decompression algorithm
Platform: | Size: 3072 | Author: 林语白 | Hits:

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

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

[Compress-Decompress algrithmsGNUzip_c

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

[Compress-Decompress algrithmssolitude

Description: 几个压缩算法程序(改进包括lzw、lz77、compress、huffeman)-Several algorithm procedure about compression (improvements including lzw,lz77,compress,huffeman)
Platform: | Size: 55296 | Author: solitude | Hits:

[Compress-Decompress algrithmslz77_yang

Description: 缩率较高,编译码算法也较为简单的LZ77算法-This algorithm of LZ77 has a good compression,besides it can also be made easily!
Platform: | Size: 8192 | Author: solitude | 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:

[VOIP programzlib123

Description: The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a string does not occur anywhere in the previous 32K bytes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence of bytes, and is not restricted to printable characters.) -The deflation algorithm used by gzip (also zip and zlib) is a variation of LZ77 (Lempel- Ziv 1977. see reference below). It finds duplicated Stri stayed in the input data. The second occurrence of a string is replaced by a pointer to the previous s tring, in the form of a pair (distance, length). Distances are limited to 32K bytes, and lengths are limited to 258 bytes. When a Stri ng does not occur anywhere in the previous 32K by tes, it is emitted as a sequence of literal bytes. (In this description, `string must be taken as an arbitrary sequence o f bytes, and is not restricted to printable characters. )
Platform: | Size: 5143552 | Author: MCU2000 | Hits:

[GDI-Bitmapcompc++

Description: 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if you want to understand in depth some image format, then read these codes you will be of great help, which is the foundation. (Package includes the algorithm are : lzari, lzhuf, lzss, 4,558,302, lz77, Huffman, rle8, rle16). Tools : Definitive C.
Platform: | Size: 105472 | Author: 周自强 | Hits:

[Compress-Decompress algrithmslzss_

Description: lzss是一个比较著名的压缩算法,改进了lz77。此源代码希望对大家有用。-lzss is one of the more well-known compression algorithms, improved lz77. This source of hope may be useful.
Platform: | Size: 27648 | Author: sun | Hits:

[Compress-Decompress algrithmslz771111111

Description: lz77压缩源程序,能压缩文本文件,基于c语言。-lz77 compressed source, text files can be compressed, based on the C language.
Platform: | Size: 5120 | Author: 陆建 | Hits:

[Multimedia Developzlib-1.1.4

Description: 1。zlib压缩算法,在LZ77的基础上实现,并 利用Huffman编码特点,采用hash表;2。zlib的解压算法。-1. Zlib compression algorithm, the LZ77 achieved on the basis of, and use of Huffman coding features, using hash table; 2. Zlib the decompression algorithm.
Platform: | Size: 241664 | Author: 石蒲 | Hits:

[Compress-Decompress algrithmsCompressCode(Many)

Description: N多的压缩解压源代码,包括compress、LZW、LZ77、RLE、哈夫曼-N number of codecs source code, including compress, LZW, LZ77, RLE, Huffman, etc.
Platform: | Size: 105472 | Author: 张 虎 | Hits:

[Data structsDelphi_1016

Description: 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正则表达式以及诸如哈夫曼和LZ77等数据压缩技术。 随附光盘中有作者所开发的一个相当成功的自由软件库EZDSL,另外还有可运行于各版本Delphi上和Kylix上的源代码,此外还提供了TurboPower Software公司的可执行程序。-"Delphi algorithm and data structure" Delphi source developers Julian Buch knall from a practical standpoint the majority of programmers for the use of the algorithm and data structure of a detailed presentation. Bucknall start with the performance of the algorithm outset of the discussion, covering such as arrays, linked lists and binary trees, and other content. This book stresses the search algorithm (such as the sequence and identify two hours), It also focuses on the sorting algorithm (including bubble sort, insertion sort, Hill, ranked Quick Sort and Heap Sort) It also provided the optimization technology. Moreover, the author also introduced the hash and hash table, the priority queue, and the state machine and regular expression such as Huffman and LZ77 data compression t
Platform: | Size: 148480 | Author: | Hits:

[Other Gameslz771

Description: LZ77算法的实现,很多的资源,可以作为学习-LZ77 algorithm achieved, a lot of resources can be used as learning
Platform: | Size: 8192 | 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: 53248 | 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: 18432 | Author: | Hits:

[Home Personal applicationCompressMethod

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: 305152 | Author: yuants | Hits:

[Crack Hacklz77

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

[Compress-Decompress algrithmslz

Description: lz77压缩解压缩完整代码.可以学习到字典压缩的基本理论和实际操作,是很好的学习材料.-LZ77 compression decompression code integrity. the dictionary compression can learn the basic theory and practical, is a very good learning materials.
Platform: | Size: 5120 | Author: 闻涛 | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net