LZWSample

所属分类:压缩解压
开发工具:Visual C++
文件大小:5022KB
下载次数:12
上传日期:2012-12-17 18:45:46
上 传 者look56
说明:  实现简单的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 (75264, 2012-04-18)
LZW\Debug\LZW.ilk (537068, 2012-04-18)
LZW\Debug\LZW.pdb (748544, 2012-04-18)
LZW\ipch\lzw-d052ae06\lzw-9bdac209.ipch (22216704, 2012-04-18)
LZW\LZW\Debug\cl.command.1.tlog (504, 2012-04-18)
LZW\LZW\Debug\CL.read.1.tlog (11202, 2012-04-18)
LZW\LZW\Debug\CL.write.1.tlog (254, 2012-04-18)
LZW\LZW\Debug\link.command.1.tlog (1062, 2012-04-18)
LZW\LZW\Debug\link.read.1.tlog (2322, 2012-04-18)
LZW\LZW\Debug\link.write.1.tlog (454, 2012-04-18)
LZW\LZW\Debug\LZW.exe.intermediate.manifest (381, 2012-04-18)
LZW\LZW\Debug\LZW.lastbuildstate (63, 2012-04-18)
LZW\LZW\Debug\LZW.log (1812, 2012-04-18)
LZW\LZW\Debug\LZW.obj (220895, 2012-04-18)
LZW\LZW\Debug\LZW.write.1.tlog (0, 2012-04-18)
LZW\LZW\Debug\mt.command.1.tlog (380, 2012-04-18)
LZW\LZW\Debug\mt.read.1.tlog (758, 2012-04-18)
LZW\LZW\Debug\mt.write.1.tlog (212, 2012-04-18)
LZW\LZW\Debug\vc100.idb (257024, 2012-04-18)
LZW\LZW\Debug\vc100.pdb (258048, 2012-04-18)
LZW\LZW\LZW.cpp (793, 2012-04-18)
LZW\LZW\LZW.vcxproj (3530, 2012-04-18)
LZW\LZW\LZW.vcxproj.filters (941, 2012-04-18)
LZW\LZW\LZW.vcxproj.user (143, 2012-04-18)
LZW\LZW.sdf (7688192, 2012-04-18)
LZW\LZW.sln (876, 2012-04-18)
LZW\LZW.suo (9728, 2012-04-18)
LZW\ipch\lzw-d052ae06 (0, 2012-12-17)
LZW\LZW\Debug (0, 2012-12-17)
LZW\Debug (0, 2012-12-17)
LZW\ipch (0, 2012-12-17)
LZW\LZW (0, 2012-12-17)
LZW (0, 2012-12-17)

近期下载者

相关文件


收藏者