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

Search list

[Compress-Decompress algrithmsGZIP

Description: GNU 系统开发的基于Iz77语法的压缩 学习lz77压缩算法 -GNU system development based on the syntax of compressed Iz77 learning lz77 Compression Algorithm
Platform: | Size: 254976 | Author: 君风 | Hits:

[Compress-Decompress algrithmsLZ77中匹配的C程式附錄

Description:
Platform: | Size: 1024 | Author: 古寿 | Hits:

[Compress-Decompress algrithmsLZ77arithmetic

Description: 测试压缩一个425K的文件需要9.4秒,压缩后的文件为177K。如果要提高压缩速度,那么算法的复杂度就得增加了。 -compression testing of a 425K file 9.4 seconds, compressed the files to 177K. If we are to raise compression speed, then the algorithm complexity must increase.
Platform: | Size: 3072 | Author: 傻傻 | Hits:

[Compress-Decompress algrithmslzbuf

Description:
Platform: | Size: 3072 | Author: 任燕 | Hits:

[Compress-Decompress algrithmslz77Dir

Description: 在Lz77的基础上修改,同时增加压缩目录及子目录的功能,VS2005下测试编译OK.-In LZ77 based on changes at the same time increase the compression function of the directory and subdirectories, VS2005 compiler test OK.
Platform: | Size: 15360 | Author: 鱛真昆 | Hits:

[Compress-Decompress algrithmsGzip

Description: 本人总结的关于gzip压缩过程中使用的LZ77算法以及动态Huffman编码算法-I have summarized on the gzip compression algorithm used in LZ77 and dynamic Huffman coding algorithm
Platform: | Size: 19456 | Author: kekjdfeiu | Hits:

[Compress-Decompress algrithmsmyLZ77Code

Description: 自己写的LZ77压缩解压缩算法,纯C编写,对学习该压缩算法很有帮助-Wrote it myself LZ77 compression decompression algorithms, the preparation of pure C, the compression algorithm for learning useful
Platform: | Size: 5120 | Author: 代贝 | Hits:

[Compress-Decompress algrithmsLZ77_DLL

Description: 将LZ77算法封装为DLL的程序,可供C#等调用-LZ77 algorithm to process packages for the DLL for C#, such as call
Platform: | Size: 56320 | Author: lxz | Hits:

[Compress-Decompress algrithmsLZ77Compress

Description: 用perl来实现LZ77压缩算法。 LZ77是很经典的压缩算法-Using perl to achieve the LZ77 compression algorithm. LZ77 is a classic compression algorithm
Platform: | Size: 1024 | Author: 王丹 | Hits:

[Compress-Decompress algrithmsMiniCompress

Description: compression with LZ-compression with LZ77
Platform: | Size: 29696 | Author: Ferry F | Hits:

[OS program0707-3

Description: 小波变换+线性预测+LZ77算法实现极速屏幕监控-Linear Prediction Wavelet Transform++ LZ77 algorithm speed-screen monitor
Platform: | Size: 10682368 | Author: 刘阳 | Hits:

[Industry researchCompressionAlgorithmsDocs

Description: Set of documents describing various compression techniques 1) Arithmetic coding 2) Burrows Wheeler transform 3) DEFLATE, LZW, LZ77, LZ78 algorithms 4) Discrete wavelet transform 5) Run lenght encoding 6) ZIP and PNG file formats
Platform: | Size: 772096 | Author: JP | Hits:

[Compress-Decompress algrithmsCompression

Description: 一个字典码,里面有好多内容,lz78,lz77,lzw,希望对大家能有用-A dictionary code, which has a lot of content, lz78, lz77, lzw, hope we can be useful
Platform: | Size: 1347584 | Author: 王丽 | Hits:

[Compress-Decompress algrithmsCompressionLZ77-LZ78-HUF-ARI-LZW-RLE

Description: 非常全面的无损压缩算法集合,编译通过,可以运行!-Very comprehensive collection of lossless compression algorithm, compiles, you can run!
Platform: | Size: 1624064 | Author: wupeng | Hits:

[Compress-Decompress algrithmsnitobi_js_compression

Description: To compress and decompress the files using LZ77 algorithm
Platform: | Size: 10240 | Author: varadhan | Hits:

[Internet-NetworkLinearPredictionWaveletTransformLZ77algorithmspeed

Description: 小波变换+线性预测+LZ77算法实现极速屏幕监控-Linear Prediction Wavelet Transform++ LZ77 algorithm speed-screen monitor
Platform: | Size: 168960 | Author: ring03p | Hits:

[Compress-Decompress algrithmsLZ

Description: 此算法为lz77压缩算法,采用的是字典模型-This algorithm lz77 compression algorithm, using the dictionary model
Platform: | Size: 17408 | Author: 穆丰 | Hits:

[Compress-Decompress algrithmsLZA

Description: lzari压缩算法源码。压缩方法主要有:LZ77算法、LHA算法、Arith算术编码算法以及经典的ZIP算法,有的算法不是太好,压缩出来的文件居然比源文件还要大,汗,可能代码还有些失误的地方吧。-lzari compression algorithm source code
Platform: | Size: 28672 | Author: cook | Hits:

[Compress-Decompress algrithmsyssf

Description: lz77.pas为borland公布的算法,但其核心实现是C语言.相对别的压缩算法压缩比很高-lz77.pas algorithm for the borland released, but its core achieved a C language. compared to other compression algorithms compression ratio is high
Platform: | Size: 305152 | Author: yv | Hits:

[Compress-Decompress algrithmslz772

Description: LZ77压缩算法核心,CopyBits : 复制内存中的位流 memDest - 目标数据区 nDestPos - 目标数据区第一个字节中的起始位 memSrc - 源数据区 nSrcPos - 源数据区第一个字节的中起始位nBits - 要复制的位数 说明: 起始位的表示约定为从字节的高位至低位(由左至右)依次为 0,1,... , 7 要复制的两块数据区不能有重合-LZ77 compression algorithm core, CopyBits: copy memory bit stream memDest- target data area nDestPos- the first byte of the target data area of the Start bit memSrc- the source data area nSrcPos- the source data area in the beginning of the first byte bit nBits- to copy bits Note: The starting position of that agreement as from high to low byte (from left to right) followed by 0,1, ..., 7 to copy the data area can not have two coincide
Platform: | Size: 24576 | Author: kims | Hits:
« 1 2 3 4 5 6 7 89 10 11 »

CodeBus www.codebus.net