代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/145971/12686039
h zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.0.4, Jul 24th, 1996.
Copyright (C) 1995-1996 Jean-loup Gailly and Mark Adler
This software is provided '
www.eeworm.com/read/333109/12701508
inc zlib.inc
* ZLIB.INC - Interface to the general purpose compression library
*
* ILE RPG400 version by Patrick Monnerat, DATASPHERE.
* Version 1.2.3
*
*
* WARN
www.eeworm.com/read/333109/12701528
def zlib.def
;
; Slightly modified version of ../nt/zlib.dnt :-)
;
LIBRARY Z
DESCRIPTION "Zlib compression library for OS/2"
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
EXPORTS
www.eeworm.com/read/333109/12701537
html zlib.html
www.eeworm.com/read/333109/12701568
def zlib.def
LIBRARY
; zlib data compression library
EXPORTS
; basic functions
zlibVersion
deflate
deflateEnd
inflate
inflateEnd
; advanced functions
deflateSetDictionary
d
www.eeworm.com/read/333109/12701860
pas zlib.pas
{*******************************************************}
{ }
{ Borland Delphi Supplemental Components }
{ ZLIB Data Compr
www.eeworm.com/read/333109/12701930
rc zlib.rc
#include
#define IDR_VERSION1 1
IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
FILEVERSION 1,2,3,0
PRODUCTVERSION 1,2,3,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
www.eeworm.com/read/333109/12701960
rc zlib.rc
#include
#define IDR_VERSION1 1
IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
FILEVERSION 1,2,3,0
PRODUCTVERSION 1,2,3,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
www.eeworm.com/read/333109/12702051
ads zlib.ads
------------------------------------------------------------------------------
-- ZLib for Ada thick binding. --
--
www.eeworm.com/read/333109/12702072
gpr zlib.gpr
project Zlib is
for Languages use ("Ada");
for Source_Dirs use (".");
for Object_Dir use ".";
for Main use ("test.adb", "mtest.adb", "read.adb", "buffer_demo");
package Compile