Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Mathimatics-Numerical algorithms Compress-Decompress algrithms
Title: LZWSample Download
 Description: 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
 Downloaders recently: [More information of uploader ]
 To Search:
File list (Check if you may need any files):
 

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
    

CodeBus www.codebus.net