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

搜索资源列表

  1. mainLZ77

    0下载:
  2. 本程序主要实现LZ77的编码以及解码,并且对压缩率进行了说明,简单明了-The main achievement of LZ77 encoding process and decoding, and are described on the compression ratio, simple
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1274
    • 提供者:jack
  1. LZ77

    0下载:
  2. LZ77压缩算法基于TI公司的6416DSP实现,运行周期不到两千万,适合实时处理要求高的场合-LZ77 compression algorithm based on TI 6416DSP implementation, operation cycle less than two million, for the occasion demanding real-time processing
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:599605
    • 提供者:柳邦奇
  1. lz77

    1下载:
  2. LZ-77 algorithm in cpp source code Only the strong
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2904
    • 提供者:tobiaszliszka
  1. LZ772

    0下载:
  2. LZ77压缩算法,是一个很好的代码,可以实现文件的压缩和解压,压缩率也较高-LZ77 compression algorithm, is a good code, can file compression and decompression, the compression rate is higher
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-21
    • 文件大小:6525426
    • 提供者:ct
  1. lz77

    0下载:
  2. 对LZ77算法的一定改进,能实现较高的压缩比。主要用于文字压缩-A certain improvement of the LZ77 algorithm can achieve higher compression ratio. Mainly used for text compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-10
    • 文件大小:1327635
    • 提供者:chen
  1. LZ77

    0下载:
  2. Simple Hashing LZ77 Sliding Dictionary Compression Program.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:11436
    • 提供者:Adeel
  1. LZ77-Compression-algorithm

    0下载:
  2. zlib 源码分分析,对Huffman tree, lz77基础进行了深入讲解,对于学习了解压缩算法有帮助-zlib source code analysis, conducted in-depth to explain Huffman, tree, lz77 basis
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:59954
    • 提供者:Andy
  1. lz77-proj

    0下载:
  2. LZ77 algorithm implementation in matlab.
  3. 所属分类:matlab

    • 发布日期:2017-12-07
    • 文件大小:6942
    • 提供者:Rizwan
  1. LZ77-compression

    0下载:
  2. 本文共分三部分:第一部分简明介绍了课题研究的背景及意义 第二部分详细阐述了无损数据压缩的原理机制和关键技术,突出强调了影响LZ77压缩效果的三要素:滑动窗口、最大匹配长度和查找策略 第三部分重占讨论了系统的设计、实现和实验数据。-This article altogether is divided three parts:The first part concisely introduced the topic research background and the significance T
  3. 所属分类:Project Design

    • 发布日期:2017-11-14
    • 文件大小:47199
    • 提供者:路敬
  1. lz77

    0下载:
  2. 基于mfc的lz77字典编码,适用于初学者学习,可以用来译码-lz77,encoder,by mfc
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:1876697
    • 提供者:duqiuchen
  1. lz77

    0下载:
  2. lz77压缩算法,C++实现,还有相关文档-lz77 compression algorithm, C++,, to achieve, as well as related documentation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:1426296
    • 提供者:刘老
  1. LZ77

    0下载:
  2. LZ77算法,可以达到60 的压缩率,可以输入压缩文件名,解压文件名等。中英文均可-LZ77 algorithm, can achieve 60 compression rate, compression can enter the file name, unzip the file name and so on. Available in English
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-08
    • 文件大小:1248
    • 提供者:金继仁
  1. lz77

    0下载:
  2. lz77压缩算法的javascr ipt实现-very good
  3. 所属分类:JavaScript

    • 发布日期:2017-04-14
    • 文件大小:3122
    • 提供者:
  1. Encode-of-LZ77

    0下载:
  2. LZ77和它的变体发现,在正文流中词汇和短语(GIF中的图像模式)很可能会出现重复。当出现一个重复时,重复的序列可以用一个短的编码来代替。压缩程序扫描这样的重复,同时生成编码来代替重复序列。随着时间的过去,编码可以重用来捕获新的序列。算法必须设计成解压程序能够在编码和原始数据序列推导出当前的映射。-encode of Lz77
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:7795
    • 提供者:小冬瓜
  1. lz77

    0下载:
  2. 实现信息论中lz77编码方式,输入输出码字都分别存成文件。-Lz77 achieve encoding information theory, input and output code words are stored as files, respectively.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-29
    • 文件大小:11553792
    • 提供者:王楠
  1. LZ77

    0下载:
  2. 用LZ77算法实现将文本文件压缩为三元组的过程,同时包含有相应的解压缩过程。-LZ77 algorithm implemented in the text file compression is the process of triples, and also includes a corresponding decompression process.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:216749
    • 提供者:孙尔强
  1. LZ77

    0下载:
  2. realize LZ77 algorithm by C language.Specially program uses a 64k stable length window.It can compress data by block by using this method.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2928027
    • 提供者:nika
  1. lz77

    0下载:
  2. C语言实现的LZ77压缩算法,vs2013工程。需要自己需要压缩的文档1.txt,可以输出压缩后的文件与解压后的文件-LZ77 compression algorithm C language implementation, needs its own need to compress the document 1.txt, files can be output compressed files unpacked
  3. 所属分类:Data structs

    • 发布日期:2017-06-01
    • 文件大小:13375542
    • 提供者:llw
  1. lz77-vs

    0下载:
  2. lz77算法的文件压缩解压,c++语言编写-LZ77 compression decompression by c++
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-30
    • 文件大小:11830056
    • 提供者:1
  1. lz77

    0下载:
  2. this a compress test for lz77.i test is.ok
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-05
    • 文件大小:14147
    • 提供者:whc
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com