代码搜索:Zlib

找到约 10,000 项符合「Zlib」的源代码

代码结果 10,000
www.eeworm.com/read/472233/1415803

c trees.c

/* trees.c -- output deflated data using Huffman coding * Copyright (C) 1995-2005 Jean-loup Gailly * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALGORITHM *
www.eeworm.com/read/472233/1415806

h inftrees.h

/* inftrees.h -- header to use inftrees.c * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be use
www.eeworm.com/read/472233/1415807

h inffast.h

/* inffast.h -- header to use inffast.c * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be used
www.eeworm.com/read/472233/1415811

c infback.c

/* infback.c -- inflate using a call-back interface * Copyright (C) 1995-2005 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* This code is largely copi
www.eeworm.com/read/472233/1415814

c deflate.c

/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2005 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALGORITHM
www.eeworm.com/read/470713/1455100

s match.s

/* match.s -- Pentium-Pro-optimized version of longest_match() * Written for zlib 1.1.2 * Copyright (C) 1998 Brian Raiter * * This is free software; you can redistribute
www.eeworm.com/read/470713/1455116

h zfstream.h

#ifndef _zfstream_h #define _zfstream_h #include #include "zlib.h" class gzfilebuf : public streambuf { public: gzfilebuf( ); virtual ~gzfilebuf(); gzfilebuf *open( const char
www.eeworm.com/read/470693/1467630

s match.s

/* match.s -- Pentium-Pro-optimized version of longest_match() * Written for zlib 1.1.2 * Copyright (C) 1998 Brian Raiter * * This is free software; you can redistribute
www.eeworm.com/read/470693/1467646

h zfstream.h

#ifndef _zfstream_h #define _zfstream_h #include #include "zlib.h" class gzfilebuf : public streambuf { public: gzfilebuf( ); virtual ~gzfilebuf(); gzfilebuf *open( const char
www.eeworm.com/read/462807/1542815

c adler32.c

/* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */