CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LZ77

搜索资源列表

  1. Gzip

    0下载:
  2. 本人总结的关于gzip压缩过程中使用的LZ77算法以及动态Huffman编码算法-I have summarized on the gzip compression algorithm used in LZ77 and dynamic Huffman coding algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:19536
    • 提供者:kekjdfeiu
  1. LZ77_DLL

    0下载:
  2. 将LZ77算法封装为DLL的程序,可供C#等调用-LZ77 algorithm to process packages for the DLL for C#, such as call
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:56235
    • 提供者:lxz
  1. LZ77Compress

    0下载:
  2. 用perl来实现LZ77压缩算法。 LZ77是很经典的压缩算法-Using perl to achieve the LZ77 compression algorithm. LZ77 is a classic compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:874
    • 提供者:王丹
  1. MiniCompress

    0下载:
  2. compression with LZ-compression with LZ77
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:29494
    • 提供者:Ferry F
  1. 0707-3

    0下载:
  2. 小波变换+线性预测+LZ77算法实现极速屏幕监控-Linear Prediction Wavelet Transform++ LZ77 algorithm speed-screen monitor
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-28
    • 文件大小:10682006
    • 提供者:刘阳
  1. CompressionAlgorithmsDocs

    0下载:
  2. 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
  3. 所属分类:Development Research

    • 发布日期:2017-03-29
    • 文件大小:772404
    • 提供者:JP
  1. Compression

    0下载:
  2. 一个字典码,里面有好多内容,lz78,lz77,lzw,希望对大家能有用-A dictionary code, which has a lot of content, lz78, lz77, lzw, hope we can be useful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1347963
    • 提供者:王丽
  1. CompressionLZ77-LZ78-HUF-ARI-LZW-RLE

    2下载:
  2. 非常全面的无损压缩算法集合,编译通过,可以运行!-Very comprehensive collection of lossless compression algorithm, compiles, you can run!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-07-06
    • 文件大小:1624434
    • 提供者:wupeng
  1. nitobi_js_compression

    0下载:
  2. To compress and decompress the files using LZ77 algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:10598
    • 提供者:varadhan
  1. LinearPredictionWaveletTransformLZ77algorithmspeed

    0下载:
  2. 小波变换+线性预测+LZ77算法实现极速屏幕监控-Linear Prediction Wavelet Transform++ LZ77 algorithm speed-screen monitor
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:168832
    • 提供者:ring03p
  1. LZ

    0下载:
  2. 此算法为lz77压缩算法,采用的是字典模型-This algorithm lz77 compression algorithm, using the dictionary model
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:17499
    • 提供者:穆丰
  1. LZA

    0下载:
  2. lzari压缩算法源码。压缩方法主要有:LZ77算法、LHA算法、Arith算术编码算法以及经典的ZIP算法,有的算法不是太好,压缩出来的文件居然比源文件还要大,汗,可能代码还有些失误的地方吧。-lzari compression algorithm source code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:28218
    • 提供者:cook
  1. yssf

    0下载:
  2. 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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:305399
    • 提供者:yv
  1. lz772

    0下载:
  2. LZ77压缩算法核心,CopyBits : 复制内存中的位流 memDest - 目标数据区 nDestPos - 目标数据区第一个字节中的起始位 memSrc - 源数据区 nSrcPos - 源数据区第一个字节的中起始位nBits - 要复制的位数 说明: 起始位的表示约定为从字节的高位至低位(由左至右)依次为 0,1,... , 7 要复制的两块数据区不能有重合-LZ77 compression algorithm core, CopyBits: copy memory bit st
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:24487
    • 提供者:kims
  1. clib

    0下载:
  2. 压缩库文件v1.2,讲解压缩源码中各种接口程序原型-Clib features RLE, Huffman, LZW, LZ77, and Deflate compression methods.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:7008
    • 提供者:guliqun
  1. compress

    0下载:
  2. 常见压缩算法(RLE,LZ77,Huffman等)导引-This is a compression tutorial. This purpose of this tutorial is not to show you how to crack compression, rather it is intended to show you how compression methods work, and can be adapted to programs that will reduce fil
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:13080
    • 提供者:guliqun
  1. DataCompressionDescribetion

    0下载:
  2. 数据压缩算法介绍,包含:LZ77算法、LHA算法、算数编码arith算法、Zip算法。仅供学习参考。-Data compression algorithm descr iption, including: LZ77 algorithm, LHA algorithm, arithmetic coding, arith algorithm, Zip algorithm. Study reference purposes only.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:304916
    • 提供者:hehe
  1. LZSS

    0下载:
  2. Compress/decompress on algoritm lzss/lz-Compress/decompress on algoritm lzss/lz77
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:579371
    • 提供者:Michael
  1. entropy-encoding

    0下载:
  2. 视频信号熵编码源程序 熵编码法是一种进行无损数据压缩的技术,在这个技术中一段文字中的每个字母被一段不同长度的比特(Bit)所代替。与此相对的是LZ77或者LZ78等数据压缩方法,在这些方法中原文的一段字母列被其它字母取代。 每个字母按照其出现的可能性所获得的最佳比特数取决于熵。 本程序不仅提供源程序,还提供相应的实例。-Entropy coding the video signal source for entropy coding method is a lossless data
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-27
    • 文件大小:286868
    • 提供者:安慰安防
  1. LZ

    0下载:
  2. 用C语言实现基于LZ77字典压缩算法的通信系统-Using C language dictionary based compression algorithm LZ77 communication system
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2262148
    • 提供者:沈旭
« 1 2 3 4 5 67 8 »
搜珍网 www.dssz.com