文件名称:lzma
介绍说明--下载内容均来自于网络,请自行研究使用
To compile C++ version of file->file LZMA encoding, go to directory
CPP/7zip/Bundles/LzmaCon
and call make to recompile it:
make -f makefile.gcc clean all
In some UNIX/Linux versions you must compile LZMA with static libraries.
To compile with static libraries, you can use
LIB = -lm -static
-
LZMA SDK provides the documentation, samples, header files, libraries,
and tools you need to develop applications that use LZMA compression.
LZMA is default and general compression method of 7z format
in 7-Zip compression program (www.7-zip.org). LZMA provides high
compression ratio and very fast decompression.
LZMA is an improved version of famous LZ77 compression algorithm.
It was improved in way of maximum increasing of compression ratio,
keeping high decompression speed and low memory requirements for
CPP/7zip/Bundles/LzmaCon
and call make to recompile it:
make -f makefile.gcc clean all
In some UNIX/Linux versions you must compile LZMA with static libraries.
To compile with static libraries, you can use
LIB = -lm -static
-
LZMA SDK provides the documentation, samples, header files, libraries,
and tools you need to develop applications that use LZMA compression.
LZMA is default and general compression method of 7z format
in 7-Zip compression program (www.7-zip.org). LZMA provides high
compression ratio and very fast decompression.
LZMA is an improved version of famous LZ77 compression algorithm.
It was improved in way of maximum increasing of compression ratio,
keeping high decompression speed and low memory requirements for
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LZMA\alloc.cpp
....\lzma.txt
....\crc.cpp
....\vector.cpp
....\branchx86.c
....\bintree4.h
....\fileio.cpp
....\stringtoint.h
....\filestreams.cpp
....\inbuffer.cpp
....\lzinwindow.cpp
....\bintree.h
....\string.cpp
....\lzoutwindow.cpp
....\newhandler.cpp
....\outbuffer.cpp
....\rangecoderbit.cpp
....\stringtoint.cpp
....\stringconvert.h
....\Vector.h
....\alloc.h
....\stringconvert.cpp
....\crc.h
....\bintreemain.h
....\branchx86.h
....\fileio.h
....\filestreams.h
....\string.h
....\imatchfinder.h
....\inbuffer.h
....\istream.h
....\lzinwindow.h
....\lzma.h
....\lzmaram.h
....\lzoutwindow.h
....\mycom.h
....\myinitguid.h
....\myunknown.h
....\mywindows.h
....\newhandler.h
....\outbuffer.h
....\rangecoder.h
....\rangecoderbit.h
....\rangecoderbittree.h
....\rangecoderopt.h
....\types.h
....\MyGuidDef.h
....\icoder.h
....\defs.h
....\lzmaencoder.h
....\test.plg
....\lib_test.cpp
....\test.opt
....\lzmadecode.h
....\lzmadecode.cpp
....\test.cpp
....\LzmaLib.dsw
....\LzmaLib.dsp
....\lzmaencoder.cpp
....\lzmaram.cpp
....\bin\test.exe
....\...\LzmaLib.lib
....\bin
....\test.dsp
....\LzmaLib.opt
....\readme1st.txt
LZMA
....\lzma.txt
....\crc.cpp
....\vector.cpp
....\branchx86.c
....\bintree4.h
....\fileio.cpp
....\stringtoint.h
....\filestreams.cpp
....\inbuffer.cpp
....\lzinwindow.cpp
....\bintree.h
....\string.cpp
....\lzoutwindow.cpp
....\newhandler.cpp
....\outbuffer.cpp
....\rangecoderbit.cpp
....\stringtoint.cpp
....\stringconvert.h
....\Vector.h
....\alloc.h
....\stringconvert.cpp
....\crc.h
....\bintreemain.h
....\branchx86.h
....\fileio.h
....\filestreams.h
....\string.h
....\imatchfinder.h
....\inbuffer.h
....\istream.h
....\lzinwindow.h
....\lzma.h
....\lzmaram.h
....\lzoutwindow.h
....\mycom.h
....\myinitguid.h
....\myunknown.h
....\mywindows.h
....\newhandler.h
....\outbuffer.h
....\rangecoder.h
....\rangecoderbit.h
....\rangecoderbittree.h
....\rangecoderopt.h
....\types.h
....\MyGuidDef.h
....\icoder.h
....\defs.h
....\lzmaencoder.h
....\test.plg
....\lib_test.cpp
....\test.opt
....\lzmadecode.h
....\lzmadecode.cpp
....\test.cpp
....\LzmaLib.dsw
....\LzmaLib.dsp
....\lzmaencoder.cpp
....\lzmaram.cpp
....\bin\test.exe
....\...\LzmaLib.lib
....\bin
....\test.dsp
....\LzmaLib.opt
....\readme1st.txt
LZMA