搜索资源列表
zlib-1.2.3
- We often get questions about how the deflate() and inflate() functions should be used. Users wonder when they should provide more input, when they should use more output, what to do with a Z_BUF_ERROR, how to make sure the process terminates properly
Zlib_Compress_Uncompress
- zLib Compress/uncompress example
ziptest
- 一个用C语言写的ZIP压缩与解压的简单示例,保持目录结构并可以用winrar解压,主要调用了zlib的zip函数库。-A C language to write ZIP compression and decompression of a simple example, to keep the directory structure and you can use winrar to extract, called zlib zip library.
delphifastzlib114
- zlibyou can found an optimized version of Zlib 1.1.4 that you can embed into every Delphi executable without use external dlls. Further I have build a little example hoping to aid "young" Delphi programmers getting in trouble with streams... P
zipGDTest
- 一个用于解压ZIP文件的类.压缩包包括3方面的内容:1 著名的zlib压缩解压函数库 包括使用的头文件,lib文件以及dll. 2 zip文件的格式说明文档.3 我自己写的用来解压的类.文档种还包括一个简单的使用实例.vc6下编译通过.-Extracting a ZIP file for the class. Compressed package includes 3 aspects: 1 well-known extract zlib compression library, includin
FileIOAndCompressorsTest
- An example program with simple library that shows how to interface with several compression libraries. ZLIB, BZIP2, LZMA, and LZO. Includes some test files generated by the program, and a Windows binary generated using MinGW.-An example program with
ZlibVBExample
- 调用zlib.dll进行文件夹压缩和解压源码例子,工程用VB编写,代码量少,通俗易懂。-Folder called zlib.dll for compression and decompression source example, works written with VB, the code less, easy to understand.
zlibdemo
- 一个很实用的zlib例子,可以方便的进行文件压缩和解压缩-a good example for zlib
zlib_sourcePdemo
- zlib 源码 和 例子 有两个例子,一个是数组来验证压缩效率; 另一个是用图像来验证。 -zlib source and example of two examples, one array to verify the compression efficiency another image to verify.
FileZlib
- 一个简单的文件夹压缩解压缩的类 delphi7+zlib(delphi7自带) 不能压太大的文件,没用线程,没有进度读取-A simple example of the use of zlib compressed folder
compress-master
- File compression/decompression example using zlib
zlibDemo
- 压缩和解压缩的库,方便进行学习,例子对于学习很有用处(The compression and decompression of the library, to facilitate learning, example is very useful for learning)