CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - lzw encoding

搜索资源列表

  1. lzw-hafuman

    0下载:
  2. matlab写的lzw和huffman的编码,希望对大家有用-matlab write LZW and huffman encoding, in the hope that useful
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:578793
    • 提供者:武瑞霞
  1. file_cut

    0下载:
  2. LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-06-02
    • 文件大小:239452
    • 提供者:Richard Yang
  1. TestLzw

    0下载:
  2. LZW压缩算法(VC++实现):比Huffman编码更有效、比算法编码更快捷的压缩算法。-LZW compression algorithm (VC++ to achieve): more than Huffman coding is more effective, more efficient than the algorithm for encoding the compression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-07
    • 文件大小:140518
    • 提供者:Richard Yang
  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. LZW_coding

    0下载:
  2. LZW_coding: LZW encoding and LZW decoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:8361
    • 提供者:binbin
  1. LZW15V_C

    0下载:
  2. LZW算法的C语言实现,最多可扩展到15位-This is the LZW module which implements a more powerful version of the algorithm. This version of the program has three major improvements over LZW12.C. First, it expands the maximum code size to 15 bits. Second, it starts en
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3288
    • 提供者:libin
  1. LZW

    0下载:
  2. lzw编码和压缩方法,对需要了解lzw编码的人会很有用途-lzw encoding and compression methods, need to know lzw code would be very use
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:4517
    • 提供者:曹天洋
  1. LZW

    0下载:
  2. LZW字典编码和解码的源码。。C++编写。。。VS2008运行-LZW dictionary encoding and decoding the source. . C++ written. . . VS2008 run. . .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:79409
    • 提供者:he harmony
  1. LZW

    0下载:
  2. 用lzw编码实现黑白图像的压缩/解压缩 用lzw编码方式实现文件的压缩具有很大的局限性,对于类似于黑白图像这样的具有连续相同的大面积颜色块的文件有很 高的效率,但是对于彩色图像或其他相邻两点的值都不同的文件来说,反而会增大数据量-Lzw Coding with black and white image compression/decompression with lzw encoding for file compression has serious limitatio
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:1109
    • 提供者:vhdl
  1. LZW-CLASS

    0下载:
  2. 这是一个简单的LZW编码程序,能实现字典编码的基本工能!用码树实现!实现LZW编码和译码,任意数一段字符之后,就能实现对其的LZW编码,按照格式输入一段解码字符段,会解码出字符!-This is a simple LZW coding procedure, can realize the basic encoding dictionary work can!!!! Tree with code true! Realize the coding and decoding LZW, arbitrar
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:5627
    • 提供者:xr
  1. lzwcode

    0下载:
  2. 词典编码LZW编解码的基本实现,包含LZW的编码和解码,实现了对lena图的编解码,用于数字图像处理。-The dictionary coding LZW the basic realization of the codec, including LZW encoding and decoding, the codec lena FIG for digital image processing.
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:58968
    • 提供者:大鹏
  1. LZWSample

    0下载:
  2. 实现简单的LZW压缩算法,LZW压缩算法的基本概念:LZW压缩有三个重要的对象:数据流(CharStream)、编码流(CodeStream)和编译表(String Table)。在编码时,数据流是输入对象(文本文件的据序列),编码流就是输出对象(经过压缩运算的编码数据);在解码时,编码流则是输入对象,数据流是输出对象;而编译表是在编码和解码时都须要用借助的对象。字符(Character):最基础的数据元素,在文本文件中就是一个字节;字符串(String):由几个连续的字符组成; 前缀(Pref
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:5142180
    • 提供者:
  1. Huffman_math_lzw

    0下载:
  2. 图像压缩中基本的统计编码方式 LZW编码 算术编码以及哈弗曼编码 -Basic statistical image compression encoding LZW coding arithmetic coding and Huffman coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:500055
    • 提供者:me
  1. LZW-encoding-and-decoding

    0下载:
  2. 对小写英文的字符串进行lzw编码与解码的文件 字典上限为256-LZW encoding and decoding The dictionary limit is 256
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:939
    • 提供者:流火
  1. huff

    0下载:
  2. 哈曼夫算法,对数据进行,编码译码,压缩数据(Haman algorithm, data encoding, decoding, compression of data)
  3. 所属分类:压缩解压

    • 发布日期:2018-01-03
    • 文件大小:33792
    • 提供者:zhaoqijin
搜珍网 www.dssz.com