代码搜索:Zlib

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

代码结果 10,000
www.eeworm.com/read/449433/7505325

cpp zlib.cpp

// Copy in the contents of these files here before compiling #include "StdAfx.h" #include "ZLib.h" BYTE* CZLib::Compress(LPCVOID pInput, DWORD nInput, DWORD* pnOutput, DWORD nSuggest) { // If
www.eeworm.com/read/449433/7505326

h zlib.h

#pragma once // Wraps the compress and decompress data compression functions of the ZLib compression library class CZLib { // Operations public: //如果返回值为NULL失败,否则invoker需要delete[]是否返回值
www.eeworm.com/read/445638/7592340

lib zlib.lib

www.eeworm.com/read/445528/7594294

h zlib.h

/* zlib.h -- interface of the 'zlib' general purpose compression library version 1.1.4, March 11th, 2002 Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler This software is provided
www.eeworm.com/read/442661/7647073

dll zlib.dll

www.eeworm.com/read/437246/7752911

cpp zlib.cpp

// zlib.cpp - written and placed in the public domain by Wei Dai // "zlib" is the name of a well known C language compression library // (http://www.zlib.org) and also the name of a compression fo
www.eeworm.com/read/437246/7752974

h zlib.h

#ifndef CRYPTOPP_ZLIB_H #define CRYPTOPP_ZLIB_H #include "adler32.h" #include "zdeflate.h" #include "zinflate.h" NAMESPACE_BEGIN(CryptoPP) /// ZLIB Compressor (RFC 1950) class ZlibCompres
www.eeworm.com/read/299653/7841121

dnt zlib.dnt

LIBRARY zlib.dll EXETYPE WINDOWS CODE PRELOAD MOVEABLE DISCARDABLE DATA PRELOAD MOVEABLE MULTIPLE EXPORTS adler32 @1 compress @2
www.eeworm.com/read/299653/7841145

def zlib.def

; ; Slightly modified version of ../nt/zlib.dnt :-) ; LIBRARY Z DESCRIPTION "Zlib compression library for OS/2" CODE PRELOAD MOVEABLE DISCARDABLE DATA PRELOAD MOVEABLE MULTIPLE EXPORTS
www.eeworm.com/read/299653/7841276

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 us