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

Search list

[Compress-Decompress algrithmsLempel-Ziv

Description: Lempel-Ziv 算法描述,压缩方法Lempel-Ziv压缩模式有许多不同的变量。基本压缩库有清晰的LZ77算法的实现(Lempel-Ziv,1977),执行的很好,源代码也非常容易理解。 -Lempel-Ziv algorithm described in
Platform: | Size: 2048 | Author: 项羽 | Hits:

[Technology Managementgzip

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

[Linux-UnixLZ77CODE

Description: 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
Platform: | Size: 7168 | Author: tocut | Hits:

[Program doccompressed_LZ77

Description: The compressed source code of the LZ77 algorithm-The compressed source code of the LZ77 algorithm
Platform: | Size: 5120 | Author: Waqas Ahmad | Hits:

[Compress-Decompress algrithmsdecompressed_LZ77

Description: Decompressed code of LZ77 algorithm. Thanks
Platform: | Size: 1024 | Author: Waqas Ahmad | Hits:

[Compress-Decompress algrithmscomp.zip

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

[Video Capturezjjys

Description: 自己写的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,
Platform: | Size: 1380352 | Author: 张家金 | Hits:

[Game Programlz771

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

[Compress-Decompress algrithmsDataCompress

Description: 数据压缩方面的介绍,说明huffman, rle, lz77等压缩的原理-Data compress introduction about huffman, RLE and Lz77
Platform: | Size: 329728 | Author: wanghongbin | Hits:

[TCP/IP stackopensigcomp

Description: 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.
Platform: | Size: 595968 | Author: dosh | Hits:

[Compress-Decompress algrithmschieflz3

Description: 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).
Platform: | Size: 256000 | Author: taazz | Hits:

[OtherPiLoader-master

Description: 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
Platform: | Size: 58368 | Author: libguestfs | Hits:

[Crack HackLZW

Description: 数据压缩大作业,LZ77算法的实现,简单实用。-Data compression, LZ77 algorithm, simple and practical
Platform: | Size: 48128 | Author: 程红 | Hits:

[Linux-Unixblocksplitter

Description: 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.
Platform: | Size: 4096 | Author: geryrvy | Hits:

[Linux-Unixdeflate

Description: 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.
Platform: | Size: 8192 | Author: songbzlie | Hits:

[Compress-Decompress algrithmsLZ77

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

[VHDL-FPGA-VerilogLZ77_1

Description: Package include hardware implementation of Lz77 algorithm
Platform: | Size: 206848 | Author: sawaira | Hits:

[Compress-Decompress algrithmscompress

Description: 无损压缩算法代码—— 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)
Platform: | Size: 19456 | Author: Vinley | Hits:

[Compress-Decompress algrithmshuf

Description: 无损压缩算法代码—— 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)
Platform: | Size: 6144 | Author: Vinley | Hits:

[Big Data2788313

Description: 讲述了LZ77算法的基本原理,适合初学者()
Platform: | Size: 9216 | Author: cqincidental | Hits:
« 1 2 ... 5 6 7 8 9 1011 »

CodeBus www.codebus.net