Description: This is a full C++ OOP implementation of a Lempel Ziv compressor/decompressor. It does not have an entropy coder. The window size has to be a power of 2, and atleast 1KB in size (1024 bytes), but the match lengths can be anything.
To Search:
File list (Check if you may need any files):
@PSC_ReadMe_13129_3.txt
LZJS9
.....\LZJS9
.....\.....\CCompressor.cpp
.....\.....\CCompressorSettings.cpp
.....\.....\CCompressResult.cpp
.....\.....\CCompressStatus.cpp
.....\.....\CDecompressor.cpp
.....\.....\CDecompressResult.cpp
.....\.....\CDecompressStatus.cpp
.....\.....\CDictionary.cpp
.....\.....\CHashAllocTable.cpp
.....\.....\CHashList.cpp
.....\.....\CHashNode.cpp
.....\.....\CHashTable.cpp
.....\.....\CInputBitStream.cpp
.....\.....\CMatchData.cpp
.....\.....\COutputBitStream.cpp
.....\.....\DllMain.cpp
.....\.....\Interfaces.cpp
.....\.....\LZJS9.hpp
.....\.....\LZJS9.vcxproj
.....\.....\StdAfx.hpp
.....\LZJS9.CLR
.....\.........\app.ico
.....\.........\app.rc
.....\.........\AssemblyInfo.cpp
.....\.........\Compressor.cpp
.....\.........\CompressResult.cpp
.....\.........\Decompressor.cpp
.....\.........\DecompressResult.cpp
.....\.........\LZJS9.CLR.cpp
.....\.........\LZJS9.CLR.h
.....\.........\LZJS9.CLR.log
.....\.........\LZJS9.CLR.vcxproj
.....\.........\ReadMe.txt
.....\.........\resource.h
.....\.........\Stdafx.cpp
.....\.........\Stdafx.h
.....\LZJS9.sln
.....\VBTestLZJS9
.....\...........\App.config
.....\...........\CompressionOptionsForm.Designer.vb
.....\...........\CompressionOptionsForm.resx
.....\...........\CompressionOptionsForm.vb
.....\...........\Form1.Designer.vb
.....\...........\Form1.resx
.....\...........\Form1.vb
.....\...........\My Project
.....\...........\..........\Application.Designer.vb
.....\...........\..........\Application.myapp
.....\...........\..........\AssemblyInfo.vb
.....\...........\..........\Resources.Designer.vb
.....\...........\..........\Resources.resx
.....\...........\..........\Settings.Designer.vb
.....\...........\..........\Settings.settings
.....\...........\VBTestLZJS9.vbproj