代码搜索:zlib
找到约 10,000 项符合「zlib」的源代码
代码结果 10,000
www.eeworm.com/read/100150/15882110
c maketree.c
/* maketree.c -- make inffixed.h table for decoding fixed codes
* Copyright (C) 1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this f
www.eeworm.com/read/100150/15882112
h infblock.h
/* infblock.h -- header to use infblock.c
* Copyright (C) 1995-1998 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* WARNING: this file should *not*
www.eeworm.com/read/182103/5268085
am makefile.am
##
## $Id: Makefile.am,v 1.4 2002/03/28 00:41:50 joel Exp $
##
C_FILES = em86.c lib.c misc.c mm.c pci.c zlib.c
H_FILES = bootldr.h zlib.h pci.h
S_FILES = em86real.S exception.S head.S
noinst_DATA
www.eeworm.com/read/390970/8430972
cpp infcodes.cpp
#include "stdafx.h"
/* infcodes.c -- process literals and length/distance pairs
* Copyright (C) 1995-1996 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
www.eeworm.com/read/390970/8430994
cpp inftrees.cpp
#include "stdafx.h"
/* inftrees.c -- generate Huffman trees for efficient decoding
* Copyright (C) 1995-1996 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
www.eeworm.com/read/188651/8521243
c adler32.c
/* adler32.c -- compute the Adler-32 checksum of a data stream
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ *
www.eeworm.com/read/188651/8521253
c crc32.c
/* crc32.c -- compute the CRC-32 of a data stream
* Copyright (C) 1995-2002 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include
www.eeworm.com/read/188651/8521271
c zutil.c
/* zutil.c -- target dependent utility functions for the compression library
* Copyright (C) 1995-2002 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
www.eeworm.com/read/188651/8521298
c trees.c
/* trees.c -- output deflated data using Huffman coding
* Copyright (C) 1995-2002 Jean-loup Gailly
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
* ALGORIT
www.eeworm.com/read/188651/8521365
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 redistrib