搜索资源列表
084SharpZipLib_SourceSamples
- 一个处理gzip等格式的解压缩库,版本 .net1.0-such a deal with gzip compression format for the solution, version. Net1.0
java_wavelet
- java 实现的小波压缩库代码,内部包含了分析器-java wavelet compression to achieve the code contained within the analyzer
SharpZipLib_0852_BinDoc
- SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的源文件和文档说明! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revam
SharpZipLib_0852_SourceSamples
- SharpZipLib之前叫做NZipLib,完全由 C# 开发的压缩库,支持Zip, GZip, Tar and BZip2 ,为2007年8月最新0852release版的代码实例! Changes for v0.85.2 release Minor tweaks for CF, ZipEntryFactory and ZipFile. Fix for zip testing and Zip64 local header patching. FastZip revamped
BZLib
- bzlib,一个性能非常强劲的压缩库,无损压缩,完整vc工程。
zlib114
- 这是压缩库zlib1.1.4源码,只需要编译即可在自己的程序中直接调用。
222901932200711211050591887993
- JPEG 图象压缩编码及vc7.0调试环境 ijg-jpeg压缩库 是具有工业强度的程序库,被广泛使用,久经考验;而 pvrg-jpeg 是实验性的库,主要用作研究。 此程序主要利对ijg-jpeg库二次进行封装,实现压缩. 调试出错:无法打开文件“LIBC.lib”,不过代码还是值得一看的。
SharpZipLib_0854_Bin
- rar的压缩解压缩库,写压缩软件的朋友可以参考,功能比较强。
JZIP
- 著名的zlib 压缩解压缩库的JAVA语言实现。
IJL
- vc环境下的利用IJL压缩库进行BMP->JPG的压缩转化
ijg-ipp_linux
- jpeg 压缩/解压缩库,是Intel 在ijg基础上改进的libjpeg,encode/decode是ijg的速度的2倍以上。
005ZlibCOMInterface
- Zlib压缩库的COM接口-Zlib compression library COM interface
Filecompression.rar
- 文件压缩算法,效率和Winrar相当。包括两个工程,一个是压缩算法的动态库,另一个是调用该动态库实现压缩的工程。压缩的格式是zip.请大家相信绝对好用!,File compression algorithm is very efficient and Winrar. Including two projects, one is the compression algorithm of the dynamic libraries, and the other is called the dynam
zip-dllsr4_VC
- VC实现的ZIP压缩和解压缩算法,生成DLL动态链接库函数-VC implementation ZIP compression algorithm, DLL version
ZIP压缩源码
- ZIP压缩源码,原来少了一些库的也找到,大家可以放心下载-ZIP compression source, less the original library also find, we can be assured that download
zlib
- zlib标准压缩库程序源码及详细的使用方法-zlib
Compr
- VC++编程,有源代码,一个数据压缩库进行文件数据的压缩/解压-VC++ Programming, source code, a data compression library file data compression/decompression
CZipFileExe_kkk
- 解压缩代码库,非常好用,可以写自己的解呀缩等等程序。代码很漂亮-Extract the code base, very easy to use, you can write their own solution of it and so procedural reduction. Beautiful code
CompressDll
- 具有数据压缩和解压缩功能的地动态库。 采用Delphi内置的压缩库实现。压缩效率略低于zip。-With data compression and decompression functionality to dynamic libraries. The use of Delphi
callzipdll_callzlib_HUFUNHUF
- 字符串和文件压缩和解压缩的例子,既有成熟的第三方标准dll的调用例子(callzlib调用动态库压缩解压缩字符串,callzlib调用静态库压缩解压缩字符串.rar),也有zipdll这个 c++ dll的调用例子,还有16/32位Haffman编码压缩与解压缩的程序(huf,单文件压缩程序huftest,单文件解压缩程序huftest)。 huf目录的两个源程序:HUF.C和UNHUF.C能用16位编译器编译通过,不能在VC中直接编译通过 现在我已经将HUF/UNHUF的代码用v