文件名称:LZWSample

  • 所属分类:
  • 压缩解压
  • 资源属性:
  • [Windows] [Visual.Net] [源码]
  • 上传时间:
  • 2012-12-17
  • 文件大小:
  • 4.9mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

实现简单的LZW压缩算法,LZW压缩算法的基本概念:LZW压缩有三个重要的对象:数据流(CharStream)、编码流(CodeStream)和编译表(String Table)。在编码时,数据流是输入对象(文本文件的据序列),编码流就是输出对象(经过压缩运算的编码数据);在解码时,编码流则是输入对象,数据流是输出对象;而编译表是在编码和解码时都须要用借助的对象。字符(Character):最基础的数据元素,在文本文件中就是一个字节;字符串(String):由几个连续的字符组成; 前缀(Prefix):也是一个字符串,不过通常用在另一个字符的前面,而且它的长度可以为0;

-Achieve a simple LZW compression algorithm, LZW compression algorithm' s basic concept: LZW compression three important objects: data stream (CharStream) encoded stream (CodeStream) and compile Table (String Table). When coding, the data stream is input to the data sequence of objects (text file), encoded stream output object (after compression operation code data) When decoded, the encoded stream is input object, the data stream is output objects while compiling The table is a need to use a means in the encoding and decoding are objects. Character (Character): The most basic data elements, in the text file is a byte string (String): composition by several successive characters prefix (prefix): is a string, but usually used in another in front of the character, and its length can be 0
(系统自动生成,下载前可以参看下载内容)

下载文件列表





LZW\Debug\LZW.exe

...\.....\LZW.ilk

...\.....\LZW.pdb

...\ipch\lzw-d052ae06\lzw-9bdac209.ipch

...\LZW\Debug\CL.read.1.tlog

...\...\.....\CL.write.1.tlog

...\...\.....\link.read.1.tlog

...\...\.....\link.write.1.tlog

...\...\.....\LZW.exe.intermediate.manifest

...\...\.....\LZW.lastbuildstate

...\...\.....\LZW.log

...\...\.....\LZW.obj

...\...\.....\LZW.write.1.tlog

...\...\.....\mt.read.1.tlog

...\...\.....\mt.write.1.tlog

...\...\.....\vc100.idb

...\...\.....\vc100.pdb

...\...\LZW.cpp

...\...\LZW.vcxproj

...\...\LZW.vcxproj.filters

...\...\LZW.vcxproj.user

...\LZW.sdf

...\LZW.sln

...\LZW.suo

...\ipch\lzw-d052ae06

...\LZW\Debug

...\Debug

...\ipch

...\LZW

LZW

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org