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

搜索资源列表

  1. LZW234

    0下载:
  2. LZW的压缩算法,比较简单,只能实现对输入字符串的实现码流-LZW compression algorithm is relatively simple, can only be realized on the importation string achieve bitstream
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.05kb
    • 提供者:chen
  1. huffman

    0下载:
  2. huffman算法 包含huffman算法的编码及解码源程序以及LZW算法的编解码-Huffman algorithm contains Huffman coding algorithm and the decoder and the LZW algorithm source code The codecs
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:56.57kb
    • 提供者:欢欢
  1. Album

    0下载:
  2. We started our project--- Magical Album on May 8th. After discussing, we decided to use MFC to finish the project because most of us were familiar with C++. The core algorithm of Magical Album was LZW, which transforms the file standard from BMP to G
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3.85mb
    • 提供者:徐建峰
  1. 图像压缩算法lzw

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

    • 发布日期:2008-10-13
    • 文件大小:8.53kb
    • 提供者:文心
  1. GIFjiema

    0下载:
  2. 采用LZW算法进行解码GIF图片,稍作修改即可支持sd卡,本人亲测在STM32+SDIO平台上解码SD卡中的gif效果尚可-LZW algorithm to decode GIF images, minor modifications to support the sd card, I pro-test STM32+SDIO platform gif effect can still decode the SD card
  3. 所属分类:Picture Viewer

    • 发布日期:2017-03-31
    • 文件大小:6.92kb
    • 提供者:shixueqing
  1. ImageGif

    0下载:
  2. C# 解析GIF动画文件。 可以保存GIF动画和获取动画,LZW算法是通过.NET的Image来实现的。-C# parsing GIF animation. GIF animations can be saved and for animation, LZW algorithm is adopted. NET of Image accomplished.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:8.16kb
    • 提供者:张轲
  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
    • 文件大小:2.91kb
    • 提供者:aaa
  1. encode-C

    0下载:
  2. 自己写的LZW算法压缩C程序,模块分解清楚,刚学习LZW算法的可以借鉴一下!-The LZW compression algorithm to write their own C program, module decomposition clear, just learning LZW algorithm can learn from it!
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10.37mb
    • 提供者:黄健
  1. gxlbmp

    0下载:
  2. 一个简单的图像处理源码,包括Haffman编码,LZW算法的压缩和解压过程-A simple image processing source code, including Haffman coding, LZW compression and decompression process of the algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.05mb
    • 提供者:管小
  1. GIF_LZW_Doc

    0下载:
  2. Gif文件格式详细解析及LZW算法相关文档资料啊。-Gif file format LZW algorithm for detailed analysis and related documentation ah.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.07mb
    • 提供者:林泽鸿
  1. LZW_yuanmaxiazai

    0下载:
  2. lzw算法源码-lzw algorithm source code
  3. 所属分类:2D Graphic

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

    0下载:
  2. 利用SSD算法对三维的医学图像进行等值面提取并实现显示-SSD isosurface extraction algorithm for three-dimensional medical images and achieve the display
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:1.84kb
    • 提供者:houxiaoshuai
  1. Entropy-coding-source-program

    0下载:
  2. 熵编码(entropy encoding)是一类利用数据的统计信息进行压缩的无语义数据流之无损编码。本章先介绍熵的基本概念,然后介绍香农-范诺(Shannon-Fano)编码、哈夫曼(Huffman)编码、算术编码(arithmetic coding)、行程编码(RLE)和LZW编码等常用的熵编码方法。  哈夫曼编码建议了一种将位元进位成整数的算法,但这个算法在特定情况下无法达到最佳结果。为此有人加以改进,提供最佳整数位元数。这个算法使用二叉树来设立一个编码。这个二叉树的终端节点代表被编码的字母
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-05
    • 文件大小:17.82mb
    • 提供者:杨飞帆
  1. LZW

    0下载:
  2. LZW gif格式所使用的压缩算法,共享,学习-LZW gif format uses a compression algorithm, sharing, learning
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.4mb
    • 提供者:jia
  1. jpeg

    0下载:
  2. 本代码由matlab语言编写,实现了jpeg算法,主要为了说明基本的JPEG功能。经过DCT变化,量化,进行DPCM编码,然后之字形扫描AC系数,进行行程(LZW)编码。 显示原始图象和经编码解码后的图象,显示压缩比,并计算均方根误差。-The code consists of matlab language, to achieve a jpeg algorithm, mainly to illustrate the basic functionality of JPEG. After chan
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:4.53kb
    • 提供者:wyd
  1. ViewImage

    1下载:
  2. 图像编码源代码,包括:PCX, GIF,LZW算法和GIF数据压缩,JPEG,TGA,TIFF等-Image coding the source code, including: PCX, GIF, LZW and GIF data compression algorithm, JPEG, TGA, TIFF, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-04-15
    • 文件大小:7.09kb
    • 提供者:fellpe
  1. myLZW

    0下载:
  2. 基于LZW算法的一种无损压缩实现程序,实现简单完全-LZW algorithm based on a lossless compression procedures, simple complete
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4.68mb
    • 提供者:张光
搜珍网 www.dssz.com