搜索资源列表

  1. C++实现数据无损压缩、解压(使用LZW算法).

    0下载:
  2. C++实现数据无损压缩、解压(使用LZW算法).
  3. 所属分类:其它

  1. lzw

    0下载:
  2. 老外写的一个实现LZW算法的示范程序,为了简单起见,该算法未作最佳的优化.-foreigner was a realization of the LZW algorithm model procedures for the sake of simplicity, the algorithm is not optimal for the best.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:老虎
  1. LZW压缩算法源代码和示例程序

    0下载:
  2. LZW压缩算法源代码和示例程序代码-LZW compression algorithm source code and sample code
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:78848
    • 提供者:
  1. mylzw

    0下载:
  2. 利用lzw算法进行压缩解压缩的例子程序,并可以计算压缩时间。-use 4,558,302 algorithm compression decompression examples procedures, and can calculate the compression time.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:myfaint
  1. lzw_nelson

    0下载:
  2. 经典的LZW算法,转自Mark R. Nelson著名的“Data Compression Book”-classic LZW algorithm, Mark R. Nelson switched from the famous "Data Compression Book"
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:易 容
  1. 实现多媒体lzw算法

    0下载:
  2. 实现多媒体文件的lzrw算法,在vc6下编译成功,算法代码没有仔细研究-multimedia documents lzrw algorithm, compiled under the vc6 successful, the algorithm code without careful study
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:165888
    • 提供者:
  1. LZW算法源码C语言

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

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:邓海波
  1. lzw_ya_suo_jie_ya

    0下载:
  2. 文本文件压缩解压工具,采用lzw算法,是数据结构课程的作业,使用环境为vc6.0,使用了mfc.-text file compression decompression tool used lzw algorithm, the data structure course operations, vc6.0 use of the environment to use the mfc.
  3. 所属分类:文件操作

    • 发布日期:2024-05-17
    • 文件大小:3689472
    • 提供者:张三
  1. compress11

    0下载:
  2. 这是lzw算法源程序代码,纯c语言编程实现,希望对您有用。-lzw algorithm source code, pure c programming language, and I hope to you useful.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:12288
    • 提供者:zc
  1. clzw

    0下载:
  2. c描述的lzw算法,完整的可以在tc下运行!-c described lzw algorithm, the integrity of the tc can run!
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:7168
    • 提供者:肖志文
  1. LZW

    0下载:
  2. LZW算法的C语言实现!能够实现对原始数据的压缩!-LZW algorithm realize the C language! To achieve compression of the original data!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:songqitao
  1. LZW

    0下载:
  2. 用vc++实现了用LZW算法来对图象进行压缩处理
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:沈国华
  1. Patterns_src

    0下载:
  2. 快速的基于LZW算法的匹配源码,用到了二分法搜索算法。-LZW algorithm based on fast matching source, using a dichotomy search algorithm.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:32768
    • 提供者:lichunlin
  1. TestLzw

    0下载:
  2. 该软件用lzw算法完成对文件的压缩和解压缩,在vc6。0下完成具体的测试-LZW algorithm of the software used to complete the document compression and decompression, in vc6. 0 under specific test
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:1356800
    • 提供者:马锁
  1. LZW

    0下载:
  2. LZW用C语言实现。 LZW算法中,首先建立一个字符串表,把每一个第一次出现的字符串放入串表中,并用一个数字来表示,这个数字与此字符串在串表中的位置有关,并将这个数字 存入压缩文件中,如果这个字符串再次出现时,即可用表示它的数字来代替,并将这个数字存入文件中。压缩完成后将串表丢弃。如"print" 字符串,如果在压缩时用266表示,只要再次出现,均用266表示,并将"print"字符串存入串表中,在图象解码时遇到数字266,即可从
  3. 所属分类:文档资料

    • 发布日期:2024-05-17
    • 文件大小:9216
    • 提供者:huangjacket
  1. lzw

    0下载:
  2. 这是一个密码学实验程序,主要是用LZW算法进行数据的处理-This is an experimental procedure Cryptography, LZW algorithm is mainly used for data processing
  3. 所属分类:加密解密

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:jiang tao
  1. LZW

    0下载:
  2. lzw压缩源代码, 非常快速的lzw算法,以前保存下来的,现在共享给大家-LZW compression source code, very fast LZW algorithm, previously saved, and now shared with everyone
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:lx
  1. lzw

    0下载:
  2. lzw算法的实现,字典项过多是可以自动清零-lzw algorithm, the dictionary is too many items can be automatically cleared
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:xiaoyida
  1. LZW

    0下载:
  2. LZW算法,实现对文本文件的加压和解压,能处理任意后缀的文件-LZW algorithm, to realize a text file compression and decompression, can handle any file suffix
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-17
    • 文件大小:309248
    • 提供者:tianlan
  1. lzw

    0下载:
  2. Lzw字典压缩解压缩算法,lzw算法简单但压缩效果并不比haffman算法差。现在用途也很广泛-Lzw dictionary compression decompression algorithms, lzw algorithm is simple but not higher than compression algorithm haffman worse. Now is also very wide range of uses
  3. 所属分类:压缩解压

    • 发布日期:2024-05-17
    • 文件大小:74752
    • 提供者:ada
« 12 3 4 5 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org