代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/271650/4226500
rc zlib.rc
#include
#define IDR_VERSION1 1
IDR_VERSION1 VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
FILEVERSION 1,1,3,0
PRODUCTVERSION 1,1,3,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
www.eeworm.com/read/271650/4226509
3 zlib.3
.TH ZLIB 3 "11 March 2002"
.SH NAME
zlib \- compression/decompression library
.SH SYNOPSIS
[see
.I zlib.h
for full description]
.SH DESCRIPTION
The
.I zlib
library is a general purpose data
www.eeworm.com/read/268663/4251266
h zlib.h
#ifndef _ZLIB_H
#define _ZLIB_H
#include "zconf.h"
#ifdef __cplusplus
extern "C" {
#endif
#define ZLIB_VERSION "1.1.4"
typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items,
www.eeworm.com/read/445571/1720247
cs zlib.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.IO;
namespace QiHe.CodeLib.Compress
{
public static class Zlib
{
public static void Deflate(St
www.eeworm.com/read/443386/1743148
c zlib.c
/*
* This file is derived from various .h and .c files from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate c
www.eeworm.com/read/443386/1743153
h zlib.h
/* */
/*
* This file is derived from zlib.h and zconf.h from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflat
www.eeworm.com/read/443386/1744799
c zlib.c
/*
* This file is derived from various .h and .c files from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate c
www.eeworm.com/read/443386/1744855
h zlib.h
/*
* This file is derived from zlib.h and zconf.h from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate compre
www.eeworm.com/read/440906/1785843
mak zlib.mak
# Makefile for zlib32bd.lib
# ------------- Borland C++ 4.5 -------------
# The (32-bit) zlib32bd.lib made with this makefile is intended for use
# in making the (32-bit) DLL, png32bd.dll. It uses t
www.eeworm.com/read/440906/1785846
pas zlib.pas
{*******************************************************}
{ }
{ Delphi Supplemental Components }
{ ZLIB Data Compress