代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/186856/5229729
pas zlib.pas
{*******************************************************}
{ }
{ Delphi Supplemental Components }
{ ZLIB Data Compress
www.eeworm.com/read/186856/5229730
bpg zlib.bpg
#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(M
www.eeworm.com/read/186856/5229732
bpr zlib.bpr
# ---------------------------------------------------------------------------
!if !$d(BCB)
BCB = $(MAKEDIR)\..
!endif
# ---------------------------------------------------------------------------
# I
www.eeworm.com/read/186856/5229733
cpp zlib.cpp
#include
#pragma hdrstop
//---------------------------------------------------------------------------
USEUNIT("adler32.c");
USEUNIT("compress.c");
USEUNIT("crc32.c");
USEUNIT("deflate.c")
www.eeworm.com/read/186856/5229748
def zlib.def
LIBRARY "zlib"
DESCRIPTION '"""zlib data compression library"""'
EXETYPE NT
SUBSYSTEM WINDOWS
STUB 'WINSTUB.EXE'
VERSION 1.13
CODE EXECUTE READ
DATA READ WRITE
HEAPSIZE 1048576,4096
E
www.eeworm.com/read/186856/5229749
rc zlib.rc
#include
#define IDR_VERSION1 1
IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
FILEVERSION 1,1,3,0
PRODUCTVERSION 1,1,3,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FIL
www.eeworm.com/read/182103/5266577
c zlib.c
/*
* This file is derived from various .h and .c files from the zlib-1.0.4
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate
www.eeworm.com/read/182103/5266589
h zlib.h
/* $Id: zlib.h,v 1.1 2002/01/31 21:40:47 joel Exp $ */
/*
* This file is derived from zlib.h and zconf.h from the zlib-1.0.4
* distribution by Jean-loup Gailly and Mark Adler, with some additions
www.eeworm.com/read/182103/5268090
c zlib.c
/*
* This file is derived from various .h and .c files from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate c
www.eeworm.com/read/182103/5268095
h zlib.h
/* $Id: zlib.h,v 1.1 1999/12/02 14:31:17 joel Exp $ */
/*
* This file is derived from zlib.h and zconf.h from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
*