搜索资源列表

  1. LZW

    0下载:
  2. LZW 压缩与解压缩,文件处理,优良的算法-LZW compression and decompression ,dealing with files,and good algorithm
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1181696
    • 提供者:孙立明
  1. 9941b997d954

    0下载:
  2. LZW压缩算法源代码和示例程序,用C编写,很不错的代码-LZW compression algorithm source code and sample application, written in C, very good code
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:28672
    • 提供者:ct
  1. LZW11

    0下载:
  2. LZW数据压缩算法和解压缩算法,可以实现文件的压缩和解压-LZW data compression algorithm and decompression algorithms, complete with a graphical interface,
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:ct
  1. LZW

    0下载:
  2. LZW无损压缩算法的实现,可实现追加文件压缩-LZW lossless compression algorithm, an additional file compression can be achieved
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1526784
    • 提供者:cai
  1. LZW_Compression

    0下载:
  2.  LZW压缩算法的基本原理:提取原始文本文件数据中的不同字符,基于这些字符创建一个编译表,然后用编译表中的字符的索引来替代原始文本文件数据中的相应字符,减少原始数据大小。看起来和调色板图象的实现原理差不多,但是应该注意到的是,我们这里的编译表不是事先创建好的,而是根据原始文件数据动态创建的,解码时还要从已编码的数据中还原出原来的编译表.-LZW Compression
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:cky
  1. src

    0下载:
  2. Java实现LZW压缩算法,适用于ASCII文件,压缩效果不错,含UI.-java implementation of LZW algorithm, including UI.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:kevin
  1. 0_02011031022550853165221641

    0下载:
  2. lzw压缩算法的C语言实现,包含压缩和解压缩的原理及实现代码-failed to translate
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:262144
    • 提供者:王波
  1. lzw

    0下载:
  2. 利用LZW的压缩算法实现文件的压缩与解压缩。用c++和MFC实现,代码简洁,实现简单,可用-LZW compression algorithm using the file compression and decompression.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1933312
    • 提供者:梁亚茹
  1. lzw

    0下载:
  2. lzw字典算法,可实现文件压缩算法,对各类媒体文件进行压缩,释放-lzw dictionary algorithm for file compression algorithm to compress the various types of media files, the release of
  3. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:wanghaining
  1. LLZWWalgorithZ

    0下载:
  2. LZW压缩算法简介作者:宋成描述:一篇关于LZW压缩算法简介的文章,通俗易懂,值的一看!备注::该文章整理自软件源码报1998年合订本上册。 LZW压缩算法是一种新颖的压缩方法,由Lemple -The LZW compression algorithm About author: Song: one on the LZW compression algorithm profile article easy to understan
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:r123qq
  1. CCCcodeo

    0下载:
  2. 其中包含将256色彩色图象转化为灰度图象,LZW压缩算法,显示出来DDIB位图,哈夫曼编码及实现图象的马赛克效果的C++源码 可直接使用。 -Which contains 256 color color image into a grayscale image, LZW compression algorithm, displayed DDIB bit map, Huffman coding and image mosaic C++
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:480256
    • 提供者:奉献
  1. LZWSample

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

    • 发布日期:2024-05-20
    • 文件大小:5142528
    • 提供者:
  1. LZW

    0下载:
  2. LZW数据压缩算法的原理分析。我希望通过本文的介绍,能给那些目前不太了解lzw算法和该算法在gif图像中应用,但渴望了解它的人一些启发和帮助。抛砖引玉而已,更希望园子里面兄弟提出宝贵的意见。-LZW data compression algorithm theory analysis. I hope that through the introduction of this article, to give those who do n
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:王云谦
  1. NetTran

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

    • 发布日期:2024-05-20
    • 文件大小:133120
    • 提供者:霍小刘
  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. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:119808
    • 提供者:崔坚
  1. LZW

    0下载:
  2. LZW gif格式所使用的压缩算法,共享,学习-LZW gif format uses a compression algorithm, sharing, learning
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3567616
    • 提供者:jia
  1. lzw

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

    • 发布日期:2024-05-20
    • 文件大小:1883136
    • 提供者:李文通
  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. 所属分类:压缩解压

    • 发布日期:2024-05-20
    • 文件大小:439296
    • 提供者:柳下惠
  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. 所属分类:嵌入式/单片机编程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:addedOba
  1. LZWCOM3

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

    • 发布日期:2024-05-20
    • 文件大小:199680
    • 提供者:云天清
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 »

源码中国 www.ymcn.org