代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/339492/12229635
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/253315/12229819
doc zlib.doc
www.eeworm.com/read/253315/12229834
c zlib.c
www.eeworm.com/read/253315/12229847
com zlib.com
www.eeworm.com/read/339492/12229872
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/338797/12282523
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/338797/12282737
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/150580/12284848
pas zlib.pas
{*******************************************************}
{ }
{ Delphi Supplemental Components }
{ ZLIB Data Compr
www.eeworm.com/read/252157/12296966
h zlib.h
/*
* This file is derived from zlib.h and zconf.h from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate compre
www.eeworm.com/read/252157/12297216
c zlib.c
/*
* This file is derived from various .h and .c files from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate c