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

搜索资源列表

  1. lzw

    0下载:
  2. LZW压缩算法,基于字典的编码. 逻辑简单,硬件实现价廉,运算速度快.-LZW compression algorithm, dictionary-based encoding logic is simple, inexpensive hardware, computing speed.
  3. 所属分类:File Operate

    • 发布日期:2017-12-10
    • 文件大小:699726
    • 提供者:刘杰
  1. LZW

    0下载:
  2. LZW压缩算法的C语言实现,包括主程序和各个文件-the source code of LZW algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-14
    • 文件大小:3128758
    • 提供者:wky
  1. LZW

    0下载:
  2. LZW压缩与解压 修改LZW压缩和解压的程序,完成下述要求: 1. 每完成xkbytes的文本压缩/解压,重新初始化码本(code table)。此过程可以看作是码本对文本内容的自适应调整过程,每编码部分文本后,码本重新初始化并根据后续文本内容生成,可以获得更好的压缩率。 2. 测试给出的文本文件,需要测试的x取值范围{10, 20, 30, 40, 50},并对比五种取值的压缩/解压效果(包括压缩率和压缩时间等)。程序参数需添加x,例如调用“Compress text 30”
  3. 所属分类:Data structs

    • 发布日期:2017-11-11
    • 文件大小:956441
    • 提供者:酉永松
  1. LZW

    0下载:
  2. lzw压缩算法,里面有简要的解释,fatal文件是用来报错的-the source code of LZW algorithms
  3. 所属分类:source in ebook

    • 发布日期:2017-11-25
    • 文件大小:5251
    • 提供者:欧建荣
  1. 01Matlab-lzw

    0下载:
  2. lzw压缩算法 一种新型的LZW压缩算法,请大家观看了谢谢大家-A new lzw compression algorithm LZW compression algorithm, please watch thank you
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:107926
    • 提供者:Jersey
  1. LZW-yasuojieya

    1下载:
  2. LZW 压缩解压非常完美的程序 带有详尽说明文档-LZW compression decompression procedures perfectly with detailed documentation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:104200
    • 提供者:
  1. lzw

    0下载:
  2. 实现lzw压缩/解压算法 精简实例跨平台,可移植到单片机及ARM上-Achieve lzw compression/decompression algorithms to streamline cross-platform instances can be ported to the ARM microcontroller and
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-15
    • 文件大小:5953
    • 提供者:addedOba
  1. lzw

    0下载:
  2. LZW压缩算法原理及其Java实现 LZW压缩算法原理及其Java实现-LZW compression algorithm principle and its Java implementation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4324
    • 提供者:云天清
  1. lzw

    0下载:
  2. 数据压缩课压缩编码第二次大作业,Lzw压缩编码-The second homework of data compression coding lesson. It s about Lzw coding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:1637
    • 提供者:许天骄
  1. LZW

    0下载:
  2. lzw压缩算法 输入一段字符后进行压缩 并能输出字典-lzw Compression Algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-17
    • 文件大小:28490
    • 提供者:zhou
  1. lzw

    0下载:
  2. lzw压缩算法LZW compression algorithm-LZW compression algorithm
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-30
    • 文件大小:17878
    • 提供者:江河
  1. LZW

    0下载:
  2. 用VC实现了LZW压缩与解压缩算法,代码易懂清楚-VC realize the LZW compression and decompression algorithms, code, clear and understandable
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2341329
    • 提供者:liuxu
  1. lzw

    0下载:
  2. 一个lzw压缩解压缩程序,写的比较规范比较好。-A lzw compression and decompression program, written in a fairly standard better.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:104935
    • 提供者:yeweijie
  1. LZW

    0下载:
  2. lzw压缩算法的源码,实现对数据进行lzw压缩和解压缩.-lzw compression algorithm source code, Implementation lzw data compression and decompression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2087781
    • 提供者:尘封
  1. lzw-compress-cpp

    0下载:
  2. C++语言开发的lzw压缩算法,能在MFC环境下编译运行。-C++ language development lzw compression algorithm, can compile and run under MFC environment.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:4778
    • 提供者:徐进
  1. lzw

    0下载:
  2. 实现LZW压缩和解压的代码,可以输入文件名称压缩,并使用同程序解压出源文件-Achieve LZW compression and decompression code, you can enter the name of the compressed file, extract the program and use the same source file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-13
    • 文件大小:2498
    • 提供者:Mon Fan
  1. 改进lzw数据压缩实现

    1下载:
  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. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:1024
    • 提供者:切开的
  1. lzw_encode_decode

    0下载:
  2. 里面包含了LZW压缩和解压缩的文件,有详细的说明,对初学者有用(It contains LZW compressed and uncompressed files, with detailed instructions that are useful for beginners.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:chen66
  1. lzw_decode

    0下载:
  2. 使用lzw方法对二进制文本数据进行压缩处理。(Use the LZW method to binary text data compression.)
  3. 所属分类:压缩解压

    • 发布日期:2018-05-03
    • 文件大小:537600
    • 提供者:qimo00
  1. lzw_encode

    0下载:
  2. lzw建立字典,可以对文本数据进行压缩。(LZW a dictionary, can compress text data.)
  3. 所属分类:压缩解压

    • 发布日期:2018-05-03
    • 文件大小:2710528
    • 提供者:qimo00
« 1 2 3 4 56 7 8 9 10 ... 19 »
搜珍网 www.dssz.com