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

搜索资源列表

  1. COMPRESSION

    0下载:
  2. Simple LZW image compression implemented on Spartan-3e starter kit using Xilinx9.2 and Modelsim for testbench simulation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:198856
    • 提供者:amrabbas
  1. LZWTest

    0下载:
  2. LZW的压缩与解压源代码,无损压缩,代码安全可靠。-LZW compression and decompression of the source code, lossless compression, secure and reliable code.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:757406
    • 提供者:jinmy
  1. shabnam-chatserver

    0下载:
  2. ChatServer with Compressing a text by Lzw Algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:27939
    • 提供者:shabnam
  1. lzw

    0下载:
  2. LZW Algorithme LZMA est un algorithme de compression basé sur la célèbre méthode compression Lempel Ziv. Les principales caractéristiques de cet algorithme sont une très bonne compression, une décompression rapide, l utilisation de beaucoup de m
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-30
    • 文件大小:3275
    • 提供者:amin2
  1. Compress

    0下载:
  2. 一个RLE/HUFFMAN/LZW的压缩算法类,可以对一段内存区进行压缩/解压缩、测试压缩比等操作。-An RLE/HUFFMAN/LZW compression algorithm classes can be a memory area compression/decompression, test compression ratio of such an operation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:4851
    • 提供者:ebeaza
  1. Soft20060207113911202

    0下载:
  2. LZW算法,不同压缩算法的性能比较,源码-compression
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2987
    • 提供者:Arvin
  1. lzw

    0下载:
  2. LZW的用于图像压缩,但没有压缩效果,仅供参考-LZW compression for image,but no effect
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 实现图像压缩编码中的重要lzw算法,很好很强大的lzw的算法-lzw
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-28
    • 文件大小:13363
    • 提供者:lihe
  1. homework3

    0下载:
  2. LZW 变换 对灰度图像有很好的效果,VC环境下。有界面。-LZW transform grayscale images have very good results, VC environment. There interface.
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:43374
    • 提供者:zhl
  1. LZW_Demo

    1下载:
  2. 实现对图像的lzw压缩编码 得到图像的压缩比以及码长-Lzw realize image compression coding of image compression ratio as well as the code length
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-06-19
    • 文件大小:26992
    • 提供者:matiejun
  1. lzw

    0下载:
  2. 源代码通过建立一个字符串表,用较短的代码来表示较长的字符串来实现压缩. 提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时可以从已编码的数据中还原出原来的编译表.-The source code through the establishment of a string table, with a shorter code to re
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:5982
    • 提供者:udee
  1. lzw

    0下载:
  2. lzw 压缩的实现,实现了lzw算法的压缩,但不支持mp3压缩-lzw implementation of compression achieved lzw compression algorithm, but does not support mp3 compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:3745
    • 提供者:zhl
  1. lzw_code_decode

    0下载:
  2. LZW decoder and encoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:1628
    • 提供者:amnass
  1. cpp3

    0下载:
  2. 压缩编码的一种经典方法,LZW码,基于字典的建模原理,首先构建字典,然后通过搜索进行压缩-LZW
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:938
    • 提供者:haree
  1. LZW_coding

    0下载:
  2. LZW_coding: LZW encoding and LZW decoding.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:8361
    • 提供者:binbin
  1. LZW15V_C

    0下载:
  2. LZW算法的C语言实现,最多可扩展到15位-This is the LZW module which implements a more powerful version of the algorithm. This version of the program has three major improvements over LZW12.C. First, it expands the maximum code size to 15 bits. Second, it starts en
  3. 所属分类:Compress-Decompress algrithms

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

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

    • 发布日期:2017-03-27
    • 文件大小:2984
    • 提供者:aaa
  1. lzw

    0下载:
  2. 关于LZW对文件的压缩,不知是否有帮助,在其他地方找到的,希望对大家有帮助-lzw
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:55725
    • 提供者:yanming
  1. lzw

    0下载:
  2. that s lzw decoder on c
  3. 所属分类:Compress-Decompress algrithms

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

    0下载:
  2. 用c++编写的,实现基于lzw算法的数据压缩算法,此算法是无损压缩的经典算法!-Prepared using c++ to achieve data compression algorithm based on lzw algorithm, this algorithm is a classical algorithm for lossless compression!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:4607
    • 提供者:yanyang
« 1 2 3 4 5 6 78 9 10 11 12 ... 29 »
搜珍网 www.dssz.com