代码搜索结果

找到约 2,917 项符合 Strip 的代码

modunixinfo.bas

Attribute VB_Name = "modUnixInfo" Public strIP As String 'UNIX主机IP地址 Public strUserName As String '登录用户名 Public strPassword As String '登录密码 '--------------------- Public Const InfoFil

makefile

CROSS_COMPILE= CC=$(CROSS_COMPILE)gcc STRIP=strip LIB= -lpthread LIB+=-lcurses LIBPATH=/home/yangzq/dvs7004/Centaur/linux-2.6.9/lib EXEC=das-server OBJS=$(EXEC).o all:$(OBJS) $(CC) -o $(EXEC) $(OBJS)

strip.eps

%!PS-Adobe-2.0 EPSF-2.0 %%Title: Strip.eps %%Creator: fig2dev Version 3.2 Patchlevel 0-beta3 %%CreationDate: Thu Jul 22 08:44:40 1999 %%For: geuzaine@elap53.montefiore.ulg.ac.be (geuzaine) %%Orientati

ip2long.java

package helpfile; public class IP2Long { //将127.0.0.1形式的IP地址转换成十进制整数,这里没有进行任何错误处理 public static long ipToLong(String strIp){ long[] ip = new long[4]; //先找到IP地址字符串中

p1-48.cpp

#include main() { //声明字符型数组和指针变量 char str[10]; char *strip=str; //输入输出 coutstr; //用字符数组输入字符串 cout

makefile

CROSS = /opt/host/armv4l/bin/armv4l-unknown-linux- CC = $(CROSS)gcc AR = $(CROSS)ar STRIP = $(CROSS)strip EXEC_PUT = gpio_test OBJS_PUT = gpio_test.o all: $(EXEC_PUT) $(EXEC_PUT): $(OBJS_PUT) $(CC)

dhry.bat

make dhry11 make dhry21 strip dhry11 strip dhry21 dhry11 < input dhry21 < input

makefile

CC = gcc CFLAGS = -Wall all: tftpc tftpd tftpc: tftpc.c $(CC) $(CFLAGS) -o tftpc tftpc.c tftpd: tftpd.c $(CC) $(CFLAGS) -o tftpd tftpd.c clean: rm -f tftpd tftpc strip: strip tftpd tftpc

.pci_syms.o.flags

ifeq (pcisyms.o pci.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(ALL_O)))) FILES_FLAGS_UP_TO_DATE += pci_syms.o endif

makefile

AS=arm-linux-as LD=arm-linux-ld STRIP=arm-linux-strip all: ../e3.asm e3.s # $(AS) --defsym LINUX=1 --defsym ARMCPU=1 -a=e3arm.lst -gstabs e3.s -o e3.o # $(AS) --defsym LINUX=1 --defsym ARMCPU=1 -a=em