-
-
-
-
-
zlib-1.2.8 静态库(VS2008用)
编译默认的库老是显示 无法解析的 _uncompress 之类 把代码重新新建工程编译了一下就解决了
编译环境: VS2008
ZLIB版本: 1.2.8
把头文件放在include目录 lib放在lib目录
使用:
#include
#pragma comment(lib,"zlib.lib")
-
-
-
-
zlib-1.2.5.tar
zlib和libpng,zlib was written by Jean-loup Gailly (compression) and Mark Adler (decompression).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 ...
-
zlib最新版
zlib是提供数据压缩用的函式库,由Jean-loup Gailly与Mark Adler所开发,初版0.9版在1995年5月1日发表。zlib使用DEFLATE算法,最初是为libpng函式库所写的,后来普遍为许多软件所使用。此函式库为自由软件,使用zlib授权。截至2007年3月,zlib是包含在Coverity的美国国土安全部赞助者选择继续审查的开源项目。
-
-