搜索资源列表
LZ-code
- LZ编码又称为字典编码,本程序演示了LZ编码的步骤,有助于理解LZ编码原理。-LZ encoding, also known as dictionary coding, the program demonstrated the LZ coding step towards understanding LZ coding theory.
lz
- 信息论与编码重要算法lz算法、汉明码实现码字 分组编码。
compress_code
- 收集的无损压缩 -解压代码包,包含了多种压缩算法。ar002、ash、comp、fin、huf、lz、lzrw1、lzw、splay-collection of lossless compression-decompression code kit, which includes a variety of compression algorithms. Ar002, ash, comp, at the end, HUF, lz, lzr
LZ-code
- LZ编码又称为字典编码,本程序演示了LZ编码的步骤,有助于理解LZ编码原理。-LZ encoding, also known as dictionary coding, the program demonstrated the LZ coding step towards understanding LZ coding theory.
23952
- 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 c
lz_comp2
- 几种LZ系列算法:LZARI, LZHUF, LZSS 由于其简单的算法和很高的速度,常被用于BIOS中模块压缩-LZ algorithm : LZARI, LZHUF. LZSS due to its simple algorithm and high speed, often used for BIOS compression module
LZ77
- LZ77压缩算法是一种无损数据压缩算法。该算法是大多数 LZ 算法变体如 LZW、LZSS 以及其它一些压缩算法的基础。是基于字典的编码器。-LZ77 compression algorithm is a lossless data compression algorithm. The algorithm is most LZ algorithm variants, such as LZW, LZSS compression algor
lz77
- LZ: LZSS by Haruhiko Okumura. -LZ: LZSS by Haruhiko Okumura.
lz
- 信息论与编码重要算法lz算法、汉明码实现码字 分组编码。-Information Theory and Coding Algorithm important lz algorithm, Hamming Code codeword block coding to achieve.
lz
- lz77压缩解压缩完整代码.可以学习到字典压缩的基本理论和实际操作,是很好的学习材料.-LZ77 compression decompression code integrity. the dictionary compression can learn the basic theory and practical, is a very good learning materials.
lzcode
- lz编码与解码的c++实现,对文本的操作效果不错,对不是很复杂的位图也有效。-lz encoding and decoding of c++ realize, on the text to operate well, are not very complicated bitmaps and effective.
op003
- LZ编码,使用字典压缩法,对一个资料值的集合(资料样式),分配一个比原值还要更短的码。-LZ coding, dictionary compression, the use of a collection of data values (data pattern), the distribution of a still shorter than the original value of the code.
CompressDecompress
- ACMS压缩算法.zip arc压缩工具.zip ASH压缩算法.zip CAB解压缩程序.zip COM压缩算法.zip C语言常用算法源代码.zip HA压缩算法.zip jac压缩算法.zip lharc压缩算法.zip LZHUF、LZSS、LZARJ压缩算法.zip LZSS压缩算法.zip lzw压缩算法.zip Splay树压缩算法.zip USQ压缩工具.zip z
Ls32DeCompress
- LZ Compression Utility 的反程序,专门解压缩被LZ Compression处理过的文件。 使用方法,启动Ls32DeCompress.exe,输入文件名称即可-LZ Compression Utility anti procedures, specialized extract was treated LZ Compression documents. To use, start Ls32DeCompress.
lz
- 灵智电子政务网站系统 本系统的使用平台为jdk1.5+tomcat1.5-Euro RSCG e-government web site system to use the system platform for jdk1.5+ tomcat1.5
LZ
- LZ压缩方法的source code,用C写的,请参考-source code for compress, use C language...
lz
- 运用L-Z编码方式,对无记忆信源进行编码,包含编码字典,信息墒。-LZ encoding to use for non-memory source coding, including encoding the dictionary, and information entropy.
LZ--haveDic
- lz编码与解码,可以实现对图片和文档的编码和解码,编码率99&以上,很好用-lz encoding and decoding, pictures and documents can be achieved for encoding and decoding, encoding rate of 99 & above, very good use
LZ
- implementation for lz algorithm
LZ编码
- LZ 系列算法用一种巧妙的方式将字典技术应用于通用数据压缩领域,而且,可以从理论上证明LZ 系列算法同样可以逼近信息熵的极限。 实现LZ算法且实现GUI界面(The LZ series algorithm uses a clever way to apply the dictionary technology to the general data compression field. Moreover, it can theoret