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

搜索资源列表

  1. LZW_C_CODE

    0下载:
  2. 很常见的一种编码,LZW编码,是一种无损压缩编码,对学习图像很有帮助!-The very common one kind of code, the LZW code, is one kind of lossless compressed encoding, to studies the image to have the help very much!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:23905
    • 提供者:lejing
  1. 5275340D-2F87-4FAF-A46F-48070DD54B66

    0下载:
  2. lz编码译码LZW就是通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. -lz codec LZW is through the establishment of a string table, with a shorter code to represent a long string to achieve compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:206774
    • 提供者:kaidu
  1. DS_5070309806_LZW

    0下载:
  2. LZW VS 6.0 实现 生成字典 自动 不用 字典就可以解压缩-LZW VS 6.0 to achieve the dictionary is generated automatically without a dictionary can be extracted
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:16169
    • 提供者:caj
  1. lzw0.4

    0下载:
  2. 呵呵是我自己上课写的lzw算法,简单的,没有解压缩的,只要压缩的,老师要求的-lzw
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:3381
    • 提供者:blue
  1. MM_final

    0下载:
  2. 简单的基于Huffman以及LZW的压缩工具-Simple Huffman and LZW-based compression tools
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:51735
    • 提供者:liangdawen
  1. compress

    0下载:
  2. 用Huffman、Lzss、Lzw对图片进行压缩和解压缩-With Huffman, Lzss, Lzw on image compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:10150
    • 提供者:叶紫
  1. TheDataCompressionBook2ndEditionMarkNelson

    0下载:
  2. 本书详尽描述了各类主要的压缩算法,包括LZW,哈夫曼,自适应哈夫曼,算术编码等-This book describes in detail the main types of compression algorithms, including LZW, Huffman, adaptive Huffman, arithmetic coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-06
    • 文件大小:1535997
    • 提供者:飞飞
  1. JPEGTOBMP

    0下载:
  2. LZW算法,字符串和编码的对应关系是在压缩过程中动态生成的,并且隐含在压缩数据中,解压的时候根据表来进行恢复,算是一种无损压缩.-LZW
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:506762
    • 提供者:
  1. compress_all

    0下载:
  2. 压缩解压代码,包括LZSS,LZW,Huffman,Arithmetic,LZARI,LZARI多种算法。-Compression decompression code, including LZSS, LZW, Huffman, Arithmetic, LZARI, LZARI a variety of algorithms.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:20403
    • 提供者:郭平湘
  1. clib

    0下载:
  2. 压缩库文件v1.2,讲解压缩源码中各种接口程序原型-Clib features RLE, Huffman, LZW, LZ77, and Deflate compression methods.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:7008
    • 提供者:guliqun
  1. LZWdepressionCsourcecode

    0下载:
  2. 字典编码LZW 解压缩 读写 头文件和源文件源代码-LZW decompression dictionary to read and write code header files and source code files
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:9192
    • 提供者:yeqiuyu
  1. gifdecode

    0下载:
  2. lzw算法解压缩算法!!功能齐全,初学者可以用来作为参考学习!~-lzw compression and decompression algorithms! ! Functional and can be used as a reference for beginners to learn! ~
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:9231
    • 提供者:黄健
  1. encode-C

    0下载:
  2. 自己写的LZW算法压缩C程序,模块分解清楚,刚学习LZW算法的可以借鉴一下!-The LZW compression algorithm to write their own C program, module decomposition clear, just learning LZW algorithm can learn from it!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10869702
    • 提供者:黄健
  1. decode-C

    0下载:
  2. 自己写的关于LZW算法的解压缩程序,配套前面的压缩程序可以实现无损压缩!~-Write your own solution on the LZW compression algorithm programs, supporting the previous lossless compression program can be! ~
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-09
    • 文件大小:16161801
    • 提供者:黄健
  1. TestLZW

    0下载:
  2. C压缩解压缩代码,功能齐全,实现压缩解压缩的无损过程,是学习LZW算法可以借鉴的好代码-C compression decompression code, complete functions, to achieve lossless compression and decompression process is learning LZW algorithm can learn from the good code
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:2043930
    • 提供者:黄健
  1. gxlbmp

    0下载:
  2. 一个简单的图像处理源码,包括Haffman编码,LZW算法的压缩和解压过程-A simple image processing source code, including Haffman coding, LZW compression and decompression process of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2150229
    • 提供者:管小
  1. LZW_Demo

    0下载:
  2. 一个lzw算法的压缩演示,有压缩时间的显示,c++实现的,感兴趣的可以参考一下-Demonstration of a lzw compression algorithm, a compression time display, c++ implementation, interested can refer to ........
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:22468
    • 提供者:无名
  1. compress6

    0下载:
  2. rle 哈弗曼,lzw 三种压缩算法的设计与实现,用java实现-rle hafuma lzw compress on java
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:45433
    • 提供者:fengguosen
  1. LZW_JAVA-and-cPP

    0下载:
  2. 字典压缩算法(LZW)的java与c实现版本-LZW algorithm implementations of java and c
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:49222
    • 提供者:张琦
  1. LZW33

    0下载:
  2. LZW无损数据压缩和解压算法,可以很好的实现数据的压缩解压-LZW lossless data compression and decompression algorithms, can achieve a good data compression decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:29384
    • 提供者:ct
« 1 2 ... 11 12 13 14 15 1617 18 19 »
搜珍网 www.dssz.com