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

搜索资源列表

  1. LZW

    1下载:
  2. LZW编码,基于VC6.0平台,应用于图形图像编码,算法类似于字典编码法。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:16325
    • 提供者:shen
  1. lzw

    1下载:
  2. LZW.c 本演示程序提供了LZW编码法的压缩和解压缩函数,并实现了对图象 文件的压缩和解压缩
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3475
    • 提供者:zhangpin
  1. LZW

    0下载:
  2. LZW编码法的压缩和解压缩函数,并实现了对图象文件的压缩和解压缩。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:13773
    • 提供者:魏梨君
  1. LZW编码源程序

    0下载:
  2. 本程序实现了LZW编码,主要是针对文字压缩,自建码表,可实现编码和译码。-realized by the LZW coding is targeted mainly at text compression, self-table, achievable coding and decoding.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:20106
    • 提供者:钟祖豪
  1. LZW的编码和解码

    0下载:
  2. LZW编码和解码的c++代码
  3. 所属分类:密码/编码算法

  1. lzw.rar

    1下载:
  2. 一个c语言实现的基于字典编码技术的lzw数据压缩算法,能正确的实现压缩和解压缩,C language to achieve a dictionary-based coding technology lzw data compression algorithms, to achieve the correct compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:3711
    • 提供者:娜娜
  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. lzw

    0下载:
  2. 数据压缩,c语言,vc实现,lzw编码算法-Data compression, c language, vc achieve, lzw coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:13387
    • 提供者:dyg
  1. LZW

    0下载:
  2. LZW编码,可以更加理解LZW的用途以及LZW编码的优越性。-LZW coding, you can better understand the use of LZW, and LZW coding superiority.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2261
    • 提供者:木灵蓝
  1. MM09

    0下载:
  2. 多媒体无损编码实现。( 霍夫曼编码,简单算术编码,LZW编码)-Lossless Coding of multimedia. (Huffman code, the simple arithmetic coding, LZW coding)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4107
    • 提供者:杭建
  1. lzw

    0下载:
  2. 源代码通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. 提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时可以从已编码的数据中还原出原来的编译表.-The source code through the establishment of a string table, with a shorter code to re
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:5982
    • 提供者:udee
  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字典编码的压缩解压算法,动态建立编译表并用哈希表结构存储索引。-Dictionary-based LZW compression decompression coding algorithm, dynamic compilation table set up and use the hash table structure to store the index.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1959
    • 提供者:戴理
  1. LZW

    0下载:
  2. lzw算法实现,可以实现对文本的编码和解码,方便简便-lzw algorithm, can encode and decode the text to facilitate easy
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 基于lzw编码的文件压缩和解压小程序,已经通过验证,可以有效进行文件的压缩和解压-Lzw based compression and decompression of files encoded small program has been validated, can be file compression and decompression! !
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:232406
    • 提供者:林雨雄
  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. LZW

    0下载:
  2. LZW编码源代码,LZW算法编写的源代码进行LZW编码-LZW Coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:169438
    • 提供者:李华灿
  1. LZW编码

    0下载:
  2. 这个文档是我大学时候多媒体的一个实验作业,里面要求实现LZW压缩方法。大家可以在文档中自行查阅。(This document is an experimental operation of multimedia in my university. It requires four simple compression methods, namely, Huffman, adaptive Huffman, LZW and arithmetic coding. Because of the need
  3. 所属分类:压缩解压

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:tiger12312
« 12 3 4 »
搜珍网 www.dssz.com