Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - lz77
Search - lz77 - List
Lempel-Ziv 算法描述,压缩方法Lempel-Ziv压缩模式有许多不同的变量。基本压缩库有清晰的LZ77算法的实现(Lempel-Ziv,1977),执行的很好,源代码也非常容易理解。 -Lempel-Ziv algorithm described in
Update : 2024-05-04 Size : 2048 Publisher : 项羽

用lz77算法进行压缩,对得到的结果再使用huffman编码的方法进行压缩。分别对lz77和huffman编码的原理进行说明。 -Lz77 algorithm to compress the results obtained using huffman encoding method to compress. Lz77 and huffman encoding principle is described.
Update : 2024-05-04 Size : 6144 Publisher : wangfei

DL : 0
c lz77 simple-lz77.c -- Simple LZ77 (Ziv-Lempel) encoding [compression] with ** fixed offset/legth sizes [fixed size window of 4096 {2**12} bytes, ** match lengths of 15 {2**4-1} bytes] and alternating pointers into the
Update : 2024-05-04 Size : 7168 Publisher : tocut

The compressed source code of the LZ77 algorithm-The compressed source code of the LZ77 algorithm
Update : 2024-05-04 Size : 5120 Publisher : Waqas Ahmad

Decompressed code of LZ77 algorithm. Thanks
Update : 2024-05-04 Size : 1024 Publisher : Waqas Ahmad

一个基于命令行操作的通用数据压缩程序,使用的是静态字典+LZ77+算术编码的算法。,Universal data compression program, a command-line-based operation is the static dictionary+LZ77+ arithmetic coding algorithm.
Update : 2024-05-04 Size : 18432 Publisher : suline

DL : 0
自己写的haffman和lz77的小程序,适合初学者,理由有我的心得体会,和一些 对应的资料分享给大家,-Write your own haffman and lz77 of small procedures, suitable for beginners, feelings and experiences of my reasons, and some corresponding data sharing to everyone,
Update : 2024-05-04 Size : 1380352 Publisher : 张家金

DL : 0
LZ77算法的实现,很多的资源,可以作为学习-LZ77 algorithm achieved, a lot of resources can be used as learning
Update : 2024-05-04 Size : 8192 Publisher : licclo

数据压缩方面的介绍,说明huffman, rle, lz77等压缩的原理-Data compress introduction about huffman, RLE and Lz77
Update : 2024-05-04 Size : 329728 Publisher : wanghongbin

The Open SigComp library is freely available under version 2 of the Gnu General Public License (GPL). It is a sigcomp stack mainly based on rfc3320, rfc3485, rfc3486 and rfc4464.It also contains some codes for testing multiple compress algorithms such as lz77, lzss and deflate.
Update : 2024-05-04 Size : 595968 Publisher : dosh

This package contains Borland Pascal and Delphi sources, for LZSS (LZ77) file compression and decompression. This works with single files, and archives. The sources compile for Dos, Dos DPMI, Win16, and Win32. The package supports Turbo/Borland Pascal 7.x for DOS, Windows, and DPMI, Delphi 1, Delphi 2 to 7, and Virtual Pascal 2.x (Win32).
Update : 2024-05-04 Size : 256000 Publisher : taazz

DL : 0
Pi马的一个简单例子 1.可以偷窥到对方的桌面内容,按设置的时间进行刷新. 2.可以用鼠标控制对方的电脑,包括所有的鼠标操作. 3.可以使用键盘控制对方的电脑,几乎可用所有的按键. 4.在客户端可以建立多个窗口,对多台电脑进行监视控制. 5.可以运行一条命令,例如打开一个记事本. 6.可以锁定/解锁对方的电脑. 7.可以让对方电脑(强行)注销/重启/关机. 8.可以传送/删除/移动对方的电脑上的文件. 9.在必要时还可以关掉服务程序. 10.增加了自动发信的功能,在连接Internet后会发送电脑IP地址. 11.可以保存配置. 12.可以对传送的图像进行压缩,压缩算法有LZW(推荐)、LZ77、LZSS等. 13.可以指定获得桌面的颜色数目,有单色、16色、256色和真彩,以保证在可以桌面图像更新的速度要求. -an example of PiLoader1. Can be peeping into the contents of each other s desktop. 2. Can use the mouse to control the other computer. 3. You can use the keyboard to control the other computer. 4. The client can create more window. 5. can run a command. 6. can lock/unlock each other s computer. 7. will allow the other computer (forced) write-off/restart/shutdown. 8. can send/delete/move each other s computer documents. 9. where necessary, can also turn off the service program. 10. an increase of automatic letter functions. 11. configuration can be saved. 12. can send the image compression
Update : 2024-05-04 Size : 58368 Publisher : libguestfs

DL : 0
数据压缩大作业,LZ77算法的实现,简单实用。-Data compression, LZ77 algorithm, simple and practical
Update : 2024-05-04 Size : 48128 Publisher : 程红

Does blocksplitting on LZ77 data. The output splitpoints are indices in the LZ77 data. litlens: lz77 lit/lengths dists: lz77 distances llsize: size of litlens and dists maxblocks: set a limit to the amount of blocks. Set to 0 to mean no limit.
Update : 2024-05-04 Size : 4096 Publisher : geryrvy

DL : 0
Functions to compress according to the DEFLATE specification, using the squeeze LZ77 compression backend.-Functions to compress according to the DEFLATE specification, using the squeeze LZ77 compression backend.
Update : 2024-05-04 Size : 8192 Publisher : songbzlie

文本数据LZW压缩和解压缩程序,适用于二进制文本和十六进制文本数据的压缩处理-Text data LZW compression and decompression procedures, applicable to binary text and sixteen binary text data compression
Update : 2024-05-04 Size : 8192 Publisher : 刘敏丽

Package include hardware implementation of Lz77 algorithm
Update : 2024-05-04 Size : 206848 Publisher : sawaira

无损压缩算法代码—— compress.zip huf.zip huff_file.zip huff_stream.zip lz77.zip lzw.zip rle_zip_8bit.zip rlezip_16bit_sc.zip(Lossless compression algorithm code ---- compress.zip huf.zip huff_file.zip huff_stream.zip lz77.zip lzw.zip rle_zip_8bit.zip rlezip_16bit_sc.zip)
Update : 2024-05-04 Size : 19456 Publisher : Vinley

无损压缩算法代码—— Lossless compression algorithm code ---- compress.zip huf.zip huff_file.zip huff_stream.zip lz77.zip lzw.zip rle_zip_8bit.zip rlezip_16bit_sc.zip(Lossless compression algorithm code ---- compress.zip huf.zip huff_file.zip huff_stream.zip lz77.zip lzw.zip rle_zip_8bit.zip rlezip_16bit_sc.zip)
Update : 2024-05-04 Size : 6144 Publisher : Vinley

DL : 0
讲述了LZ77算法的基本原理,适合初学者()
Update : 2024-05-04 Size : 9216 Publisher : cqincidental
« 1 2 ... 5 6 7 8 9 1011 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.