代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/307176/13727171
cpp compress..cpp
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2003 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#include "stdafx.h
www.eeworm.com/read/307176/13727180
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2003 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#define ZL
www.eeworm.com/read/307176/13727201
cpp compress.cpp
#include "stdafx.h"
#include "zlib.h"
int uncompress (BYTE *dest, unsigned long *destLen,
const BYTE *source, unsigned long sourceLen)
{
z_stream stream;
int err;
st
www.eeworm.com/read/304456/13793965
asp compress.asp
1 then
response.write "你没有操作权限!"
response.end
end if
end if
%>
www.eeworm.com/read/302895/13825122
js compress.js
if(typeof(Control)=='undefined')
Control={};
Control.TextArea=Class.create();
Object.extend(Control.TextArea.prototype,{
onChangeTimeoutLength:500,
element:false,
onChangeTimeout:false,
initialize:fun
www.eeworm.com/read/302895/13825188
js compress.js
if(typeof(Control)=='undefined')
Control={};
Control.TextArea=Class.create();
Object.extend(Control.TextArea.prototype,{
onChangeTimeoutLength:500,
element:false,
onChangeTimeout:false,
initialize:fun
www.eeworm.com/read/136177/13869093
c compress.c
/*-------------------------------------------------------------*/
/*--- Compression machinery (not incl block sorting) ---*/
/*--- compress.c ---*/
/
www.eeworm.com/read/136177/13869209
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: compress.c,v 1.
www.eeworm.com/read/238475/13884151
c compress.c
/* compress.c -- compress a memory buffer
* Copyright (C) 1995-2003 Jean-loup Gailly.
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
#define ZL
www.eeworm.com/read/238475/13884154