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

搜索资源列表

  1. CompressMethod

    0下载:
  2. 多种算法压缩与解压缩方式,包括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
  3. 所属分类:家庭/个人应用

    • 发布日期:2008-10-13
    • 文件大小:305066
    • 提供者:yuants
  1. lz77

    0下载:
  2. LZ: LZSS by Haruhiko Okumura.
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8152
    • 提供者:dlrobin
  1. lz

    0下载:
  2. lz77压缩解压缩完整代码.可以学习到字典压缩的基本理论和实际操作,是很好的学习材料.
  3. 所属分类:压缩解压

    • 发布日期:2014-01-17
    • 文件大小:4805
    • 提供者:闻涛
  1. war

    0下载:
  2. 压缩解压算法LZ77算法有许多派生算法(这里面包括 LZSS算法)。它们的算法原理上基本都相同,无论是哪种派生算法,LZ77算法总会包含一个动态窗口(Sliding Window)和一个预读缓冲器(Read Ahead Buffer)。动态窗口是个历史缓冲器,它被用来存放输入流的前n个字节的有关信息。一个动态窗口的数据范围可以从 0K 到 64K,而LZSS算法使用了一个4K的动态窗口。预读缓冲器是与动态窗口相对应的,它被用来存放输入流的前n个字节,预读缓冲器的大小通常在0 – 258 之间。这
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-01-17
    • 文件大小:1440
    • 提供者:孙海滨
  1. Compression

    0下载:
  2. 几种常用的压缩算法 本程序包含以下功能: 1、 Arithmetic coding 2、 Huffman coding 3、 LZ77 coding 4、 LZ78 coding 5、 LZW 6、 RLE 7、 DCT 8、 Furie transform
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1149030
    • 提供者:王若
  1. CSDN技术中心 LZ77压缩算法(C语言版)

    0下载:
  2. 是一个压缩文件的算法 用c语言写的-is a compression algorithm used documents written in language c
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:8065
    • 提供者:李游
  1. GNUzip_c

    0下载:
  2. 采用 LZ77 运算规则 压缩及解压工具-Operational rules adopted LZ77 compression and decompression tools
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:242330
    • 提供者:漫漫长夜
  1. 111

    0下载:
  2. 本文介绍了数字图像压缩方法对比研究 Huffman编码 LZ77压缩算法 离散余弦变换(DCT) RLE编码
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:112179
    • 提供者:wz
  1. lz77_source

    1下载:
  2. 源代码的思路参考自 Mark Nelson 所著的<<数据压缩技术原理与范例>> 中的第八章\"滑动窗口压缩\",是lz77算法的一种简介直观的实现,但是由于 没有采用如LZSS算法中的二叉搜索树技术,所以在运行速度上不如LZSS算法。 采用了微量缓冲区buf 以加快执行速度。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:79917
    • 提供者:xxxxxiao
  1. Compression

    0下载:
  2. LZW haffman LZ77 LZ78
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:1153603
    • 提供者:OK
  1. lz77

    0下载:
  2. 不需要什么h文件,直接加入一个project就可以。 Lz77Compress压缩 Lz77Decompress解压
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4040
    • 提供者:redsignal
  1. LZW

    0下载:
  2. 此算法是一个压缩算法,lwz在lz77,lz78的基础上改进的一种算法。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:845
    • 提供者:renqiang
  1. lz77Dir

    0下载:
  2. 在Lz77的基础上修改,同时增加压缩目录及子目录的功能,VS2005下测试编译OK.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:15709
    • 提供者:鱛真昆
  1. GZIP

    0下载:
  2. GNU 系统开发的基于Iz77语法的压缩 学习lz77压缩算法 -GNU system development based on the syntax of compressed Iz77 learning lz77 Compression Algorithm
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:254915
    • 提供者:君风
  1. LZ77中匹配的C程式附錄

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

    • 发布日期:2008-10-13
    • 文件大小:1385
    • 提供者:古寿
  1. LZMA465

    0下载:
  2. 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).
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-02-13
    • 文件大小:288122
    • 提供者:happyusermhx
  1. LZW.rar

    1下载:
  2. LZ77算法与模式匹配KMP算法的结合及算法实现,包含: LZ77.doc t1.txt t2.txt t3.txt cc3260mt.dll borlndmm.dll 测试cpp1.cpp 压缩程序使用说明.txt,LZ77 algorithm and pattern-matching algorithm for the combination of KMP and algorithm, including: LZ77.doct1.txtt2.txtt3.txtcc3260mt
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-09
    • 文件大小:1314710
    • 提供者:wj
  1. src_JULY07

    0下载:
  2. lz77压缩算法的c++实现,很好的代码,希望可以对你们有帮助-lz77 compression algorithm c++ implementation, a good code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:93727
    • 提供者:dengliang
  1. myLZ77Code.rar

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

    • 发布日期:2017-04-06
    • 文件大小:5368
    • 提供者:代贝
  1. SpeedScreenMonitor

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

    • 发布日期:2017-03-27
    • 文件大小:170553
    • 提供者:兵哥
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com