代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/120956/14781248
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/120585/14798403
lib zlib.lib
www.eeworm.com/read/120585/14798422
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/119154/14838383
mak zlib.mak
# Copyright (C) 1995, 1996, 1997, 1998 Aladdin Enterprises. All rights reserved.
#
# This file is part of Aladdin Ghostscript.
#
# Aladdin Ghostscript is distributed with NO WARRANTY OF ANY
www.eeworm.com/read/117961/14892650
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 'as-is'
www.eeworm.com/read/117310/14931555
h zlib.h
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.1.4, March 11th, 2002
Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
This software is provided
www.eeworm.com/read/116657/14960254
lib zlib.lib
www.eeworm.com/read/116657/14960295
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/115525/15011830
cpp zlib.cpp
// zlib.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "zlib.h"
#include "zdeflate.h"
#include "zinflate.h"
NAMESPACE_BEGIN(CryptoPP)
static const byte
www.eeworm.com/read/115525/15011955
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