代码搜索:zlib

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

代码结果 10,000
www.eeworm.com/read/361993/2939381

c inftrees.c

/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zuti
www.eeworm.com/read/361993/2939958

c inftrees.c

/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zuti
www.eeworm.com/read/361993/2940890

c inftrees.c

/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zuti
www.eeworm.com/read/361993/2941404

c inftrees.c

/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zuti
www.eeworm.com/read/358128/3000080

pm zip.pm

package Archive::Zip; use strict; BEGIN { require 5.003_96; } use UNIVERSAL (); use Carp (); use IO::File (); use IO::Seekable (); use Compress::Zlib (); use File::Spec ()
www.eeworm.com/read/354980/3070389

c inftrees.c

/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zuti
www.eeworm.com/read/354980/3070401

index

ChangeLog history of changes INDEX this file FAQ Frequently Asked Questions about zlib Make_vms.com script for Vax/VMS Makefile makefile for Unix (generated by configure) Makefile.in make
www.eeworm.com/read/354980/3070446

686 readme.686

This is a patched version of zlib, modified to use Pentium-Pro-optimized assembly code in the deflation algorithm. The files changed/added by this patch are: README.686 match.S The speedup th
www.eeworm.com/read/354980/3070461

h zfstream.h

#ifndef _zfstream_h #define _zfstream_h #include #include "zlib.h" class gzfilebuf : public streambuf { public: gzfilebuf( ); virtual ~gzfilebuf(); gzfilebuf *ope
www.eeworm.com/read/262041/4315966

c inftrees.c

/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zuti