代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/154829/11924593
txt usage.txt
Installing ZLIB1.DLL
====================
Copy ZLIB1.DLL to the SYSTEM or the SYSTEM32 directory.
Using ZLIB1.DLL with Microsoft Visual C++
=========================================
1.
www.eeworm.com/read/159328/5584734
unix makefile.unix
ZLIB = ./../../zlib-1.1.3
LIB = libz.a
VER = 1.1.3
CC = gcc
AR = ar rcv
RANLIB = ranlib
LDFLAGS= -L. -lz
CFLAGS = -O3 -DHAVE_UNISTD_H -DUSE_MMAP -I$(ZLIB)
ZCOMP_SRC = tmcompress.c
ZCOMP_OBJ =
www.eeworm.com/read/100152/15881976
pl makefile.pl
#! perl -w
use strict ;
require 5.004 ;
use ExtUtils::MakeMaker 5.16 ;
use Config ;
use File::Copy ;
my $ZLIB_LIB ;
my $ZLIB_INCLUDE ;
my $BUILD_ZLIB = 0 ;
ParseCONFIG() ;
WriteMakefile(
NAME
www.eeworm.com/read/129161/7077785
readme
zlib 1.0.4 is a general purpose data compression library. All the code
is reentrant (thread safe). The data format used by the zlib library
is described by RFCs (Request for Comments) 1950 to 1952
www.eeworm.com/read/246742/12706492
readme
zlib 1.0.4 is a general purpose data compression library. All the code
is reentrant (thread safe). The data format used by the zlib library
is described by RFCs (Request for Comments) 1950 to 1952