搜索资源列表

  1. war

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

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:孙海滨
  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 -Several commonly used compression algorithm This procedure includes t
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:19494912
    • 提供者:王若
  1. 111

    0下载:
  2. 本文介绍了数字图像压缩方法对比研究 Huffman编码 LZ77压缩算法 离散余弦变换(DCT) RLE编码 -In this paper, digital image compression method comparative study of Huffman coding compression algorithm LZ77 discrete cosine transform (DCT) RLE encodin
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:111616
    • 提供者:wz
  1. lz77_source

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

    • 发布日期:2024-05-21
    • 文件大小:79872
    • 提供者:
  1. Compression

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

    • 发布日期:2024-05-21
    • 文件大小:1224704
    • 提供者:OK
  1. lz77

    0下载:
  2. 不需要什么h文件,直接加入一个project就可以。 Lz77Compress压缩 Lz77Decompress解压-What documents do not need h directly into a project can be. Lz77Compress compression decompression Lz77Decompress
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:
  1. LZW

    0下载:
  2. 此算法是一个压缩算法,lwz在lz77,lz78的基础上改进的一种算法。-This algorithm is a compression algorithm, lwz in lz77, lz78 improved based on an algorithm.
  3. 所属分类:压缩解压

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

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

    • 发布日期:2024-05-21
    • 文件大小:1314816
    • 提供者:wj
  1. ziv_lempel_1977_universal_algorithm

    0下载:
  2. LZ77原始论文和详细的理论证明,非常有启示的文章-LZ77 original papers and a detailed theory proved very enlightening article
  3. 所属分类:加密解密

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

    0下载:
  2. 远程控制软件-偷窥者 本软件的最大特点是在服务器端与客户端之间有两个socket连接,一个用 于图像的的传送或者接收,另一个负责命令的处理,这样就保证了操作的流畅。 1.可以偷窥到对方的桌面内容,按设置的时间进行刷新. 2.可以用鼠标控制对方的电脑,包括所有的鼠标操作. 3.可以使用键盘控制对方的电脑,几乎可用所有的按键. 4.在客户端可以建立多个窗口,对多台电脑进行监视控制. 5.可以运行
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:166912
    • 提供者:许凤
  1. LZ77

    0下载:
  2. data compression, lossless methods, LZ family
  3. 所属分类:压缩解压

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

    0下载:
  2. 模拟了LZ77编码的编码原理,采用固定窗口大小编码-Simulation of the LZ77 coding coding theory, the use of a fixed window size encoding
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:wangmou
  1. mainLZ77(2)

    0下载:
  2. lz77 image compression using matlab
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:nadeem
  1. java_LZ77

    0下载:
  2. java 实 现 LZ77 解 压 源 码-LZ77 decompression java source code to achieve
  3. 所属分类:压缩解压

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

    0下载:
  2. A small simple and fast LZ77 based compression algortihm which is really fast on compression and decompression. Compilable with Delphi and FreePascal
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:bero1985
  1. LZ77CODE.ZIP

    0下载:
  2. lz77 c++ realization
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:23552
    • 提供者:Aleksey
  1. lz77__lz

    0下载:
  2. lz77 algoritm -lz77 algoritm _______
  3. 所属分类:压缩解压

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

    0下载:
  2. encodeing of lz77 algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:mohammed
  1. LZ77-LZ78-HUF-ARI-LZW-RLE

    0下载:
  2. 此程序包括哈夫曼算法、算术算法、RLE算法、LZ77及LZ78算法、LZW算法等。-This program includes Huffman algorithm, arithmetic algorithms, RLE algorithm, LZ77 and LZ78 algorithm, LZW algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:2478080
    • 提供者:左岸风景
  1. lz7js

    0下载:
  2. LZ77算法的JS实现注释的非常完整,所以就不多说了,有兴趣的可以仔细研究下:-JS LZ77 algorithm to achieve the very integrity of the Notes, it is not to say, are interested can examine are:
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:heqin
« 1 2 3 45 6 7 8 9 10 »

源码中国 www.ymcn.org