代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/396408/2416747
h zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.1, November 17th, 2003
Copyright (C) 1995-2003 Jean-loup Gailly and Mark Adler
This software is provid
www.eeworm.com/read/396408/2416750
rc zlib.rc
#include
#define IDR_VERSION1 1
IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
FILEVERSION 1,1,4,0
PRODUCTVERSION 1,1,4,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
www.eeworm.com/read/396408/2416753
mak zlib.mak
# Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Static Library" 0x0104
!IF "$(CFG)" == ""
CFG=zlib - Win32 Debug
!MESSAGE No
www.eeworm.com/read/395296/2440548
cpp zlib.cpp
#include
int main(int, char **)
{
z_streamp stream;
stream = 0;
const char *ver = zlibVersion();
ver = 0;
// compress2 was added in zlib version 1.0.8
int res = compr
www.eeworm.com/read/395296/2440549
pro zlib.pro
SOURCES = zlib.cpp
CONFIG -= qt dylib
mac:CONFIG -= app_bundle
LIBS += -lz
www.eeworm.com/read/395296/2442529
def zlib.def
LIBRARY
; zlib data compression library
EXPORTS
; basic functions
zlibVersion
deflate
deflateEnd
inflate
inflateEnd
; advanced functions
deflateSetDictionary
deflateCopy
www.eeworm.com/read/395296/2442550
dsp zlib.dsp
# Microsoft Developer Studio Project File - Name="zlib" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dyna
www.eeworm.com/read/395296/2442551
dsw zlib.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/395296/2442561
h zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.3, July 18th, 2005
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
This software is provided 'as-is