代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/140582/5785359
h zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.1.4, March 11th, 2002
Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
This software is provided 'as-i
www.eeworm.com/read/140582/5785433
readme-zlib
zlib 1.1.4 is a general purpose data compression library. All the code
is thread safe. The data format used by the zlib library
is described by RFCs (Request for Comments) 1950 to 1952 in the files
www.eeworm.com/read/139876/5796291
pas zlib.pas
Unit Zlib;
{ Original:
zlib.h -- interface of the 'zlib' general purpose compression library
version 1.1.0, Feb 24th, 1998
Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
www.eeworm.com/read/137311/5825881
h zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.1.4, March 11th, 2002
Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
This software is provided 'as-i
www.eeworm.com/read/137311/5825884
3 zlib.3
.TH ZLIB 3 "11 March 2002"
.SH NAME
zlib \- compression/decompression library
.SH SYNOPSIS
[see
.I zlib.h
for full description]
.SH DESCRIPTION
The
.I zlib
library is a general purpose data compressio
www.eeworm.com/read/136989/5828106
mpb zlib.mpb
// -*- MPC -*-
// zlib.mpb,v 1.2 2003/12/30 15:18:22 dhinton Exp
feature(zlib) {
includes += $(ZLIB_ROOT)/include
libpaths += $(ZLIB_ROOT)/lib
macros += ZLIB
specific(borland, nmak
www.eeworm.com/read/136865/5841818
bpg zlib.bpg
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(M
www.eeworm.com/read/136865/5841824
cpp zlib.cpp
//---------------------------------------------------------------------------
#include
//---------------------------------------------------------------------------
// Important note ab
www.eeworm.com/read/136865/5841826
bpf zlib.bpf
USEUNIT("zlib.cpp");
USEUNIT("..\..\..\zlib\zutil.c");
USEUNIT("..\..\..\zlib\compress.c");
USEUNIT("..\..\..\zlib\crc32.c");
USEUNIT("..\..\..\zlib\deflate.c");
USEUNIT("..\..\..\zlib\gzio.c");
USEUN