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

搜索资源列表

  1. LZW-compress

    0下载:
  2. 基于LZW算法的压缩代码,用于记事本和脚本文档的压缩-LZW compressor
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-15
    • 文件大小:4220
    • 提供者:zhudu
  1. LZWSample

    0下载:
  2. 实现简单的LZW压缩算法,LZW压缩算法的基本概念:LZW压缩有三个重要的对象:数据流(CharStream)、编码流(CodeStream)和编译表(String Table)。在编码时,数据流是输入对象(文本文件的据序列),编码流就是输出对象(经过压缩运算的编码数据);在解码时,编码流则是输入对象,数据流是输出对象;而编译表是在编码和解码时都须要用借助的对象。字符(Character):最基础的数据元素,在文本文件中就是一个字节;字符串(String):由几个连续的字符组成; 前缀(Pref
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:5142180
    • 提供者:
  1. NetTran

    0下载:
  2. (利用GIF_LZW算法实现的)网络图片传输 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现;
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:132978
    • 提供者:霍小刘
  1. matlab

    0下载:
  2. 基于B-LZW算法的数据无损压缩 B-LZW压缩算法 LZW的结构设计-Lossless compression B-LZW algorithm-based data structure design of the B-LZW compression algorithm LZW
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:120088
    • 提供者:崔坚
  1. lzw

    1下载:
  2. LZW(Lempel Ziv Welch)压缩编码是一种先进的数据压缩技术,属于无损压缩编码,该编码主要用于图像数据的压缩。对于简单图像和平滑且噪声小的信号源具有较高的压缩比,并且有较高的压缩和解压缩速度。-lzw compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-07
    • 文件大小:754939
    • 提供者:宁有名
  1. LZW-coding

    0下载:
  2. 输入:本程序将从标准输入中读入待压缩的数据流;输出:将压缩结果输出到标准输出上去。LZW编码 -Input: to be the compressed data stream read from the standard input of the program Output: compression results up to the standard output. LZW coding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-16
    • 文件大小:797
    • 提供者:郭涛
  1. LZW

    0下载:
  2. 使用LZW算法对于图像进行压缩解压缩,可以把图像压缩成另外一个文件再进行解压-Using the LZW algorithm for image compression and decompression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-17
    • 文件大小:7782179
    • 提供者:刘嘉睿
  1. LZW

    0下载:
  2. LZW十六进制数据压缩,使用请详看数据格式,从txt读入数据,三个函数都需要拷入当前工作文件夹,-Hexadecimal LZW data compression, please refer to look at the data using the format to read data from txt, three functions require Kaoru current working folder,
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3716
    • 提供者:jessica
  1. LZW

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

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

    0下载:
  2. 为由字母{a,b,…z,0,1,…9,.,,, ,:}和换行符组成文件编写一个lzw压缩器和解压器-By alphabet {a, b, ... z, 0,1, ... 9,.,,, ,:} And write a newline constituent documents lzw compressor and decompressor
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-01
    • 文件大小:795648
    • 提供者:财综字
  1. lzw

    0下载:
  2. 使用VC++6.0实现lzw的压缩算法,MFC实现,界面错操作。-Use VC++6.0 achieve lzw compression algorithm, MFC implementation, interface wrong operation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1882645
    • 提供者:李文通
  1. LZW-code

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

    • 发布日期:2017-04-15
    • 文件大小:7226
    • 提供者:flxyd
  1. lzw_compression

    0下载:
  2. LZW压缩编码源程序,用较短的代码来表示较长的字符串来实现压缩。 -LZW compression source code, with a shorter code to indicate a long string to achieve compression.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:5339
    • 提供者:zzl
  1. compression-algorithm

    0下载:
  2. 多媒体课程大作业:其中包含了三个压缩算法:自适应哈夫曼压缩算法;哈夫曼压缩算法;lzw压缩算法-Multimedia Courses big job: which includes three compression algorithms: adaptive Huffman compression algorithm Huffman compression algorithm lzw compression algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:439530
    • 提供者:柳下惠
  1. LZWCOM3

    0下载:
  2. 多媒体lzw压缩算法源码(c++) LZW压缩算法是Lempel-Ziv-Welch 3个人共同发明的,简称 LZW 的压缩算法,可以用任何一种语言来实现它. LZW是GIF图片文件的压缩算法,而且zip压缩的思想也是基于LZW实现的,所以LZW对文本文件具有很好的压缩性能。-lzw compression algorithm source code (c++)
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:199897
    • 提供者:云天清
  1. LZWUNCOM3

    0下载:
  2. lzw解压缩算法源码 LZW压缩算法是Lempel-Ziv-Welch 3个人共同发明的,简称 LZW 的压缩算法,可以用任何一种语言来实现它. LZW是GIF图片文件的压缩算法,而且zip压缩的思想也是基于LZW实现的,所以LZW对文本文件具有很好的压缩性能。-lzw decompression algorithm source code LZW compression algorithm is Lempel-Ziv-Welch 3 individual co-inventor, re
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:632024
    • 提供者:云天清
  1. LZW

    0下载:
  2. c++开发语言实现LZW文件压缩解压算法-c++ LZW file compression and decompression algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:5315
    • 提供者:miss liu
  1. LZW

    0下载:
  2. LZW算法的研究实现,能理解压缩和解压的原理-Research LZW algorithm to achieve
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-09
    • 文件大小:1567732
    • 提供者:姚永光
  1. compress

    0下载:
  2. (Lempel-Ziv-Welch)LZW压缩的源代码,使用c++编写的,无测试用例,可直接使用 -Lempel-Ziv-Welch compress
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1467
    • 提供者:王耿
  1. LZW-RLE

    1下载:
  2. LZW RLE 数据压缩算法 可实现数据的无损压缩 LZW RLE data compression algorithms can achieve lossless data compression-LZW RLE data compression algorithms can achieve lossless data compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-17
    • 文件大小:4280299
    • 提供者:曹芳彤
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 19 »
搜珍网 www.dssz.com