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

Search list

[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:

[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 -Several commonly used compression algorithm This procedure includes the following features: 1, Arithmetic coding2, Huffman coding3, LZ77 coding4, LZ78 coding5, LZW6, RLE7, DCT8, Furie transform
Platform: | Size: 19494912 | Author: 王若 | Hits:

[OtherLZ77

Description: LZ777压缩原理-LZ777 compression principle
Platform: | Size: 6144 | Author: | Hits:

[Graph program111

Description: 本文介绍了数字图像压缩方法对比研究 Huffman编码 LZ77压缩算法 离散余弦变换(DCT) RLE编码 -In this paper, digital image compression method comparative study of Huffman coding compression algorithm LZ77 discrete cosine transform (DCT) RLE encoding
Platform: | Size: 111616 | Author: wz | Hits:

[Compress-Decompress algrithmslz77_source

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

[Multimedia programCompression

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

[Compress-Decompress algrithmslz77

Description: 不需要什么h文件,直接加入一个project就可以。 Lz77Compress压缩 Lz77Decompress解压-What documents do not need h directly into a project can be. Lz77Compress compression decompression Lz77Decompress
Platform: | Size: 4096 | Author: | Hits:

[Compress-Decompress algrithmsLZW

Description: 此算法是一个压缩算法,lwz在lz77,lz78的基础上改进的一种算法。-This algorithm is a compression algorithm, lwz in lz77, lz78 improved based on an algorithm.
Platform: | Size: 1024 | Author: renqiang | Hits:

[Compress-Decompress algrithmsLZW

Description: LZ77算法与模式匹配KMP算法的结合及算法实现,包含: LZ77.doc t1.txt t2.txt t3.txt cc3260mt.dll borlndmm.dll 测试cpp1.cpp 压缩程序使用说明.txt-LZ77 algorithm and pattern-matching algorithm for the combination of KMP and algorithm, including: LZ77.doct1.txtt2.txtt3.txtcc3260mt.dllborlndmm.dll testing procedures for use cpp1.cpp compression. Txt
Platform: | Size: 1314816 | Author: wj | Hits:

[Crack Hackziv_lempel_1977_universal_algorithm

Description: LZ77原始论文和详细的理论证明,非常有启示的文章-LZ77 original papers and a detailed theory proved very enlightening article
Platform: | Size: 435200 | Author: kekjdfeiu | Hits:

[Windows Developtkzyk

Description: 远程控制软件-偷窥者 本软件的最大特点是在服务器端与客户端之间有两个socket连接,一个用 于图像的的传送或者接收,另一个负责命令的处理,这样就保证了操作的流畅。 1.可以偷窥到对方的桌面内容,按设置的时间进行刷新. 2.可以用鼠标控制对方的电脑,包括所有的鼠标操作. 3.可以使用键盘控制对方的电脑,几乎可用所有的按键. 4.在客户端可以建立多个窗口,对多台电脑进行监视控制. 5.可以运行一条命令,例如打开一个记事本. 6.可以锁定/解锁对方的电脑. 7.可以让对方电脑(强行)注销/重启/关机. 8.可以传送/删除/移动对方的电脑上的文件. 9.在必要时还可以关掉服务程序. 10.增加了自动发信的功能,在连接Internet后会发送电脑IP地址. 11.可以保存配置. 12.可以对传送的图像进行压缩,压缩算法有LZW(推荐)、LZ77、LZSS等. 13.可以指定获得桌面的颜色数目,有单色、16色、256色和真彩,以保证 在可以桌面图像更新的速度要求.-The most important feature of this software are the server side and client-side socket connection between the two, one with In image transmission or reception, and the other is responsible for order processing, thus ensuring the smooth operation. 1. Can be peeping into the contents of each other s desktop, by setting the time for refresh. 2. Can use the mouse to control each other s computer, including all of the mouse. 3. You can use the keyboard to control each other s computer, almost all of the buttons available. 4. The client can create multiple windows on multiple computers for supervisory control. 5. Can run a command, such as Notepad to open a. 6. Can lock/unlock each other s computer. 7. Will allow the other computer (force) write-off/restart/shutdown. 8. Can send/delete/move each other s files on the computer. 9., Where necessary, can also turn off the service
Platform: | Size: 166912 | Author: 许凤 | Hits:

[Compress-Decompress algrithmsLZ77

Description: data compression, lossless methods, LZ family
Platform: | Size: 1024 | Author: sam | Hits:

[Compress-Decompress algrithmsLZ77

Description: 模拟了LZ77编码的编码原理,采用固定窗口大小编码-Simulation of the LZ77 coding coding theory, the use of a fixed window size encoding
Platform: | Size: 1024 | Author: wangmou | Hits:

[OthermainLZ77(2)

Description: lz77 image compression using matlab
Platform: | Size: 2048 | Author: nadeem | Hits:

[Compress-Decompress algrithmsjava_LZ77

Description: java 实 现 LZ77 解 压 源 码-LZ77 decompression java source code to achieve
Platform: | Size: 5120 | Author: zhaik | Hits:

[Compress-Decompress algrithmsLZBRS

Description: A small simple and fast LZ77 based compression algortihm which is really fast on compression and decompression. Compilable with Delphi and FreePascal
Platform: | Size: 6144 | Author: bero1985 | Hits:

[Compress-Decompress algrithmsLZ77CODE.ZIP

Description: lz77 c++ realization
Platform: | Size: 23552 | Author: Aleksey | Hits:

[Compress-Decompress algrithmslz77__lz

Description: lz77 algoritm -lz77 algoritm _______
Platform: | Size: 3072 | Author: Semen | Hits:

[Compress-Decompress algrithmsencode_lz77

Description: encodeing of lz77 algorithm
Platform: | Size: 1024 | Author: mohammed | Hits:

[Compress-Decompress algrithmsLZ77-LZ78-HUF-ARI-LZW-RLE

Description: 此程序包括哈夫曼算法、算术算法、RLE算法、LZ77及LZ78算法、LZW算法等。-This program includes Huffman algorithm, arithmetic algorithms, RLE algorithm, LZ77 and LZ78 algorithm, LZW algorithm.
Platform: | Size: 2478080 | Author: 左岸风景 | Hits:
« 1 2 3 45 6 7 8 9 10 11 »

CodeBus www.codebus.net