代码搜索:ZIP

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

代码结果 10,000
www.eeworm.com/read/252679/12268685

gcc makefile.gcc

# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for port of gcc producing # native Win32-Intel binaries. Derived from makefile.w32. # Currently supported implementations: Cygwin and MinGW. # Author
www.eeworm.com/read/252679/12268691

ibm makefile.ibm

# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for # 32-bit IBM Visual Age C++ # To use, do "nmake -f win32\makefile.ibm" # Optional nonstandard preprocessor flags (as -DMEDIUM_MEM or -DNO_ASM)
www.eeworm.com/read/252679/12268934

os2 makefile.os2

# Makefile for Zip, ZipCloak, ZipNote and ZipSplit # Supported Make utilities: # - Microsoft/IBM nmake # - dmake 3.8 or higher # - GNU make, at least version 3.68 # - NOT watcom make # For Microsoft
www.eeworm.com/read/252679/12269201

makefile

# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for human68k # Written by NIIMI Satoshi # # 1999/09/23: Modified by Shimazaki Ryo. ifeq "$(TARGET)" "X68030" COPT = -m6802
www.eeworm.com/read/252679/12269218

gcc makefile.gcc

# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for human68k # Written by NIIMI Satoshi VPATH = human68k CC = gcc AS = as # if you are using mc68030 (or higher) based X
www.eeworm.com/read/252679/12269301

makefile

# Makefile for Zip, ZipNote, ZipCloak and ZipSplit # add -g to CC to debug # add -d to BIND to debug CC = cc BIND = link AS = $(CC) -c ASM = objasm SQUEEZE = squeeze -v E = # flags # CFLAG
www.eeworm.com/read/252679/12269406

dj1 makefile.dj1

# Makefile for Zip, ZipCloak, ZipNote and ZipSplit for # djgpp 1.x VPATH=.;msdos # ------------- djgpp ------------- CPPFLAGS=-I. -DDOS -DASM_CRC $(LOCAL_ZIP) ASFLAGS=$(CPPFLAGS) CFLAGS=-Wall -O2 -m48
www.eeworm.com/read/129777/14227545

java 压缩类的例子.java

import java.io.*; import java.util.*; import java.util.zip.*; public class zip2 { void zip(String[] filename) throws IOException { FileOutputStream f = new FileOutputStream("zip_t
www.eeworm.com/read/293170/8311922

log ws_ftp.log

99.06.24 19:19 B D:\Projects32\ModSim32\Zip\modsim32.zip --> www.hway.net /demos modsim32.zip 99.10.13 06:06 B D:\Projects32\ModSim32\Zip\modsim32.zip --> www.hway.net /demos modsim32.zip 99.10.21 2
www.eeworm.com/read/106150/15646723

jsp sample6.jsp