代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/169309/5425533
makefile
TOP = ../..
include $(TOP)/Makefile.rules
OBJECTS = \
random.o
all: $(OBJECTS) $(BASELIB)
.PHONY : .depend $(BASELIB)
$(BASELIB):
$(AR) -rcs $@ ${OBJECTS}
clean:
-$(RM) *.a *.o *.map *.srec *.
www.eeworm.com/read/169197/5425639
makefile
##########################################################################
#
# Copyright Motorola, Inc. 1997
# ALL RIGHTS RESERVED
#
# You are hereby granted a copyright license to u
www.eeworm.com/read/168763/5436980
makefile
##########################################################################
#
# Copyright Motorola, Inc. 1997
# ALL RIGHTS RESERVED
#
# You are hereby granted a copyright license to u
www.eeworm.com/read/168763/5439625
makefile
##########################################################################
#
# Copyright Motorola, Inc. 1997
# ALL RIGHTS RESERVED
#
# You are hereby granted a copyright license to u
www.eeworm.com/read/168433/5446875
orig makefile.orig
FFLAGS= -fast -u -g
#FFLAGS=-C -u -g
OBJECTS= lpcsim.o setup.o frame.o prepro.o hp100.o \
analys.o preemp.o onset.o placev.o placea.o lpfilt.o ivfilt.o \
tbdm.o difmag.o voicin.o vparms.o dyptrk.o \
www.eeworm.com/read/168239/5447523
java club.java
/**
* Store details of club memberships.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Club
{
// Define any necessary fields here ...
/**
* C
www.eeworm.com/read/167893/5451022
makefile
##############################################################################
# Microwindows template Makefile
# Copyright (c) 2000 Martin Jolicoeur, Greg Haerr
######################################
www.eeworm.com/read/167893/5451224
makefile
##############################################################################
# Microwindows template Makefile
# Copyright (c) 2000 Martin Jolicoeur, Greg Haerr
######################################
www.eeworm.com/read/167185/5462730
h labels.h
/* Copyright (c) 1995 Entropic Research Laboratory, Inc. */
/* @(#)labels.h 1.5 11/8/95 ATT/ERL/ESI */
/*
* This material contains unpublished, proprietary software of
* Entropic Research Laborator
www.eeworm.com/read/166655/5473871
metrics makefile.metrics
#############################################################################
# Makefile for building metrics
# Generated by tmake at 10:42, 2005/03/28
# Project: metrics
# Template: app.t
####