搜索资源列表

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

    1下载:
  2. LZW压缩算法源代码和示例程序代码
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:79096
    • 提供者:
  1. LZW压缩算法源代码和示例程序代码c++

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

    • 发布日期:2008-10-13
    • 文件大小:79409
    • 提供者:郑一
  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. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3386
    • 提供者:老虎
  1. LZW压缩算法源代码和示例程序

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

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

    0下载:
  2. LZW字典编码和解码的源码。。C++编写。。。VS2008运行-LZW dictionary encoding and decoding the source. . C++ written. . . VS2008 run. . .
  3. 所属分类:压缩解压

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

    0下载:
  2. 用VC++编写的基于LZW的数据压缩软件,具有输入输出路径选择,是本人的本科毕业设计,具有参考价值-Written with VC++ based on LZW data compression software, with input and output path selection, is my graduation project, a reference value
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:44032
    • 提供者:贾鹏洲
  1. LZW

    0下载:
  2. this LZW encode and decode-this is LZW encode and decode
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:mohammed
  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. 所属分类:压缩解压

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

    0下载:
  2. LZW压缩和解压缩算法源文件,只需要把所有文件添加到一个工程中就可以编译运行了。-LZW compression and decompression algorithm source file, simply put all files to a project can compile and run the project.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:22528
    • 提供者:陈昶
  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. 所属分类:压缩解压

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

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

    • 发布日期:2024-05-13
    • 文件大小:11264
    • 提供者:mpy
  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. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:232448
    • 提供者:林雨雄
  1. Kompresi-LZW

    0下载:
  2. for LZW compression, it used the encode function and decode function. there s gui include in this file
  3. 所属分类:matlab例程

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

    0下载:
  2. 这是一个LZW解压的matlab子函数程序和主函数,要结合我第一个上传的LZW压缩来看,这样有助于理解,效果很少明显,压缩率80 以上,不懂的跟我联系,我交你!!!我弄懂了!-It is a realisation of lzw decompression.Its compression ratio is beyond 80 .Its compression source is the first file which I have u
  3. 所属分类:matlab例程

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

    0下载:
  2. LZW就是通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. -LZW is through the establishment of a string table, with a short code to represent long strings to achieve compression.
  3. 所属分类:matlab例程

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

    0下载:
  2. 该程序实现了 lzw压缩算法编码,主要基于2、3、4像素序列(The soruce of LZW compression algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:CHRYSTAL
  1. 改进lzw数据压缩实现

    0下载:
  2. matlab实现LZW无损压缩 以及matlab实现LZW无损压缩的改进,适合相关领域的人使用,亲测可用(LZW lossless compression implemented by MATLAB And MATLAB to achieve LZW lossless compression improvements, suitable for people in related fields, pro test available
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:切开的
  1. lzw

    0下载:
  2. A PROGRAM FOR LOSSLESS COMPRESS OF LZW
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:14336
    • 提供者:4ving
  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 arithmet
  3. 所属分类:压缩解压

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

    0下载:
  2. lzw压缩算法,可以实现对图像的lzw压缩,容易理解(LZW compression algorithm can realize LZW compression of image, easy to understand)
  3. 所属分类:压缩解压

    • 发布日期:2024-05-13
    • 文件大小:39936
    • 提供者:B00K思议
« 1 2 3 45 6 7 8 9 10 ... 39 »

源码中国 www.ymcn.org