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

搜索资源列表

  1. LZSS

    0下载:
  2. lz77 source code asm && c++ visul c++ tralylya
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3129
    • 提供者:dmitriy
  1. gzip

    0下载:
  2. The deflation algorithm used by zip and gzip is a variation of LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in the input data. The second occurrence of a string is replaced by a pointer to the previous string, in the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:299425
    • 提供者:Dennis
  1. comprox

    0下载:
  2. 一个完整的LZ77-ARI压缩程序,压缩率高于gzip。-A complete LZ77-ARI compressor, with compression ratio higher than gzip.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:5635
    • 提供者:Zhang Li
  1. LZ77n1

    0下载:
  2. LZ77压缩解压算法,可以实现任意文件的压缩解压-LZ77 compression decompression algorithms can extract any file compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:379802
    • 提供者:ct
  1. lz77n

    0下载:
  2. LZ77无损压损算法,可以实现文本和音频文件的压缩和解压,已建好工程-LZ77 algorithm for lossless compression loss, can text and audio file compression and decompression, projects have been completed
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-24
    • 文件大小:7761177
    • 提供者:ct
  1. LZ773

    0下载:
  2. LZ77无损压缩算法,直接可以运行,压缩率一般,但运行速度快-LZ77 lossless compression algorithm can be run directly, compression ratio is generally, but it' s fast
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:379774
    • 提供者:ct
  1. LZ77compression

    0下载:
  2. LZ77 压缩、解压缩算法C++源代码-LZ77 compression, decompression algorithm C++ source code ! !
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4964
    • 提供者:沈晓
  1. on-screen-control

    0下载:
  2. 一种基于小波变换、线性预测和LZ77算法的快速屏幕监控程序。VC++程序代码-Based on wavelet transform, linear prediction and the LZ77 algorithm fast on-screen control procedures. VC++ code
  3. 所属分类:Wavelet

    • 发布日期:2017-04-02
    • 文件大小:159274
    • 提供者:L
  1. lzma

    0下载:
  2. To compile C++ version of file->file LZMA encoding, go to directory CPP/7zip/Bundles/LzmaCon and call make to recompile it: make -f makefile.gcc clean all In some UNIX/Linux versions you must compile LZMA with static libraries. To co
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:146283
    • 提供者:duximing
  1. LZ_77

    0下载:
  2. Data compression with LZ77 interface -LZ77 (Lempel-Ziv-1977) is a simple but surprisingly effective form of data compression that takes an entirely differnt approach from Huffman coding. LZ77 is a dictionary-based method
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:11135
    • 提供者:pecker168
  1. compressionadepression

    0下载:
  2. A compression and depression algorithm, LZ77. There are two folder in this project, support compression several folders and files.
  3. 所属分类:Windows Develop

    • 发布日期:2017-06-02
    • 文件大小:14090793
    • 提供者:cyblocker
  1. LZSS

    0下载:
  2. 数据压缩算法,用C++代码实现的压缩算法,全面实现LZ77的算法实现过程。-COMPRESSION
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:42155
    • 提供者:陈广文
  1. Lempel-Ziv

    0下载:
  2. Lempel-Ziv 算法描述,压缩方法Lempel-Ziv压缩模式有许多不同的变量。基本压缩库有清晰的LZ77算法的实现(Lempel-Ziv,1977),执行的很好,源代码也非常容易理解。 -Lempel-Ziv algorithm described in
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:2324
    • 提供者:项羽
  1. gzip

    0下载:
  2. 用lz77算法进行压缩,对得到的结果再使用huffman编码的方法进行压缩。分别对lz77和huffman编码的原理进行说明。 -Lz77 algorithm to compress the results obtained using huffman encoding method to compress. Lz77 and huffman encoding principle is described.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-09
    • 文件大小:6492
    • 提供者:wangfei
  1. LZ77CODE

    0下载:
  2. c lz77 simple-lz77.c -- Simple LZ77 (Ziv-Lempel) encoding [compression] with ** fixed offset/legth sizes [fixed size window of 4096 {2**12} bytes, ** match lengths of 15 {2**4-1} bytes] and alternating pointers into the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7316
    • 提供者:tocut
  1. decompressed_LZ77

    0下载:
  2. Decompressed code of LZ77 algorithm. Thanks
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-12-07
    • 文件大小:1381
    • 提供者:Waqas Ahmad
  1. compressed_LZ77

    0下载:
  2. The compressed source code of the LZ77 algorithm-The compressed source code of the LZ77 algorithm
  3. 所属分类:Communication

    • 发布日期:2017-11-25
    • 文件大小:4987
    • 提供者:Waqas Ahmad
  1. comp.zip

    0下载:
  2. 一个基于命令行操作的通用数据压缩程序,使用的是静态字典+LZ77+算术编码的算法。,Universal data compression program, a command-line-based operation is the static dictionary+LZ77+ arithmetic coding algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:18290
    • 提供者:suline
  1. zjjys

    0下载:
  2. 自己写的haffman和lz77的小程序,适合初学者,理由有我的心得体会,和一些 对应的资料分享给大家,-Write your own haffman and lz77 of small procedures, suitable for beginners, feelings and experiences of my reasons, and some corresponding data sharing to everyone,
  3. 所属分类:Video Capture

    • 发布日期:2017-05-03
    • 文件大小:1380651
    • 提供者:张家金
  1. lz771

    0下载:
  2. LZ77算法的实现,很多的资源,可以作为学习-LZ77 algorithm achieved, a lot of resources can be used as learning
  3. 所属分类:Game Program

    • 发布日期:2017-04-29
    • 文件大小:8202
    • 提供者:licclo
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com