搜索资源列表

  1. 含有zip、lzw、gzip等多种压缩算法的程序

    1下载:
  2. 含有zip、lzw、gzip等多种压缩算法的程序
  3. 所属分类:多媒体编程

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

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

    • 发布日期:2024-04-28
    • 文件大小:78848
    • 提供者:郑一
  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-04-28
    • 文件大小:3072
    • 提供者:老虎
  1. LZW压缩算法源代码和示例程序

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

    • 发布日期:2024-04-28
    • 文件大小:78848
    • 提供者:
  1. 图像压缩算法lzw

    0下载:
  2. 数字图像 压缩算法-A LZW Compress algorithm used in digital image Process.
  3. 所属分类:2D图形编程

    • 发布日期:2024-04-28
    • 文件大小:8192
    • 提供者:文心
  1. lzw1

    0下载:
  2. 本程序提供了lzw编码的压缩和解压缩函数,并实现对图象文件的压缩和解压缩-the procedures provided 4,558,302 coding compression functions, and to achieve the right image file compression
  3. 所属分类:图形图象

    • 发布日期:2024-04-28
    • 文件大小:12288
    • 提供者:徐亮
  1. LZW编码源程序

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

    • 发布日期:2024-04-28
    • 文件大小:432128
    • 提供者:钟祖豪
  1. lzw源码

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

    • 发布日期:2024-04-28
    • 文件大小:118784
    • 提供者:高压
  1. LZW算法源码C语言

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

    • 发布日期:2024-04-28
    • 文件大小:4096
    • 提供者:邓海波
  1. LZW&LZRW

    0下载:
  2. 相信lzw和lzrw在数据压缩当中大家都听过了,其中是其源代码,希望对大家有用。-believe 4,558,302 and lzrw in data compression which we have heard, which is their source code, useful for all.
  3. 所属分类:压缩解压

    • 发布日期:2024-04-28
    • 文件大小:6144
    • 提供者:sun
  1. C.LZW

    0下载:
  2. lzw压缩算法的c语言实现及用C++实现算术编码-lzw compression algorithm in C Language C and achieve Arithmetic Coding
  3. 所属分类:压缩解压

    • 发布日期:2024-04-28
    • 文件大小:4096
    • 提供者:季安
  1. lzw

    0下载:
  2. 网上有很多的压缩程序,本程序实现了最简单的一种算法-lzw压缩算法,其中用到了hashtable-many online compression procedures, the procedures for the realization of a simple algorithm-lzw compression algorithm, which stretched to the hashtable
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-04-28
    • 文件大小:1197056
    • 提供者:heyangyi
  1. lzw

    0下载:
  2. 一个基于lZW压缩算法的高效实现,可以用于数据和图像的高效压缩-lZW a compression algorithm based on the efficient realization can be used for data and image compression efficiency
  3. 所属分类:压缩解压

    • 发布日期:2024-04-28
    • 文件大小:106496
    • 提供者:王新华
  1. LZW

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

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

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

    • 发布日期:2024-04-28
    • 文件大小:4096
    • 提供者:沈国华
  1. LZW

    0下载:
  2. LZW compression and decompression utility
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:13312
    • 提供者:蝴蝶
  1. lzw-hafuman

    0下载:
  2. 图像编码与均衡化规定化、 examplehaffuman.m 哈夫曼应用实例 examplepalar2.m 平面一般分割 examplepalar.m 平面分割 1-D 游程编码应用实例 lzwexample.m lzw编码的应用实例 erzhifenjie.m 平面的分割8层 suanshubianma.m 算术编码 code1.m 图像直方图均衡化处理 code2.m 图像直方图规定化处理-Imag
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-04-28
    • 文件大小:581632
    • 提供者:赖官铨
  1. LZW

    0下载:
  2. LZW编码,基于VC6.0平台,应用于图形图像编码,算法类似于字典编码法。-LZW coding, based on VC6.0 platform used in graphics image coding algorithm is similar to a dictionary coding method.
  3. 所属分类:压缩解压

    • 发布日期:2024-04-28
    • 文件大小:182272
    • 提供者:shen
  1. LZW

    0下载:
  2. 图像处理中lzw编码,主要针对灰度图像,主要针对灰度图像-LZW coding image processing, mainly for gray-scale images, mainly for gray image
  3. 所属分类:图形图像处理(光照,映射..)

  1. LZW

    0下载:
  2. 这是一个词典(LZW)编码编码程序,可以直接使用,输入输出均为文件格式。-This is a dictionary (LZW) coding coding procedures can be used directly, both input and output file format.
  3. 所属分类:压缩解压

    • 发布日期:2024-04-28
    • 文件大小:14336
    • 提供者:王奎
« 12 3 4 5 6 7 8 9 10 ... 39 »

源码中国 www.ymcn.org