代码搜索:zLib
找到约 10,000 项符合「zLib」的源代码
代码结果 10,000
www.eeworm.com/read/162806/10270089
h ipp_zlib.h
/*
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// th software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may no
www.eeworm.com/read/162806/10270170
c ipp_zlib.c
/*
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// th software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may no
www.eeworm.com/read/419405/10871182
dll zlib1.dll
www.eeworm.com/read/271704/10983198
txt readme-zlib.txt
ZLIB DATA COMPRESSION LIBRARY
zlib 1.2.2 is a general purpose data compression library. All the code is
thread safe. The data format used by the zlib library is described by RFCs
(Request for C
www.eeworm.com/read/416428/11026195
pas zlib110.pas
Unit Zlib110;
{ Original:
zlib.h -- interface of the 'zlib' general purpose compression library
version 1.1.0, Feb 24th, 1998
Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler
www.eeworm.com/read/470010/6922566
dll zlib1.dll
www.eeworm.com/read/467103/7017572
opt zlib123.opt
www.eeworm.com/read/467103/7017573
def zlib123.def
//
//zlib123.def
//
EXPORTS
UnCompress @1
Compress @2
www.eeworm.com/read/467103/7017574
h zlib123.h
//
//zlib123.h
//
#pragma once
#ifdef ZLIB123_EXPORTS
#define ZLIB123_CLASS __declspec(dllexport)
#else
#define ZLIB123_CLASS __declspec(dllimport)
#endif
#define Z_OK 0
#define Z_ST
www.eeworm.com/read/467103/7017575
cpp zlib123.cpp
//
//zlib123.cpp
//
#include "zlib123.h"
#include "zlib\zlib.h"
CZlib123::CZlib123()
{
}
CZlib123::~CZlib123()
{
}
int CZlib123::UnCompress(unsigned char *destBuff, unsigned long *des