搜索资源列表

  1. LZ77code

    0下载:
  2. 压缩编码中的LZ77编码源代码-Coding of LZ77 encoding source code
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:王华
  1. 新文件夹

    0下载:
  2. LZ77 compression / decompression algorithm-LZ77 compression/decompression algorithm
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:林语白
  1. CSDN技术中心 LZ77压缩算法(C语言版)

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

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:李游
  1. GNUzip_c

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

    • 发布日期:2024-05-17
    • 文件大小:241664
    • 提供者:漫漫长夜
  1. solitude

    0下载:
  2. 几个压缩算法程序(改进包括lzw、lz77、compress、huffeman)-Several algorithm procedure about compression (improvements including lzw,lz77,compress,huffeman)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:55296
    • 提供者:solitude
  1. lz77_yang

    0下载:
  2. 缩率较高,编译码算法也较为简单的LZ77算法-This algorithm of LZ77 has a good compression,besides it can also be made easily!
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:solitude
  1. LZSS

    0下载:
  2. 一种无损压缩算法,是lz77的改进,压缩率并不比lz77高,但速度较快-a lossless compression algorithm is lz77 improved compression rate is higher than lz77, but faster
  3. 所属分类:压缩解压

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

    0下载:
  2. The deflation algorithm used by gzip (also zip and zlib) 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
  3. 所属分类:IP电话/视频会议

    • 发布日期:2024-05-17
    • 文件大小:5143552
    • 提供者:MCU2000
  1. compc++

    0下载:
  2. 这个代码包中包含了一些比较通用的无损压缩算法的源代码,如果你想深入理解一些图像格式,那么读懂这些代码会对你有很大帮助,这是基础。(包中包括的算法有:lzari、lzhuf、lzss、lzw、lz77、huffman、rle8、rle16)。工具:通用C 。-this code contains some of the more common lossless compression algorithm source code, if y
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-17
    • 文件大小:105472
    • 提供者:周自强
  1. lzss_

    0下载:
  2. lzss是一个比较著名的压缩算法,改进了lz77。此源代码希望对大家有用。-lzss is one of the more well-known compression algorithms, improved lz77. This source of hope may be useful.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:27648
    • 提供者:sun
  1. lz771111111

    0下载:
  2. lz77压缩源程序,能压缩文本文件,基于c语言。-lz77 compressed source, text files can be compressed, based on the C language.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:陆建
  1. zlib-1.1.4

    0下载:
  2. 1。zlib压缩算法,在LZ77的基础上实现,并 利用Huffman编码特点,采用hash表;2。zlib的解压算法。-1. Zlib compression algorithm, the LZ77 achieved on the basis of, and use of Huffman coding features, using hash table; 2. Zlib the decompression algorithm.
  3. 所属分类:多媒体编程

    • 发布日期:2024-05-17
    • 文件大小:241664
    • 提供者:石蒲
  1. CompressCode(Many)

    1下载:
  2. N多的压缩解压源代码,包括compress、LZW、LZ77、RLE、哈夫曼-N number of codecs source code, including compress, LZW, LZ77, RLE, Huffman, etc.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:105472
    • 提供者:张 虎
  1. Delphi_1016

    0下载:
  2. 《Delphi算法与数据结构》源码 Delphi开发人员Julian Bucknall从实用角度为广大程序员提供了有关使用算法和数据结构的一个详尽的介绍。Bucknall先从算法性能的讨论开始,涵盖了诸如数组、链表和二叉树等内容。这本书强调了查找算法(如顺序和二分查找),另外也重点介绍了排序算法(包括冒泡排序、插入排序、希尔排序、快速排序和堆排序),此外还提供了有关的优化技术。不仅如此,作者还介绍了散列和散列表、优先队列、状态机和正
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:148480
    • 提供者:
  1. lz771

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

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:zxd
  1. 23952

    0下载:
  2. My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash algorithm etc.-My (so called) a c
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:53248
    • 提供者:郭春阳
  1. LZ77conbined_with_KMP_algorithm

    0下载:
  2. LZ77算法与模式匹配KMP算法的结合及算法实现,压缩包内部是一个详细讲解文档,其中文档中附有对应实现源码。-LZ77 algorithm and pattern matching algorithm KMP and the integration algorithm, Compression is an internal packet elaborate document, which document with the corres
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:18432
    • 提供者:
  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 deco
  3. 所属分类:家庭/个人应用

    • 发布日期:2024-05-17
    • 文件大小:305152
    • 提供者:yuants
  1. lz77

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

    • 发布日期:2024-05-17
    • 文件大小:8192
    • 提供者:dlrobin
  1. lz

    0下载:
  2. lz77压缩解压缩完整代码.可以学习到字典压缩的基本理论和实际操作,是很好的学习材料.-LZ77 compression decompression code integrity. the dictionary compression can learn the basic theory and practical, is a very good learning materials.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:闻涛
« 1 2 34 5 6 7 8 9 10 »

源码中国 www.ymcn.org