搜索资源列表

  1. lzw

    0下载:
  2. lzw algorithm in java
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:11264
    • 提供者:k
  1. lzw

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

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:娜娜
  1. lzw

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

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

    0下载:
  2. lzw文本压缩 非常好的一个数据压缩软件-lzw text compress
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:380928
    • 提供者:xue
  1. LZW

    0下载:
  2. LZW压缩编码及其压缩VC++源代码,绝对可以用-LZW compression coding and VC++ source code, can be absolutely
  3. 所属分类:图形图象

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:Jonas
  1. lzw

    0下载:
  2. 用VC实现输入图像的LZW压缩编码源程序-VC with the realization of the input image source LZW compression
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-13
    • 文件大小:365568
    • 提供者:小驴
  1. lzw

    0下载:
  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.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:符晓娟
  1. LZW

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

    • 发布日期:2024-05-13
    • 文件大小:7168
    • 提供者:Jonathan
  1. gif-lzw

    0下载:
  2. 应用于gif动画格式的lzw解压缩算法程序,实现gif动画的现实-Gif animation format used in the decompression algorithm lzw procedures, to achieve realistic animation gif
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:雷鹏勇
  1. LZW

    0下载:
  2. lzw压缩与解压缩源程序,LZW 是一种无损数据压缩算法-LZW
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:刘海波
  1. LZW

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

    • 发布日期:2024-05-13
    • 文件大小:392192
    • 提供者:罗方
  1. LZW

    1下载:
  2. 利用LZW的压缩算法实现文件的压缩与解压缩。-LZW compression algorithm using the file compression and decompression.
  3. 所属分类:压缩解压

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

    0下载:
  2. LZW压缩算法的简单实现,以及介绍论文和伪代码-LZW compression algorithm is a simple realization
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:65536
    • 提供者:Eric
  1. LZW

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

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

    0下载:
  2. LZW无损压缩算法的简单实现,并辅助相关实现过程说明和解释-LZW
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:15360
    • 提供者:Michael
  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-13
    • 文件大小:74752
    • 提供者:ada
  1. LZW

    1下载:
  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. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:63488
    • 提供者:Lstar
  1. LZW

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

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:张连
  1. LZ77-LZ78-HUF-ARI-LZW-RLE

    0下载:
  2. 此程序包括哈夫曼算法、算术算法、RLE算法、LZ77及LZ78算法、LZW算法等。-This program includes Huffman algorithm, arithmetic algorithms, RLE algorithm, LZ77 and LZ78 algorithm, LZW algorithm.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:2478080
    • 提供者:左岸风景
  1. LZW

    0下载:
  2. 这是基于多媒体实验所要求的lzw算法的简单实现,可以作为简单的参考来用!-This is based on multimedia experiment called lzw simple implementation of the algorithm can be used as a simple reference to use!
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:980992
    • 提供者:唐博鼠
« 1 2 34 5 6 7 8 9 10 ... 39 »

源码中国 www.ymcn.org