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

搜索资源列表

  1. huffmanLZWRLE

    0下载:
  2. 本文件中包含对图像的Huffman变换,以及LZW和RLE编码-this document contains the image Huffman transform, and RLE encoding and LZW
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:31362
    • 提供者:et
  1. (利用GIF_LZW算法实现的)网络图片传输

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:62518
    • 提供者:
  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. LZWsuanfa

    0下载:
  2. 多媒体技术应用中的词典编码与解码(LZW)C实现-Multimedia technology in the dictionary encoding and decoding (LZW) C to achieve
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-02
    • 文件大小:1043
    • 提供者:随风
  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. -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. LZWSample

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

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

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:132978
    • 提供者:霍小刘
  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. 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. GifCodec

    0下载:
  2. 参考网上的资料写的gif编解码。 编码用gdi解析常用图片格式,然后组装成gif 解码吧gif的每一帧转换成dib gif文件格式网上有很多介绍 gif用的变长lzw压缩算法: 没弄懂原理,只知道过程。压缩取一个字符作为后缀,看看字符串是否存在。存在,用对应的编码作为前缀继续取;不存在把字符串添加到字典,前缀添加到输出流,后缀作为前缀继续取。解压取一个编码看看字典中是否存在。存在用对应的字符串的第一个字符作为后缀,看看当前字符串是否存在,不存在添加到字典中,
  3. 所属分类:File Operate

    • 发布日期:2017-04-25
    • 文件大小:438088
    • 提供者:朱伯虎
  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. wkole_program

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

    • 发布日期:2017-12-13
    • 文件大小:3186
    • 提供者:weupse
  1. equilalencelaser

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

    • 发布日期:2017-12-11
    • 文件大小:3188
    • 提供者:inqehendent
  1. gatnkpb

    0下载:
  2. 本程序提供了lzw编码的压缩和解压缩函数,并实现对图象文件-This program provides the LZW encoding compression and decompression function, and realize the image file
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-16
    • 文件大小:12288
    • 提供者:wineaeuc
  1. 80007307

    0下载:
  2. X use LZW encoding of a complete program has compression rate and the whole dictionary display function
  3. 所属分类:系统编程

    • 发布日期:2017-12-29
    • 文件大小:3072
    • 提供者:UIOqvgf&42045
  1. wstedictionary

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

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:Antonzo
  1. huff

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

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