文件名称:Lempel_Ziv2179064162010
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:46.02kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
This 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.- 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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
@PSC_ReadMe_13129_3.txt
LZJS9/
LZJS9/LZJS9/
LZJS9/LZJS9/CCompressor.cpp
LZJS9/LZJS9/CCompressorSettings.cpp
LZJS9/LZJS9/CCompressResult.cpp
LZJS9/LZJS9/CCompressStatus.cpp
LZJS9/LZJS9/CDecompressor.cpp
LZJS9/LZJS9/CDecompressResult.cpp
LZJS9/LZJS9/CDecompressStatus.cpp
LZJS9/LZJS9/CDictionary.cpp
LZJS9/LZJS9/CHashAllocTable.cpp
LZJS9/LZJS9/CHashList.cpp
LZJS9/LZJS9/CHashNode.cpp
LZJS9/LZJS9/CHashTable.cpp
LZJS9/LZJS9/CInputBitStream.cpp
LZJS9/LZJS9/CMatchData.cpp
LZJS9/LZJS9/COutputBitStream.cpp
LZJS9/LZJS9/DllMain.cpp
LZJS9/LZJS9/Interfaces.cpp
LZJS9/LZJS9/LZJS9.hpp
LZJS9/LZJS9/LZJS9.vcxproj
LZJS9/LZJS9/StdAfx.hpp
LZJS9/LZJS9.CLR/
LZJS9/LZJS9.CLR/app.ico
LZJS9/LZJS9.CLR/app.rc
LZJS9/LZJS9.CLR/AssemblyInfo.cpp
LZJS9/LZJS9.CLR/Compressor.cpp
LZJS9/LZJS9.CLR/CompressResult.cpp
LZJS9/LZJS9.CLR/Decompressor.cpp
LZJS9/LZJS9.CLR/DecompressResult.cpp
LZJS9/LZJS9.CLR/LZJS9.CLR.cpp
LZJS9/LZJS9.CLR/LZJS9.CLR.h
LZJS9/LZJS9.CLR/LZJS9.CLR.log
LZJS9/LZJS9.CLR/LZJS9.CLR.vcxproj
LZJS9/LZJS9.CLR/ReadMe.txt
LZJS9/LZJS9.CLR/resource.h
LZJS9/LZJS9.CLR/Stdafx.cpp
LZJS9/LZJS9.CLR/Stdafx.h
LZJS9/LZJS9.sln
LZJS9/VBTestLZJS9/
LZJS9/VBTestLZJS9/App.config
LZJS9/VBTestLZJS9/CompressionOptionsForm.Designer.vb
LZJS9/VBTestLZJS9/CompressionOptionsForm.resx
LZJS9/VBTestLZJS9/CompressionOptionsForm.vb
LZJS9/VBTestLZJS9/Form1.Designer.vb
LZJS9/VBTestLZJS9/Form1.resx
LZJS9/VBTestLZJS9/Form1.vb
LZJS9/VBTestLZJS9/My Project/
LZJS9/VBTestLZJS9/My Project/Application.Designer.vb
LZJS9/VBTestLZJS9/My Project/Application.myapp
LZJS9/VBTestLZJS9/My Project/AssemblyInfo.vb
LZJS9/VBTestLZJS9/My Project/Resources.Designer.vb
LZJS9/VBTestLZJS9/My Project/Resources.resx
LZJS9/VBTestLZJS9/My Project/Settings.Designer.vb
LZJS9/VBTestLZJS9/My Project/Settings.settings
LZJS9/VBTestLZJS9/VBTestLZJS9.vbproj
LZJS9/
LZJS9/LZJS9/
LZJS9/LZJS9/CCompressor.cpp
LZJS9/LZJS9/CCompressorSettings.cpp
LZJS9/LZJS9/CCompressResult.cpp
LZJS9/LZJS9/CCompressStatus.cpp
LZJS9/LZJS9/CDecompressor.cpp
LZJS9/LZJS9/CDecompressResult.cpp
LZJS9/LZJS9/CDecompressStatus.cpp
LZJS9/LZJS9/CDictionary.cpp
LZJS9/LZJS9/CHashAllocTable.cpp
LZJS9/LZJS9/CHashList.cpp
LZJS9/LZJS9/CHashNode.cpp
LZJS9/LZJS9/CHashTable.cpp
LZJS9/LZJS9/CInputBitStream.cpp
LZJS9/LZJS9/CMatchData.cpp
LZJS9/LZJS9/COutputBitStream.cpp
LZJS9/LZJS9/DllMain.cpp
LZJS9/LZJS9/Interfaces.cpp
LZJS9/LZJS9/LZJS9.hpp
LZJS9/LZJS9/LZJS9.vcxproj
LZJS9/LZJS9/StdAfx.hpp
LZJS9/LZJS9.CLR/
LZJS9/LZJS9.CLR/app.ico
LZJS9/LZJS9.CLR/app.rc
LZJS9/LZJS9.CLR/AssemblyInfo.cpp
LZJS9/LZJS9.CLR/Compressor.cpp
LZJS9/LZJS9.CLR/CompressResult.cpp
LZJS9/LZJS9.CLR/Decompressor.cpp
LZJS9/LZJS9.CLR/DecompressResult.cpp
LZJS9/LZJS9.CLR/LZJS9.CLR.cpp
LZJS9/LZJS9.CLR/LZJS9.CLR.h
LZJS9/LZJS9.CLR/LZJS9.CLR.log
LZJS9/LZJS9.CLR/LZJS9.CLR.vcxproj
LZJS9/LZJS9.CLR/ReadMe.txt
LZJS9/LZJS9.CLR/resource.h
LZJS9/LZJS9.CLR/Stdafx.cpp
LZJS9/LZJS9.CLR/Stdafx.h
LZJS9/LZJS9.sln
LZJS9/VBTestLZJS9/
LZJS9/VBTestLZJS9/App.config
LZJS9/VBTestLZJS9/CompressionOptionsForm.Designer.vb
LZJS9/VBTestLZJS9/CompressionOptionsForm.resx
LZJS9/VBTestLZJS9/CompressionOptionsForm.vb
LZJS9/VBTestLZJS9/Form1.Designer.vb
LZJS9/VBTestLZJS9/Form1.resx
LZJS9/VBTestLZJS9/Form1.vb
LZJS9/VBTestLZJS9/My Project/
LZJS9/VBTestLZJS9/My Project/Application.Designer.vb
LZJS9/VBTestLZJS9/My Project/Application.myapp
LZJS9/VBTestLZJS9/My Project/AssemblyInfo.vb
LZJS9/VBTestLZJS9/My Project/Resources.Designer.vb
LZJS9/VBTestLZJS9/My Project/Resources.resx
LZJS9/VBTestLZJS9/My Project/Settings.Designer.vb
LZJS9/VBTestLZJS9/My Project/Settings.settings
LZJS9/VBTestLZJS9/VBTestLZJS9.vbproj
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.