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

搜索资源列表

  1. LZW

    0下载:
  2. 词典编码 使用LZW算法实现 最后输出词典-Dictionary encoded using the LZW algorithm to achieve the final output dictionary
  3. 所属分类:Multimedia program

    • 发布日期:2017-11-13
    • 文件大小:1465
    • 提供者:诈欺猎人P
  1. -imagecompress-encod-

    0下载:
  2. 图片的压缩和编码解码程序,含多种方法,包括哈弗曼编码,行程编码,lzw编码和jpeg编码-Image compression and encoding and decoding process, including a variety of methods, including Huffman coding, run length coding, lzw encoding and jpeg encoding
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:235756
    • 提供者:黄小菲
  1. Entropy-coding-source-program

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。  哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-05
    • 文件大小:18688499
    • 提供者:杨飞帆
  1. lzw

    1下载:
  2. LZW(Lempel Ziv Welch)压缩编码是一种先进的数据压缩技术,属于无损压缩编码,该编码主要用于图像数据的压缩。对于简单图像和平滑且噪声小的信号源具有较高的压缩比,并且有较高的压缩和解压缩速度。-lzw compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-07
    • 文件大小:754939
    • 提供者:宁有名
  1. LZW

    0下载:
  2. LZW压缩算法编码源程序,基于C语言 实测可用-LZW compression algorithm coding source
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-19
    • 文件大小:1104
    • 提供者:黄俊
  1. lzw

    0下载:
  2. LZW压缩算法,基于字典的编码. 逻辑简单,硬件实现价廉,运算速度快.-LZW compression algorithm, dictionary-based encoding logic is simple, inexpensive hardware, computing speed.
  3. 所属分类:File Operate

    • 发布日期:2017-12-10
    • 文件大小:699726
    • 提供者:刘杰
  1. LZW

    0下载:
  2. LZW压缩与解压 修改LZW压缩和解压的程序,完成下述要求: 1. 每完成xkbytes的文本压缩/解压,重新初始化码本(code table)。此过程可以看作是码本对文本内容的自适应调整过程,每编码部分文本后,码本重新初始化并根据后续文本内容生成,可以获得更好的压缩率。 2. 测试给出的文本文件,需要测试的x取值范围{10, 20, 30, 40, 50},并对比五种取值的压缩/解压效果(包括压缩率和压缩时间等)。程序参数需添加x,例如调用“Compress text 30”
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:956441
    • 提供者:酉永松
  1. image-coding

    0下载:
  2. 用matlab实现算数编码、哈弗曼编码以及LZW编码(能够区分大小写和数字进行编码)含测试文本和结果-Using matlab realize arithmetic coding, Huffman coding and LZW coding (case-sensitive and numbers can be encoded) containing test text and results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:6529
    • 提供者:文闯
  1. 1

    0下载:
  2. FFT 与LZW编码算法相结合,实现压缩功能,MATLAB仿真实现-FFT LZW compress
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:4239
    • 提供者:chenkang
  1. LZW

    0下载:
  2. 对于现有文件,实现lzw的编码与译码,注意各文件之间的联系-For existing files, the use of coding libraries, compile and interpret realize barcode
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5089
    • 提供者:李本质
  1. lzw

    0下载:
  2. 数据压缩课压缩编码第二次大作业,Lzw压缩编码-The second homework of data compression coding lesson. It s about Lzw coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1637
    • 提供者:许天骄
  1. lzwcode

    0下载:
  2. LZW编码解码的实现 输入原始的字典 对其进行编码 -LZW codec implementations   Enter the original dictionary Encode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:398411
    • 提供者:me
  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_huffman

    1下载:
  2. LZW编码和Huffman编码,MATLAB-LZW coding and Huffman coding,MATLAB
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2584
    • 提供者:陶一凡
  1. lzwcompression

    0下载:
  2. java版实现lzw编码压缩,支持对文本文件和图片进行压缩处理。-java version lzw coding to achieve compression, support for text files, and image compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:960711
    • 提供者:
  1. LZW

    0下载:
  2. 用c++实现的LZW算法的压缩编码与解压-Coding and decoding of LZW
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4007
    • 提供者:Nina
  1. LZW_coding

    0下载:
  2. 使用LZW编码来实现对文件的压缩于解压功能。-Use LZW coding to achieve compression in file decompression function.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-03
    • 文件大小:615870
    • 提供者:zhenggtao
  1. LZW

    1下载:
  2. 关于LZW图像处理的编码与解码,用于学习借鉴,谢谢合作-About LZW encoding and decoding of image processing, for learning reference, thank you for your cooperation
  3. 所属分类:GIS program

    • 发布日期:2016-06-13
    • 文件大小:24576
    • 提供者:钟文涛
  1. Entropy-coding

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。-Entropy coding (entropy encoding) is a kind of the compressed by using the data statistics of the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:57374
    • 提供者:widy
  1. xnalog-semijoin

    0下载:
  2. x选用lzw编码的一个完整程序 有压缩率和字典显示 功能全-X use LZW encoding of a complete program has compression rate and the whole dictionary display function
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:3185
    • 提供者:mmrvay
« 1 2 3 4 56 7 8 »
搜珍网 www.dssz.com