文件名称:lzma
-
所属分类:
- 标签属性:
- 上传时间:2013-09-24
-
文件大小:476.78kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
LZMA压缩算法的源码包,包括了C语言代码、Java的LZMA代码,C++版和C#版的源代码,代码完整详细。LZMA被称为是压缩率很高的压缩算法,适合做文件或内存压缩。此源码包可以说是比较综合的LZMA压缩文件例子了,参考实用性极高。-
LZMA压缩算法的源码包,包括了C语言代码、Java的LZMA代码,C++版和C#版的源代码,代码完整详细。LZMA被称为是压缩率很高的压缩算法,适合做文件或内存压缩。此源码包可以说是比较综合的LZMA压缩文件例子了,参考实用性极高。
LZMA compression algorithm source code package, including the C language code, Java LZMA code, C++ version and C# version of the source code, code detailed. LZMA is called the compression ratio compression algorithm is very high, suitable for a file or memory compression. This source code package can be said to be relatively comprehensive LZMA compressed file example, reference and highly practical.
LZMA压缩算法的源码包,包括了C语言代码、Java的LZMA代码,C++版和C#版的源代码,代码完整详细。LZMA被称为是压缩率很高的压缩算法,适合做文件或内存压缩。此源码包可以说是比较综合的LZMA压缩文件例子了,参考实用性极高。
LZMA compression algorithm source code package, including the C language code, Java LZMA code, C++ version and C# version of the source code, code detailed. LZMA is called the compression ratio compression algorithm is very high, suitable for a file or memory compression. This source code package can be said to be relatively comprehensive LZMA compressed file example, reference and highly practical.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
codefans.net/lzma462/7zC.txt
codefans.net/lzma462/7zFormat.txt
codefans.net/lzma462/C/7zBuf.c
codefans.net/lzma462/C/7zBuf.h
codefans.net/lzma462/C/7zBuf2.c
codefans.net/lzma462/C/7zCrc.c
codefans.net/lzma462/C/7zCrc.h
codefans.net/lzma462/C/7zFile.c
codefans.net/lzma462/C/7zFile.h
codefans.net/lzma462/C/7zStream.c
codefans.net/lzma462/C/7zVersion.h
codefans.net/lzma462/C/Alloc.c
codefans.net/lzma462/C/Alloc.h
codefans.net/lzma462/C/Archive/7z/7z.dsp
codefans.net/lzma462/C/Archive/7z/7z.dsw
codefans.net/lzma462/C/Archive/7z/7zAlloc.c
codefans.net/lzma462/C/Archive/7z/7zAlloc.h
codefans.net/lzma462/C/Archive/7z/7zDecode.c
codefans.net/lzma462/C/Archive/7z/7zDecode.h
codefans.net/lzma462/C/Archive/7z/7zExtract.c
codefans.net/lzma462/C/Archive/7z/7zExtract.h
codefans.net/lzma462/C/Archive/7z/7zHeader.c
codefans.net/lzma462/C/Archive/7z/7zHeader.h
codefans.net/lzma462/C/Archive/7z/7zIn.c
codefans.net/lzma462/C/Archive/7z/7zIn.h
codefans.net/lzma462/C/Archive/7z/7zItem.c
codefans.net/lzma462/C/Archive/7z/7zItem.h
codefans.net/lzma462/C/Archive/7z/7zMain.c
codefans.net/lzma462/C/Archive/7z/makefile
codefans.net/lzma462/C/Archive/7z/makefile.gcc
codefans.net/lzma462/C/Bcj2.c
codefans.net/lzma462/C/Bcj2.h
codefans.net/lzma462/C/Bra.c
codefans.net/lzma462/C/Bra.h
codefans.net/lzma462/C/Bra86.c
codefans.net/lzma462/C/BraIA64.c
codefans.net/lzma462/C/CpuArch.h
codefans.net/lzma462/C/LzFind.c
codefans.net/lzma462/C/LzFind.h
codefans.net/lzma462/C/LzFindMt.c
codefans.net/lzma462/C/LzFindMt.h
codefans.net/lzma462/C/LzHash.h
codefans.net/lzma462/C/LzmaDec.c
codefans.net/lzma462/C/LzmaDec.h
codefans.net/lzma462/C/LzmaEnc.c
codefans.net/lzma462/C/LzmaEnc.h
codefans.net/lzma462/C/LzmaLib/LzmaLib.def
codefans.net/lzma462/C/LzmaLib/LzmaLib.dsp
codefans.net/lzma462/C/LzmaLib/LzmaLib.dsw
codefans.net/lzma462/C/LzmaLib/LzmaLibExports.c
codefans.net/lzma462/C/LzmaLib/makefile
codefans.net/lzma462/C/LzmaLib/resource.rc
codefans.net/lzma462/C/LzmaLib.c
codefans.net/lzma462/C/LzmaLib.h
codefans.net/lzma462/C/LzmaUtil/Lzma86Dec.c
codefans.net/lzma462/C/LzmaUtil/Lzma86Dec.h
codefans.net/lzma462/C/LzmaUtil/Lzma86Enc.c
codefans.net/lzma462/C/LzmaUtil/Lzma86Enc.h
codefans.net/lzma462/C/LzmaUtil/LzmaUtil.c
codefans.net/lzma462/C/LzmaUtil/LzmaUtil.dsp
codefans.net/lzma462/C/LzmaUtil/LzmaUtil.dsw
codefans.net/lzma462/C/LzmaUtil/makefile
codefans.net/lzma462/C/LzmaUtil/makefile.gcc
codefans.net/lzma462/C/Threads.c
codefans.net/lzma462/C/Threads.h
codefans.net/lzma462/C/Types.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zCompressionMode.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zCompressionMode.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zDecode.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zDecode.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zEncode.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zEncode.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zExtract.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zFolderInStream.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zFolderInStream.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zFolderOutStream.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zFolderOutStream.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zHandler.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zHandler.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zHandlerOut.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zHeader.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zHeader.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zIn.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zIn.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zItem.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zOut.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zOut.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zProperties.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zProperties.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zRegister.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zSpecStream.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zSpecStream.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zUpdate.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zUpdate.h
codefans.net/lzma462/CPP/7zip/Archive/7z/StdAfx.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/StdAfx.h
codefans.net/lzma462/CPP/7zip/Archive/Archive.def
codefans.net/lzma462/CPP/7zip/Archive/Archive2.def
codefans.net/lzma462/CPP/7zip/Archive/ArchiveExports.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/CoderMixer2.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/CoderMixer2.h
codefans.net/lzma462/CPP/7zip/Archive/Common/CoderMixer2MT.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/CoderMixer2MT.h
codefans.net/lzma462/CPP/7zip/Archive/Common/CrossThreadProgress.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/CrossThreadProgress.h
codefans.net/lzma462/CPP/7zip/Archive/Common/DummyOutStream.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/DummyOutStream.h
codefans.net/lzma462/CPP/7zip/Archive/Common/HandlerOut.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/HandlerOut.h
codefans.net/lzma462/CPP/7zip/Archive/Common/InStreamWithCRC.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/InStreamWithCRC.h
codefans.net/lzma462/CPP/7zip/Archive/Common/ItemNameUtils.cpp
codefans.net
codefans.net/lzma462/7zFormat.txt
codefans.net/lzma462/C/7zBuf.c
codefans.net/lzma462/C/7zBuf.h
codefans.net/lzma462/C/7zBuf2.c
codefans.net/lzma462/C/7zCrc.c
codefans.net/lzma462/C/7zCrc.h
codefans.net/lzma462/C/7zFile.c
codefans.net/lzma462/C/7zFile.h
codefans.net/lzma462/C/7zStream.c
codefans.net/lzma462/C/7zVersion.h
codefans.net/lzma462/C/Alloc.c
codefans.net/lzma462/C/Alloc.h
codefans.net/lzma462/C/Archive/7z/7z.dsp
codefans.net/lzma462/C/Archive/7z/7z.dsw
codefans.net/lzma462/C/Archive/7z/7zAlloc.c
codefans.net/lzma462/C/Archive/7z/7zAlloc.h
codefans.net/lzma462/C/Archive/7z/7zDecode.c
codefans.net/lzma462/C/Archive/7z/7zDecode.h
codefans.net/lzma462/C/Archive/7z/7zExtract.c
codefans.net/lzma462/C/Archive/7z/7zExtract.h
codefans.net/lzma462/C/Archive/7z/7zHeader.c
codefans.net/lzma462/C/Archive/7z/7zHeader.h
codefans.net/lzma462/C/Archive/7z/7zIn.c
codefans.net/lzma462/C/Archive/7z/7zIn.h
codefans.net/lzma462/C/Archive/7z/7zItem.c
codefans.net/lzma462/C/Archive/7z/7zItem.h
codefans.net/lzma462/C/Archive/7z/7zMain.c
codefans.net/lzma462/C/Archive/7z/makefile
codefans.net/lzma462/C/Archive/7z/makefile.gcc
codefans.net/lzma462/C/Bcj2.c
codefans.net/lzma462/C/Bcj2.h
codefans.net/lzma462/C/Bra.c
codefans.net/lzma462/C/Bra.h
codefans.net/lzma462/C/Bra86.c
codefans.net/lzma462/C/BraIA64.c
codefans.net/lzma462/C/CpuArch.h
codefans.net/lzma462/C/LzFind.c
codefans.net/lzma462/C/LzFind.h
codefans.net/lzma462/C/LzFindMt.c
codefans.net/lzma462/C/LzFindMt.h
codefans.net/lzma462/C/LzHash.h
codefans.net/lzma462/C/LzmaDec.c
codefans.net/lzma462/C/LzmaDec.h
codefans.net/lzma462/C/LzmaEnc.c
codefans.net/lzma462/C/LzmaEnc.h
codefans.net/lzma462/C/LzmaLib/LzmaLib.def
codefans.net/lzma462/C/LzmaLib/LzmaLib.dsp
codefans.net/lzma462/C/LzmaLib/LzmaLib.dsw
codefans.net/lzma462/C/LzmaLib/LzmaLibExports.c
codefans.net/lzma462/C/LzmaLib/makefile
codefans.net/lzma462/C/LzmaLib/resource.rc
codefans.net/lzma462/C/LzmaLib.c
codefans.net/lzma462/C/LzmaLib.h
codefans.net/lzma462/C/LzmaUtil/Lzma86Dec.c
codefans.net/lzma462/C/LzmaUtil/Lzma86Dec.h
codefans.net/lzma462/C/LzmaUtil/Lzma86Enc.c
codefans.net/lzma462/C/LzmaUtil/Lzma86Enc.h
codefans.net/lzma462/C/LzmaUtil/LzmaUtil.c
codefans.net/lzma462/C/LzmaUtil/LzmaUtil.dsp
codefans.net/lzma462/C/LzmaUtil/LzmaUtil.dsw
codefans.net/lzma462/C/LzmaUtil/makefile
codefans.net/lzma462/C/LzmaUtil/makefile.gcc
codefans.net/lzma462/C/Threads.c
codefans.net/lzma462/C/Threads.h
codefans.net/lzma462/C/Types.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zCompressionMode.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zCompressionMode.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zDecode.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zDecode.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zEncode.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zEncode.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zExtract.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zFolderInStream.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zFolderInStream.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zFolderOutStream.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zFolderOutStream.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zHandler.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zHandler.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zHandlerOut.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zHeader.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zHeader.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zIn.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zIn.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zItem.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zOut.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zOut.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zProperties.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zProperties.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zRegister.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zSpecStream.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zSpecStream.h
codefans.net/lzma462/CPP/7zip/Archive/7z/7zUpdate.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/7zUpdate.h
codefans.net/lzma462/CPP/7zip/Archive/7z/StdAfx.cpp
codefans.net/lzma462/CPP/7zip/Archive/7z/StdAfx.h
codefans.net/lzma462/CPP/7zip/Archive/Archive.def
codefans.net/lzma462/CPP/7zip/Archive/Archive2.def
codefans.net/lzma462/CPP/7zip/Archive/ArchiveExports.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/CoderMixer2.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/CoderMixer2.h
codefans.net/lzma462/CPP/7zip/Archive/Common/CoderMixer2MT.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/CoderMixer2MT.h
codefans.net/lzma462/CPP/7zip/Archive/Common/CrossThreadProgress.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/CrossThreadProgress.h
codefans.net/lzma462/CPP/7zip/Archive/Common/DummyOutStream.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/DummyOutStream.h
codefans.net/lzma462/CPP/7zip/Archive/Common/HandlerOut.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/HandlerOut.h
codefans.net/lzma462/CPP/7zip/Archive/Common/InStreamWithCRC.cpp
codefans.net/lzma462/CPP/7zip/Archive/Common/InStreamWithCRC.h
codefans.net/lzma462/CPP/7zip/Archive/Common/ItemNameUtils.cpp
codefans.net
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.