代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/200462/15432627
h zlib.h
#ifndef CRYPTOPP_ZLIB_H
#define CRYPTOPP_ZLIB_H
#include "adler32.h"
#include "zdeflate.h"
#include "zinflate.h"
NAMESPACE_BEGIN(CryptoPP)
/// ZLIB Compressor (RFC 1950)
class ZlibCompres
www.eeworm.com/read/113552/15453454
h zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.1.3, July 9th, 1998
Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
This software is provided 'a
www.eeworm.com/read/112777/15476995
inc zlib.inc
* ZLIB.INC - Interface to the general purpose compression library
*
* ILE RPG400 version by Patrick Monnerat, DATASPHERE.
* Version 1.2.1
*
*
* WARN
www.eeworm.com/read/112777/15477001
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/112777/15477003
html zlib.html
www.eeworm.com/read/112777/15477012
def zlib.def
LIBRARY
; zlib data compression library
EXPORTS
; basic functions
zlibVersion
deflate
deflateEnd
inflate
inflateEnd
; advanced functions
deflateSetDictionary
d
www.eeworm.com/read/112777/15477075
pas zlib.pas
{*******************************************************}
{ }
{ Borland Delphi Supplemental Components }
{ ZLIB Data Compr
www.eeworm.com/read/112777/15477089
rc zlib.rc
#include
#define IDR_VERSION1 1
IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
FILEVERSION 1,2,1,0
PRODUCTVERSION 1,2,1,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
www.eeworm.com/read/112777/15477103
ads zlib.ads
------------------------------------------------------------------------------
-- ZLib for Ada thick binding. --
--
www.eeworm.com/read/112777/15477106
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");
package Compiler is
for