代码搜索:zlib

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

代码结果 10,000
www.eeworm.com/read/130467/14192213

asm match.asm

; match.asm -- Pentium-Pro optimized version of longest_match() ; ; Updated for zlib 1.1.3 and converted to MASM 6.1x ; Copyright (C) 2000 Dan Higdon ; and
www.eeworm.com/read/130467/14192246

c deflate.c

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

c adler32.c

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

c zutil.c

/* zutil.c -- target dependent utility functions for the compression library * Copyright (C) 1995-2003 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h
www.eeworm.com/read/129847/14222397

c trees.c

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

h inftrees.h

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

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
www.eeworm.com/read/129847/14222563

asm match.asm

; match.asm -- Pentium-Pro optimized version of longest_match() ; ; Updated for zlib 1.1.3 and converted to MASM 6.1x ; Copyright (C) 2000 Dan Higdon ; and
www.eeworm.com/read/129847/14222653

c deflate.c

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

c compress.c

/* compress.c -- compress a memory buffer * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id$ */ #define ZL