代码搜索:objects

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

代码结果 10,000
www.eeworm.com/read/170881/5402718

in makefile.in

# Variables substituted by the autoconf configure script: SHELL = @SHELL@ CC = @CC@ CFLAGS = @CFLAGS@ CPPFLAGS = -I../util -I../matrices -I. @CPPFLAGS@ DEFS = @DEFS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS
www.eeworm.com/read/169937/5408742

makefile

############################################################################## # Microwindows template Makefile # Copyright (c) 2000 Martin Jolicoeur, Greg Haerr ######################################
www.eeworm.com/read/169937/5408772

makefile

############################################################################## # Microwindows template Makefile # Copyright (c) 2000 Martin Jolicoeur, Greg Haerr ######################################
www.eeworm.com/read/169937/5408993

makefile

############################################################################## # Microwindows template Makefile # Copyright (c) 2000 Martin Jolicoeur, Greg Haerr ######################################
www.eeworm.com/read/169773/5410891

txt 可变参数.txt

接受可变的参数的方法会为匀们的开发带来方便。 params 关键字:产生代码传入参数 参数必须为一个一维数组,但类型可以任意的。 using System; public class MyOpt { static Int32 Add(params Int32[]values) { Int32 sum=0; for(Int32 x=0;x
www.eeworm.com/read/169327/5424768

java history.java

/* * Created on 05-08-2003 * * To change the template for this generated file go to * Window - Preferences - Java - Code Generation - Code and Comments */ package net.sf.hibern8ide; import java.
www.eeworm.com/read/169309/5425504

makefile

TOP = ../.. include $(TOP)/Makefile.rules OBJECTS = \ crt0.o .PHONY : .depend all: $(OBJECTS) $(CP) ${OBJECTS} $(BASELIBDIR) $(CP) ram.ld $(BASELIBDIR) clean: -$(RM) *.a *.o *.map *.srec *.di
www.eeworm.com/read/169309/5425514

makefile

TOP = ../.. include $(TOP)/Makefile.rules OBJECTS = \ busywait.o \ settime.o \ timerinit.o \ usleep.o all: $(OBJECTS) $(BASELIB) .PHONY : .depend $(BASELIB) $(BASELIB): $(AR) -rcs $@ ${OBJECT
www.eeworm.com/read/169309/5425519

makefile

TOP = ../.. include $(TOP)/Makefile.rules OBJECTS = \ memcmp.o \ memcpy.o \ memset.o \ strchr.o \ strcmp.o \ strcpy.o \ strlen.o all: $(OBJECTS) $(BASELIB) .PHONY : .depend $(BASELIB) $(BAS
www.eeworm.com/read/169309/5425528

makefile

TOP = ../.. include $(TOP)/Makefile.rules OBJECTS = \ crc16.o \ xmodemreceive.o \ xmodemtransmit.o \ jump.o all: $(OBJECTS) $(BASELIB) .PHONY : .depend $(BASELIB) $(BASELIB): $(AR) -rcs $@ ${