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

搜索资源列表

  1. LZW压缩算法源代码和示例程序代码c++

    0下载:
  2. LZW压缩算法源代码和示例程序代码c-LZW compression calculates the law origin code and demonstration procedure code c
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:77.55kb
    • 提供者:郑一
  1. lzw源码

    0下载:
  2. lzw源码,比较好压缩解压算法源码网页的字体、大小、颜色及页面布局的语言,使用任何的文本编辑器都可以 对它进行编辑,与VB、C++等编程...最多可包含 256 种颜色(包括透明色)。文 件的大小取决于实际使用的颜色数目。它使用 LZW 压缩算法来... (2005-6-7,VB,61KB,下载0次)【向站长-4,558,302 source, the better compression decompression algorithm source web font, size, color
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:25.22kb
    • 提供者:高压
  1. LZW算法源码C语言

    0下载:
  2. LZW压缩算法简介 作者:宋成 描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值得一看! 备注:该文章整理自软件报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple-Ziv-Welch 三人共同创造,用他们的名字命名。它采用了一种先进的串表压缩不,将每个第一次出现的串放在一个串表中,用一个数字来表示串,压缩文件只存贮数字,则不存贮串,从而使图象文件的压缩效率得到较大的提高。奇妙的是,不管是在压缩还是在解压缩的过程中都能正确的建立这个串表,
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:4.75kb
    • 提供者:邓海波
  1. lzwfordepresscoding

    0下载:
  2. LZW压缩和解压缩程序 lzw.c 主要的功能模块 bitio.c/bitio.h 一些支撑函数,支持以比特(bit)为单位的文件I/O 用法: 压缩 lzw E <in-file> <out-file> 解压缩 lzw D <in-file> <out-file> 压缩时,读入<in-file>中内容,压缩后存入<out-file>中,得到压缩文件。 解压缩时,读入<in-
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.87kb
    • 提供者:冯灿科
  1. lzw

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

    • 发布日期:2008-10-13
    • 文件大小:3.39kb
    • 提供者:zhangpin
  1. lzw_soft.zip lzw压缩解压算法源码

    0下载:
  2. lzw压缩解压算法源码,The soruce of LZW compression algorithm
  3. 所属分类:压缩解压

    • 发布日期:2017-11-08
    • 文件大小:73.57kb
    • 提供者:
  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
    • 文件大小:3.62kb
    • 提供者:娜娜
  1. lzw

    1下载:
  2. 实现lzw词典编码方法 Lzw编码算法的设计思路: 1.开始时的词典包含所有的根(先将所有单个字符编码),当前缀P时空的; 2.当前字符(C)=字符流中的下一个字符; 3.判断缀-符串P+C是否在词典中 A如果“是”:P=P+C//(用C扩展P) B.如果“否”: a 把代表当前前缀P的马子输出到码字流; b 把缀-符串P+C添加到词典; c 令P=C//(现在的P仅包含一个字符C); 4. 判断字符流中是否还有码字要译 (1)如果是,就返回到2;
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:1.21kb
    • 提供者:符晓娟
  1. LZW

    0下载:
  2. LZW算法说明 及 C与 Java实现. 使用c和java两种语言实现LZW压缩解压缩算法-LZW algorithm descr iptions and C and Java. The use of two languages, c, java achieve LZW compression decompression algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-03-22
    • 文件大小:62.29kb
    • 提供者:Lstar
  1. 20090303LZW

    0下载:
  2. 多媒体课内实验:用C语言实现的LZW压缩和解压算法。-Using C language implementation of the LZW compression and decompression algorithm.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:881.09kb
    • 提供者:duyankang
  1. LZW

    1下载:
  2. 用c语言编写的LZW压缩解压程序,文件越大,压缩的效果越好-With the c language of the LZW compression decompression programs, files, the greater the compression the better
  3. 所属分类:压缩解压

    • 发布日期:2013-03-18
    • 文件大小:383.22kb
    • 提供者:罗方
  1. LZWCompression

    0下载:
  2. LZW 压缩算法的C语言实现,可以实现对字符串的字典压缩编码。初级程序-LZW compression algorithm of the C language can be achieved on the string dictionary coding. Primary process
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:16.2kb
    • 提供者:zgf
  1. lzw

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

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

    0下载:
  2. Best algorithm for LZW ..C language
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. LZW压缩方法的source code,用C写的,请参考-source code for LZW compress, C language...
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:6.58kb
    • 提供者:Jonathan
  1. LZW

    0下载:
  2. LZW算法C实现(标准LZW算法,经过验证,对不同数据有一定的压缩效果)-LZW algorithm C to achieve (standard LZW algorithm is proven, there are some different data compression)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1.96kb
    • 提供者:张连
  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
    • 文件大小:77.55kb
    • 提供者:he harmony
  1. LZW-C

    0下载:
  2. LZW压缩算法用C语言的实现相应编程,无损压缩结果和还原后信息一致。-LZW compression algorithm to achieve the appropriate use of C language programming, lossless compression results and consistent with the information after reduction.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-24
    • 文件大小:2.59kb
    • 提供者:zhou
  1. LZW算法C++代码(文件操作)

    0下载:
  2. LZW压缩算法C++程序代码(只支持文件操作,不是内存操作)
  3. 所属分类:压缩解压

  1. lzw-C

    0下载:
  2. lzw算法的C语言实现,有压缩程序和解压程序-lzw algorithm in C language, the program compression and decompression procedures
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:842.36kb
    • 提供者:马超
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com