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

搜索资源列表

  1. LZW34

    0下载:
  2. LZW数据压缩算法,文件文本压缩解压工具,使用环境为VC6.0-LZW data compression algorithm, compression decompression tool for text files, use the environment for VC6.0
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:70678
    • 提供者:ct
  1. wusunyasuo

    0下载:
  2. 本系统使用Microsoft Visual C++ 6.0 进行了开发。按照LZW算法压缩原理,完成了压缩函数和解压缩函数的编写,实现了文件的无损压缩和解压缩。-This system uses the Microsoft Visual C++ 6.0 development. In accordance with the principle of LZW algorithm compression, the compression function and decompression func
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:156863
    • 提供者:王环
  1. LZW_ekansrm

    0下载:
  2. 使用标准库写的一个LZW编码(非LZW编码压缩)的源程序,程序简洁易懂,给初学者作为参考。-LZW coding source file using STL by ekansrm
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:824
    • 提供者:
  1. lzw_256

    0下载:
  2. C/C++实现LZW编码,对二进制浮点数(正负皆可)可进行有效压缩,解压无错,字典长度为256。-C/C++ LZW coding for binary floating-point numbers (can be positive or negative) can be an effective compression and decompression error-free, dictionary length is 256.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:2038
    • 提供者:yangdong
  1. compression-algorithms

    0下载:
  2. 多种压缩算法的源代码,包括SPLAY,LZW,LZ,HUF等经典压缩算法-A variety of compression algorithms source code, including the classic SPLAY, LZW, LZ, HUF and other compression algorithms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:98659
    • 提供者:wanglx
  1. LZW_12

    0下载:
  2. lzw算法实现对文本和图像的无损压缩和解压缩,字典长度最高位12位,对重复性比较高的文本和图像有不错的压缩效果。-lzw algorithm lossless compression and decompression of text and images, dictionary length MSB 12, good compression of the repeatability text and image.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-26
    • 文件大小:771499
    • 提供者:宏观
  1. LZW_16

    0下载:
  2. lzw算法实现对文本和图像文件的压缩和解压缩,生成字典最高为16位。对重复性较大的文本文件和图像文件有很好的压缩效果。-the lzw algorithm compression and decompression of text and image files, generated dictionary of up to 16. Compression repetitive text and image files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-20
    • 文件大小:745974
    • 提供者:宏观
  1. LLZWZ

    0下载:
  2. 利用LZW的压缩算法实现文件件的压缩与解压缩。 -Using LZW compression algorithm compression and decompression of file pieces.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-14
    • 文件大小:2774
    • 提供者:坚定
  1. Mybole

    0下载:
  2. 本程序设计主要完成对LZW算法压缩与解压缩两方面的工作,是进一步学习LZW算法有效实例-This design program mainly complete the LZW algorithm compression and unzip the two aspects of the work, it is further study LZW algorithm effective examples
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-05
    • 文件大小:11472031
    • 提供者:
  1. LZW_demo

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

    • 发布日期:2017-11-10
    • 文件大小:6730
    • 提供者:张怡然
  1. -imagecompress-encod-

    0下载:
  2. 图片的压缩和编码解码程序,含多种方法,包括哈弗曼编码,行程编码,lzw编码和jpeg编码-Image compression and encoding and decoding process, including a variety of methods, including Huffman coding, run length coding, lzw encoding and jpeg encoding
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:235756
    • 提供者:黄小菲
  1. Entropy-coding-source-program

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

    • 发布日期:2017-11-05
    • 文件大小:18688499
    • 提供者:杨飞帆
  1. Lzw_java.rar

    0下载:
  2. 使用java实现lzw解压缩,不支持含有中文,lzw decompression
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:2893
    • 提供者:whz
  1. LZWcompression

    0下载:
  2. LZW算法原理,解析,与实现 压缩编码 解压缩编码-LZW algorithm, analysis, and implementation of compression coding Decompression coding
  3. 所属分类:software engineering

    • 发布日期:2017-12-09
    • 文件大小:306974
    • 提供者:冉A
  1. shangpinguanlixitong

    0下载:
  2. 1.RLE.LZW算法实现数据压缩;2.商品管理系统:商品信息的添加.删除.查询.修改.指定位置插入.按金额排序。3.网络通信编程:使用socket接口实现一个网络通信软件。4.图书管理系统:结合MySQL数据库设计而成的数据库管理系统,可以对图书信息进行添加、删除、修改、查询等操作。-The 1.RLE.LZW algorithm for data compression merchandise management system: Product information Add delet
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-27
    • 文件大小:739973
    • 提供者:郑期尹
  1. compress_test

    0下载:
  2. 主要利用测井样本数据测试lzma,zlib,lzw和lzss四种压缩算法的测试性能,并附有测试代码及说明和测试结果-The main use of sample data logging test lzma, zlib, lzw compression algorithm and lzss four kinds of test performance, along with test code and descr iption and test results
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:3034722
    • 提供者:xiaoyong xie
  1. SharpZipLibTools

    0下载:
  2. SharpZipLib工具源码,非常好的用于文件压缩、解压的.net压缩库源代码,支持多种解压缩格式zip、rar、bzip2、GZip、Lzw、tar等-SharpZipLib source tools, very good for file compression and decompression. Net compression library source code, supports a variety of formats decompress zip, rar, bzip2, G
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-10
    • 文件大小:2205839
    • 提供者:林屹
  1. Image-compression-coding-

    0下载:
  2. 各种压缩编码实现 包括LZW 小波编码 傅里叶编码 形成编码霍夫曼编码等-Image compression coding
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2184394
    • 提供者:ws
  1. LZWDemo

    0下载:
  2. LZW图像压缩算法,详细讲述了BMP转gif的算法原理,请放心下载-LZW image compression algorithm, a detailed account of the algorithm principle BMP to gif, please rest assured download
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:24523
    • 提供者:方伟
  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
    • 文件大小:4636
    • 提供者:wyd
« 1 2 ... 12 13 14 15 16 1718 19 »
搜珍网 www.dssz.com