当前位置:
首页
资源下载

搜索资源 - lz77 decompression algorithm
搜索资源列表
-
0下载:
LZ77 compression / decompression algorithm
-
-
0下载:
一种无损压缩解压的算法,是lz77的改进,其压缩比比lz77高,速度要快-a lossless compression decompression algorithm is lz77 improvement everywhere lz77 its high compression, faster speed
-
-
0下载:
本程序包括了数据压缩和解压的几种基本算法:算术编码,lz77,lzw;对于数据压缩的初学者了解和掌握这几种基本的数据压缩方法应该有帮助-the procedures include data compression and decompression of several basic algorithm : arithmetic coding, lz77, 4,558,302; Data compression for the beginners to understand and grasp
-
-
0下载:
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.
-
-
0下载:
多种算法压缩与解压缩方式,包括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
-
-
0下载:
LZMA SDK provides the documentation, samples, header files, libraries,
and tools you need to develop applications that use LZMA compression.
LZMA is default and general compression method of 7z format
in 7-Zip compression program (www.7-zip.org).
-
-
0下载:
自己写的LZ77压缩解压缩算法,纯C编写,对学习该压缩算法很有帮助,Wrote it myself LZ77 compression decompression algorithms, the preparation of pure C, the compression algorithm for learning useful
-
-
0下载:
以前为研究加解密码算法,曾分析了LZ77算法,但觉得所研究的例子压缩文件大小存在限制,所以就着手改进了其算法,使其支持大文件压缩和解压.-Previous study solutions for cryptographic algorithms, has analyzed the LZ77 algorithm, but I studied the existence of examples of compressed file size limit, so working to improve
-
-
0下载:
LZ77无损压损算法,可以实现文本和音频文件的压缩和解压,已建好工程-LZ77 algorithm for lossless compression loss, can text and audio file compression and decompression, projects have been completed
-
-
0下载:
LZ77压缩算法,是一个很好的代码,可以实现文件的压缩和解压,压缩率也较高-LZ77 compression algorithm, is a good code, can file compression and decompression, the compression rate is higher
-
-
0下载:
LZ77 压缩、解压缩算法C++源代码-LZ77 compression, decompression algorithm C++ source code ! !
-
-
0下载:
To compile C++ version of file->file LZMA encoding, go to directory
CPP/7zip/Bundles/LzmaCon
and call make to recompile it:
make -f makefile.gcc clean all
In some UNIX/Linux versions you must compile LZMA with static libraries.
To co
-
-
0下载:
用LZ77算法实现将文本文件压缩为三元组的过程,同时包含有相应的解压缩过程。-LZ77 algorithm implemented in the text file compression is the process of triples, and also includes a corresponding decompression process.
-