代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5937324
makefile
# Simple, but effective way of recompling the
MAKE=make
SHELL=/bin/sh
# These are important to be the way they are. Make sure you know what
# you are doing if you change them.
LDS=:
CC=cc -DBSD -p
www.eeworm.com/read/131315/5939360
bsd makefile.bsd
# Makefile for creating dungeon
# Edit BIN DDIR and FFLAGS suitable for your system
# Also, if you are running System V change the .F.o production
# and production for dinit.F as indicated.
#
# need
www.eeworm.com/read/131315/5942076
makefile
## $Revision: 1.16 $
SHELL = /bin/sh
MAKE = make
## =()()=
P =
## =()()=
CC = cc
## =()()=
DEFS = -I../include
## =()()=
CFLAGS = $
www.eeworm.com/read/131315/5942093
makefile
## $Revision: 1.21 $
SHELL = /bin/sh
MAKE = make
## =()()=
P =
## =()()=
CC = cc
## =()()=
DEFS = -I../include
## =()()=
CFLAGS = $
www.eeworm.com/read/131315/5942174
makeinews
#! /bin/sh
## $Revision: 1.10 $
## Script to build an easy-to-ship single directory that contains
## everything needed to build inews on a machine.
## Optional first argument is the destination a
www.eeworm.com/read/131315/5942191
makernews
#! /bin/sh
## $Revision: 1.6 $
## Script to build an easy-to-ship single directory that contains
## everything needed to build rnews on a machine.
## Optional first argument is the destination ar
www.eeworm.com/read/131315/5942192
makelib
#! /bin/sh
## $Revision: 1.3 $
## Script to build an easy-to-ship single directory that contains
## everything needed to build NNTP clientlib emulation on a machine.
## Optional first argument is
www.eeworm.com/read/131315/5946193
h def.flag.h
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* def.flag.h - version 1.0.3 */
struct flag {
unsigned ident; /* social security number for each monster */
unsigned debug:1;
www.eeworm.com/read/130241/5962636
java productserver.java
/**
@version 1.20 2004-08-15
@author Cay Horstmann
*/
import java.rmi.*;
import java.rmi.server.*;
import javax.naming.*;
/**
This server program instantiates two remote objects,
www.eeworm.com/read/130240/5962836
java managertest.java
/**
@version 1.21 2004-02-21
@author Cay Horstmann
*/
import java.util.*;
public class ManagerTest
{
public static void main(String[] args)
{
// construct a Manager