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

搜索资源列表

  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_Compression

    0下载:
  2.  LZW压缩算法的基本原理:提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。看起来和调色板图象的实现原理差不多,但是应该注意到的是,我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时还要从已编码的数据中还原出原来的编译表.-LZW Compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:5937
    • 提供者:cky
  1. CCCcodeo

    0下载:
  2. 其中包含将256色彩色图象转化为灰度图象,LZW压缩算法,显示出来DDIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码 可直接使用。 -Which contains 256 color color image into a grayscale image, LZW compression algorithm, displayed DDIB bit map, Huffman coding and image mosaic C++ source code can be used direc
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:480450
    • 提供者:奉献
  1. TLZWWrarh

    0下载:
  2. 此源代码,是一个词典(LZW)编码编码程序源码,能直接接使用,输入输出均为文件格式。 可直接使用。 已通过测试。 -This source code is a dictionary (LZW) coding encoded program source code, can be directly connected using the input and output are the file format. Can be used directly. Has been tested.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:13997
    • 提供者:本质
  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. 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. LZWcompression

    0下载:
  2. LZW算法原理,解析,与实现 压缩编码 解压缩编码-LZW algorithm, analysis, and implementation of compression coding Decompression coding
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:306974
    • 提供者:冉A
  1. Image-compression-coding-

    0下载:
  2. 各种压缩编码实现 包括LZW 小波编码 傅里叶编码 形成编码霍夫曼编码等-Image compression coding
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2184394
    • 提供者:ws
  1. jpeg

    0下载:
  2. 本代码由matlab语言编写,实现了jpeg算法,主要为了说明基本的JPEG功能。经过DCT变化,量化,进行DPCM编码,然后之字形扫描AC系数,进行行程(LZW)编码。 显示原始图象和经编码解码后的图象,显示压缩比,并计算均方根误差。-The code consists of matlab language, to achieve a jpeg algorithm, mainly to illustrate the basic functionality of JPEG. After chan
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4636
    • 提供者:wyd
  1. ViewImage

    1下载:
  2. 图像编码源代码,包括:PCX, GIF,LZW算法和GIF数据压缩,JPEG,TGA,TIFF等-Image coding the source code, including: PCX, GIF, LZW and GIF data compression algorithm, JPEG, TGA, TIFF, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7263
    • 提供者:fellpe
  1. lzw_compression

    0下载:
  2. LZW压缩编码源程序,用较短的代码来表示较长的字符串来实现压缩。 -LZW compression source code, with a shorter code to indicate a long string to achieve compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5339
    • 提供者:zzl
  1. LZW_code

    0下载:
  2. LZW code(字典编码,字典1-128初始化ASCII的128个字符;字典最大为4096)-LZW code (dictionary coding, dictionary 1-128 initialization ASCII 128 character dictionary max 4096)
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1482
    • 提供者:linkaikun
  1. ImageStu

    0下载:
  2. 利用图形图像处理的原理,用LZW对图像实现编码和解码。针对的灰度图像,将图像压缩、解压的数据放在文本文档中。-Using the theory of graph and image processing, the image using LZW to realize the coding and decoding. According to the gray image, the image compression, decompression of the data in a text doc
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:4072277
    • 提供者:dongfangyun
  1. GifCodec

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

    • 发布日期:2017-04-25
    • 文件大小:438088
    • 提供者:朱伯虎
  1. Thys

    0下载:
  2. 本文件中包含对图像的Huffman变换,以及LZW和RLE编码,-This file contains the image of Huffman transformation, and LZW and RLE coding,
  3. 所属分类:Windows Develop

    • 发布日期:2017-12-15
    • 文件大小:33792
    • 提供者:grgik
« 1 2 3 4 5 6 7 8»
搜珍网 www.dssz.com