搜索资源列表
新文件夹
- LZ77 compression / decompression algorithm
LZ77conbined_with_KMP_algorithm
- LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corresponding realization source.
lz77
- LZ: LZSS by Haruhiko Okumura.
ziv_lempel_1977_universal_algorithm
- LZ77原始论文和详细的理论证明,非常有启示的文章-LZ77 original papers and a detailed theory proved very enlightening article
LZ77
- LZ77 - compresor and uncompresor in C#-LZ77- compresor and uncompresor in C#
0707-3
- 小波变换+线性预测+LZ77算法实现极速屏幕监控-Linear Prediction Wavelet Transform++ LZ77 algorithm speed-screen monitor
lz77
- lz77压缩源码,很基础,可以模仿着写其他的-lz77 compression source
gzip
- The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the
LZ77CODE
- 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
LZW
- 数据压缩大作业,LZ77算法的实现,简单实用。-Data compression, LZ77 algorithm, simple and practical
blocksplitter
- 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 lim
deflate
- 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.
lz77
- this a compress test for lz77.i test is.ok