代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/369313/9655151
txt namelist_aerialimage.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%
%salient objects
%%%%%%%%%%%%%%%%%%%%%%%%%%
boat
building
baseball court
dock
ground
markedground
parking
residential
road
swimming pool
vegetation
stadium
te
www.eeworm.com/read/172973/9681280
makefile
#
# Makefile for Simple Genetic Algorithm C code
#
#####################################
# Define implicit compilation rules #
#####################################
# uncomment following lines
www.eeworm.com/read/170872/9782761
java prefetchedcursor.java
package jnicli;
import java.util.*;
import java.io.Serializable;
public class PrefetchedCursor implements Cursor, Serializable {
// Public constructor to allow instantiation of this class
p
www.eeworm.com/read/170709/9792640
cpp objarray.cpp
// Listing 15.2 - An array of objects
#include
class CAT
{
public:
CAT() { itsAge = 1; itsWeight=5; } // default constructor
~CAT() {} // d
www.eeworm.com/read/170673/9794232
txt unixmakefile.txt
跟我一起写 Makefile
概述
——
什么是makefile?或许很多Winodws的程序员都不知道这个东西,因为那些Windows的IDE都为你做了这个工作,但我觉得要作一个好的和professional的程序员,makefile还是要懂。这就好像现在有这么多的HTML的编辑器,但如果你想成为一个专业人士,你还是要了解HTML的标识的含义。特别在Unix下的软件编译,你 ...
www.eeworm.com/read/270032/11051338
m show.m
RM = rm -f
COFLAGS= -g
CO=gcc
DEFINES= -DSYSV
CFLAGS= -I/usr/include/X11R4/ -L/usr/lib/X11R4/
OBJECTS = \
show.o
all: show
show: $(OBJECTS)
cc -g $(OBJECTS) $(CFLAGS) -o show -lX11
show.o: s
www.eeworm.com/read/270032/11051380
cxx main.cxx
#include
#include
#include
#include
#include "global.h"
// GLOBAL CONSTANTS
int verbose=0; // WHAT TO PRINT O
www.eeworm.com/read/415759/11055100
sgml atkrelationset.sgml
AtkRelationSet
A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.
www.eeworm.com/read/415759/11055123
sgml atkrelation.sgml
AtkRelation
An object used to describe a relation between a object and one or more
other objects.
www.eeworm.com/read/415036/11085948
makefile
# Makefile for CCITT subroutines and sample programs
#
# Modify the CC definition to invoke your ANSI-C compiler
#
CC = acc
# Rules to build sample programs do not depend on a UNIX library program