代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/361241/10063379
makefile
# ***************************************************************
# * Makefile for Atmel AT91SAM7S256 - ram execution *
# * *
www.eeworm.com/read/360996/10069827
makefile
objects = data.o fpgrowth.o fptree.o item.o testfpgrowth.o
CC = g++
flags = -O6 -Wall
fpgrowth: $(objects)
$(CC) $(flags) $(objects) -o fpgrowth
data.o: data.cpp data.h
$(CC) $(flags) -c data.cpp
www.eeworm.com/read/165122/10075703
makefile
install: clustalw
clean:
rm *.o
OBJECTS = interface.o sequence.o showpair.o malign.o \
util.o trees.o gcgcheck.o prfalign.o pairalign.o \
calcgapcoeff.o calcprf1.o calcprf2.o calctree.o \
www.eeworm.com/read/164394/10111218
mak appytest.mak
# APPYTEST.mak - makefile for VxD APPYTEST
DEVICENAME = APPYTEST
DYNAMIC = 1
FRAMEWORK = CPP
DEBUG = 1
OBJECTS = APPYTEST.OBJ
!include $(VTOOLSD)\include\vtoolsd.mak
!include $(VTOOLSD)\inc
www.eeworm.com/read/359916/10116091
pas dedeclasses.pas
unit DeDeClasses;
//////////////////////////
// Last Change: 03.X.2001
//////////////////////////
interface
uses Classes, Windows, DeDeConstants;
const
DATA_FOR_PE_HEADER_OFFSET = $
www.eeworm.com/read/358903/10176365
m m_text.m
function h=m_text(long,lat,varargin);
% M_TEXT Text Annotation
% M_TEXT(LONG,LAT,'string') adds the text in the quotes to location
% (LONG,LAT) on the currently defined map projection. If LONG
www.eeworm.com/read/358850/10177832
vbp restore.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\WINDOWS\System32\STDOLE2.TLB#OLE Automation
Reference=*\G{00000205-0000-0010-8000-00AA006D2EA4}#2.5#0#..\..\Program Files\Com
www.eeworm.com/read/358191/10194250
cpp bestfit.cpp
// best fit bin packing
#include
#include
#include "xcept.h"
class BinNode {
friend void BestFitPack(int *, int, int);
friend ostream& operator
www.eeworm.com/read/358176/10195037
makefile
include ../../ccdefine
INCLUDE = -I../../protocol/include -I../../protocol/utils
OBJS = phycom.o
.cpp.o:
$(CC) $(INCLUDE) $(CFLAGS) -c $<
all:libphycom.so
libphycom.so:$(OBJS)
$(CC)
www.eeworm.com/read/358173/10195056
makefile
include ../../ccdefine
INCLUDE = -I../../protocol/include -I../../protocol/utils
OBJS = gprs.o serial.o
.cpp.o:
$(CC) $(INCLUDE) $(CFLAGS) -c $<
all:libgprs.so
libgprs.so:$(OBJS)
$(C