代码搜索:COMPRESS
找到约 7,043 项符合「COMPRESS」的源代码
代码结果 7,043
www.eeworm.com/read/415411/2135683
hpj menuhelp.hpj
; This file is maintained by HCW. Do not modify this file directly.
[OPTIONS]
COMPRESS=60 Hall Zeck
LCID=0x804 0x0 0x0 ; 中文(中国)
REPORT=Yes
CONTENTS=HID_CONTENTS
TITLE=WINHELP HELP
HLP=Menuhel
www.eeworm.com/read/403161/2315034
hpj tcpiptrc.hpj
[OPTIONS]
LCID=0x409 0x0 0x0 ;English (U.S.)
TITLE=TCPIPTRC Application Help
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT= ..,.
HLP=TCPIPTrc.HLP
ERRORLOG=TCPIPTrc.LOG
[FILES]
afxdlg.rtf
[A
www.eeworm.com/read/403161/2315056
hpj fileserver.hpj
[OPTIONS]
LCID=0x409 0x0 0x0 ;English (U.S.)
TITLE=FILESERVER Application Help
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT= ..,.
HLP=FileServer.HLP
ERRORLOG=FileServer.LOG
[FILES]
afxdlg.rtf
www.eeworm.com/read/398200/2384834
h zlib.h
#ifndef __LINUX_ZLIB_H__
#define __LINUX_ZLIB_H__
#include
#define zlib_deflateInit(x,y) deflateInit(x,y)
#define zlib_deflate(x,y) deflate(x,y)
#define zlib_deflateEnd(x) defl
www.eeworm.com/read/385795/2585261
hpj root_fra.hpj
[OPTIONS]
LCID=0x40C 0x0 0x0 ;French (Standard)
$$IF(!PROJTYPE_DLG)
CONTENTS=main_index
$$ENDIF //!PROJTYPE_DLG
TITLE=Aide de l'application $$ROOT$$
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT=
www.eeworm.com/read/385795/2585279
hpj root_enu.hpj
[OPTIONS]
LCID=0x409 0x0 0x0 ;English (U.S.)
$$IF(!PROJTYPE_DLG)
CONTENTS=main_index
$$ENDIF //!PROJTYPE_DLG
TITLE=$$ROOT$$ Application Help
COMPRESS=true
WARNING=2
BMROOT= ..,.
ROOT= ..,.
H
www.eeworm.com/read/374465/2751103
java compressor.java
/*
* Copyright 2004-2008 H2 Group. Licensed under the H2 License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.compress;
import
www.eeworm.com/read/374465/2751104
java lzfinputstream.java
/*
* Copyright 2004-2008 H2 Group. Licensed under the H2 License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.compress;
import
www.eeworm.com/read/374465/2751106
java lzfoutputstream.java
/*
* Copyright 2004-2008 H2 Group. Licensed under the H2 License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.compress;
import
www.eeworm.com/read/374465/2751107
java compressdeflate.java
/*
* Copyright 2004-2008 H2 Group. Licensed under the H2 License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.compress;
import