代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/358173/10195057
maketest
include ../../ccdefine
INCLUDE = -I../../protocol/include -I../../protocol/utils
OBJS = gprs.o serial.o test.o
.cpp.o:
$(CC) $(INCLUDE) $(CFLAGS) -c $<
all:gprstest
gprstest:$(OBJS)
$
www.eeworm.com/read/358016/10197372
d emac.d
.\Objects\emac.o: EMAC.c
.\Objects\emac.o: EMAC.h
.\Objects\emac.o: tcpip.h
.\Objects\emac.o: D:\Program Files\Keil\mdk320\ARM\INC\Philips\LPC23xx.h
www.eeworm.com/read/358016/10197377
d tcpip.d
.\Objects\tcpip.o: tcpip.c
.\Objects\tcpip.o: tcpip.h
.\Objects\tcpip.o: EMAC.h
.\Objects\tcpip.o: D:\Program Files\Keil\mdk320\ARM\RV31\INC\string.h
.\Objects\tcpip.o: D:\Program Files\Keil\mdk32
www.eeworm.com/read/358016/10197380
d easyweb.d
.\Objects\easyweb.o: easyweb.c
.\Objects\easyweb.o: D:\Program Files\Keil\mdk320\ARM\RV31\INC\stdlib.h
.\Objects\easyweb.o: D:\Program Files\Keil\mdk320\ARM\RV31\INC\stdio.h
.\Objects\easyweb.o: D:
www.eeworm.com/read/357852/10200336
cpp bunch.cpp
#include
#include "person.h"
static QTextStream cout(stdout, QIODevice::WriteOnly);
int main(int , char**) {
cout
www.eeworm.com/read/357852/10200392
cpp static-test.cpp
#include "static.h"
int main() {
Thing::showCount(); /* No objects exist at this point. */
Thing t1(3,4), t2(5,6);
t1.showCount(); /* direct access through object */
{ /* An inner
www.eeworm.com/read/356044/10237955
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/157145/10246243
ʵ
objects = main.o kbd.o command.o display.o \
insert.o search.o files.o utils.o
edit : $(objects)
gcc -o edit $(objects)
$(objects) : defs.h
kbd.o command.o f
www.eeworm.com/read/157145/10246253
ʵ
objects = main.o kbd.o command.o display.o \
insert.o search.o files.o utils.o
edit : $(objects)
gcc -o edit $(objects)
main.o : defs.h
kbd.o : defs.h comman