代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/101635/15823078
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/101353/15836120
html simplecontents.html
Thinking in Java, 1st edition - Contents
www.eeworm.com/read/101119/15852344
h tess_def.h
/*--------------------------------------------------------------------------*\
| TESS-DEF.H |
\*--------------------------------------
www.eeworm.com/read/100890/15863345
h d3dapp.h
/*
* Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
*
* File: d3dapp.h
*
* Header to be included in source using D3DApp. Contains D3DApp function
* prototypes an
www.eeworm.com/read/100715/15866491
sunos makefile.sunos
#############################################################################
# Makefile for urarfilelib example
# Generated by tmake at 12:39, 2000/08/25
#
# adapted by jw@tks6.net
# SunOS by cs
####
www.eeworm.com/read/100715/15866493
linux makefile.linux
#############################################################################
# Makefile for urarfilelib example
# Generated by tmake at 12:39, 2000/08/25
#
# adapted by jw@tks6.net
##################
www.eeworm.com/read/100404/15874574
makefile
# make -B Will build fd.exe
# make -B -DDEBUG Will build the debug version of fd.exe
NAME = fd
DEF = $(NAME).def
DEBUG = 1
OBJECTS = $(NAME).OBJ \
conve
www.eeworm.com/read/100333/15876983
sor oldmake.sor
CFLAGS =
LFLAGS =
LIB = -lm
BINDIR = ../bin
PARSEDIR = ../parser
Objects = main.o object.o line.o \
class.o number.o symbol.o string.o byte.o array.o file.o \
primitive.o syms.o cldict.o pr
www.eeworm.com/read/100333/15876990
h primnum.h
/*
Little Smalltalk
primitive names and numbers recognized by the parser
*/
static struct prim_names {
char *p_name;
int p_number;
} prim_table[] = {
/* Operations on all objects
www.eeworm.com/read/100266/15879211
makefile
CC = cc
CFLAGS = -w -O -DTERMCAP
LFLAGS = -O
LIBRARIES = -ltermcap
EXE = vt
OBJECTS = util.o sconst.o prmtab.o console.o signal.o keyboard.o \
interp.o remote.o oper.o func.o string.o unode.o prm