搜索资源列表

  1. lzbuf

    0下载:
  2. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:任燕
  1. lz77Dir

    0下载:
  2. 在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.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:15360
    • 提供者:鱛真昆
  1. Gzip

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

    • 发布日期:2024-05-21
    • 文件大小:19456
    • 提供者:kekjdfeiu
  1. myLZ77Code

    1下载:
  2. 自己写的LZ77压缩解压缩算法,纯C编写,对学习该压缩算法很有帮助-Wrote it myself LZ77 compression decompression algorithms, the preparation of pure C, the compression algorithm for learning useful
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:代贝
  1. LZ77_DLL

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

    • 发布日期:2024-05-21
    • 文件大小:56320
    • 提供者:lxz
  1. LZ77Compress

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王丹
  1. MiniCompress

    0下载:
  2. compression with LZ-compression with LZ77
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:29696
    • 提供者:Ferry F
  1. 0707-3

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

    • 发布日期:2024-05-21
    • 文件大小:10682368
    • 提供者:刘阳
  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
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-21
    • 文件大小:772096
    • 提供者: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. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:1347584
    • 提供者:王丽
  1. CompressionLZ77-LZ78-HUF-ARI-LZW-RLE

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

    • 发布日期:2024-05-21
    • 文件大小:1624064
    • 提供者:wupeng
  1. nitobi_js_compression

    0下载:
  2. To compress and decompress the files using LZ77 algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:varadhan
  1. LinearPredictionWaveletTransformLZ77algorithmspeed

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

    • 发布日期:2024-05-21
    • 文件大小:168960
    • 提供者:ring03p
  1. LZ

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

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:穆丰
  1. LZA

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

    • 发布日期:2024-05-21
    • 文件大小:28672
    • 提供者: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. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:305152
    • 提供者:yv
  1. lz772

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

    • 发布日期:2024-05-21
    • 文件大小:24576
    • 提供者:kims
  1. SpeedScreenMonitor

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

    • 发布日期:2024-05-21
    • 文件大小:171008
    • 提供者:兵哥
  1. clib

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

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者: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
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:guliqun
« 1 2 3 4 5 6 7 89 10 »

源码中国 www.ymcn.org