代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/154829/11924578
def zlib.def
LIBRARY
; zlib data compression library
EXPORTS
; basic functions
zlibVersion
deflate
deflateEnd
inflate
inflateEnd
; advanced functions
deflateSetDictionary
d
www.eeworm.com/read/154829/11924591
h zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.3, July 18th, 2005
Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
This software is provided '
www.eeworm.com/read/154528/11948229
doc zlib.doc
www.eeworm.com/read/154528/11948251
c zlib.c
www.eeworm.com/read/154528/11948262
com zlib.com
www.eeworm.com/read/154491/11950579
h zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.2, October 3rd, 2004
Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler
This software is provided 'as-
www.eeworm.com/read/256983/11962295
h zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.2, October 3rd, 2004
Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler
This software is provided
www.eeworm.com/read/154354/11968250
cpp zlib.cpp
// zlib.cpp - written and placed in the public domain by Wei Dai
// "zlib" is the name of a well known C language compression library
// (http://www.zlib.org) and also the name of a compression fo
www.eeworm.com/read/154354/11968498
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/256345/12006808