代码搜索:COMPRESS

找到约 7,043 项符合「COMPRESS」的源代码

代码结果 7,043
www.eeworm.com/read/132069/5923343

nt makefile.nt

# Makefile for zlib !include CC=cl LD=link CFLAGS=-O -nologo LDFLAGS= O=.obj # variables OBJ1 = adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O) \ tre
www.eeworm.com/read/101082/6245200

1 pack.1

.TH pack 1 .SH Name pack, pcat, unpack \- compress and expand files .SH Syntax .NXR "pack command" .B pack [ \fB\-\fR ] [ \fB\-f\fR ] \fIname\fR... .PP .B pcat \fIname\fR... .PP .B unpack .I name... .
www.eeworm.com/read/101082/6247097

1 pack.1

.TH pack 1 .SH Name pack, pcat, unpack \- compress and expand files .SH Syntax .NXR "pack command" .B pack [ \fB\-\fR ] [ \fB\-f\fR ] \fIname\fR... .PP .B pcat \fIname\fR... .PP .B unpack .I name... .
www.eeworm.com/read/123570/14623638

hpj it.hpj

; This file is maintained by HCW. Do not modify this file directly. ; Help Project File for Tasmanian Traders [OPTIONS] COMPRESS=12 Hall Zeck ERRORLOG=it.err LCID=0x804 0x0 0x0 ; 中文(中国) REPO
www.eeworm.com/read/222567/14685807

hpj tag-it host protocol.hpj

[OPTIONS] COMPRESS=1 BMROOT=C:\SW\AuthorIT V3\Generation\WinHelp\Tag-it Host Protocol\ ERRORLOG=C:\SW\AuthorIT V3\Generation\WinHelp\Tag-it Host Protocol\AuthorIT.err REPORT=yes ROOT=C:\SW\Author
www.eeworm.com/read/489717/1211133

c c_rle.c

#include #include #include #include #include static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen,
www.eeworm.com/read/480125/1322796

nt makefile.nt

# Makefile for zlib !include CC=cl LD=link CFLAGS=-O -nologo LDFLAGS= O=.obj # variables OBJ1 = adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O) \ tre
www.eeworm.com/read/466864/1508447

hpj wirelessusbtray.hpj

[OPTIONS] LCID=0x409 0x0 0x0 ;English (U.S.) CONTENTS=main_index TITLE=WirelessUSBTray Application Help COMPRESS=true WARNING=2 BMROOT= ..,. ROOT= ..,. HLP=WirelessUSBTray.HLP ERRORLOG=Wirele
www.eeworm.com/read/247871/4473027

c 7zdecode.c

/* 7zDecode.c */ #include "7zDecode.h" #ifdef _SZ_ONE_DIRECTORY #include "LzmaDecode.h" #else #include "../../Compress/LZMA_C/LzmaDecode.h" #endif CMethodID k_Copy = { { 0x0 }, 1 }; CMetho
www.eeworm.com/read/238768/4609081

c c_rle.c

#include #include #include #include #include static int rle_compress_block(COMP_CTX *ctx, unsigned char *out, unsigned int olen,