代码搜索:Zlib

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

代码结果 10,000
www.eeworm.com/read/126637/14410596

c adler32.c

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

h zutil1.h

/* zutil1.h -- internal interface and configuration of the compression library * Copyright (C) 1995-1998 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h
www.eeworm.com/read/126637/14410618

c trees.c

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

c infcodes.c

/* infcodes.c -- process literals and length/distance pairs * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil1.
www.eeworm.com/read/126637/14410649

c deflate.c

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

c zutil1.c

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

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/227723/14415530

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/227723/14415540

c deflate.c

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

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