代码搜索:objects
找到约 10,000 项符合「objects」的源代码
代码结果 10,000
www.eeworm.com/read/378186/9242923
makeframe
#
# Makefile for program smxv.
OBJECTS = numerics.o smxv.o check.o getmatvec.o spmxv.o \
state.o cclock.o wclock.o
EXEC = x.smxv
${EXEC}: ${OBJECTS}
@echo
${LD} ${LDFL
www.eeworm.com/read/378186/9242958
makeframe
#
# Makefile for full linear system test.
#
INTLIB = ../basics/intlib.a
OBJECTS = numerics.o linful.o check.o matgen.o \
state.o wclock.o cclock.o
www.eeworm.com/read/378186/9242975
makeframe
# Makefile for program pingpong of the EuroBen Efficiency Benchmark.
# (MPI version).
INTLIB = ../basics/intlib.a
OBJECTS = numerics.o pingpong.o state.o csetup.o
EXEC = x.pingpong
.IGNORE:
${
www.eeworm.com/read/378186/9242989
makeframe
#
# Makefile for distributed 2-D Transpose in EuroBen efficiency Benchmark.
#
OBJECTS = numerics.o distmod.o transp.o check.o cntdpls.o btrans.o \
gendat.o gtrans.o ltrans.o siz
www.eeworm.com/read/378186/9243011
makeframe
# Makefile for program ping measuring one sided communication (MPI-2).
#
INTLIB = ../basics/intlib.a
OBJECTS = numerics.o distmod.o ping.o check.o csetup.o state.o
EXEC = x.ping
.IGNORE:
${EXE
www.eeworm.com/read/378186/9243058
makeframe
#
# Makefile for Matrix multiplication test in the EuroBen Efficiency Benchmark.
#
OBJECTS = numerics.o gmxm.o check.o gendat.o mxm.o \
dgemm.o lsame.o xerbla.o
www.eeworm.com/read/378186/9243092
makeframe
#
# Makefile for sparse irregular linear system solve linspar.
#
INTLIB = ../basics/intlib.a
OBJECTS = numerics.o fltimod.o ranmod.o \
linspar.o diagsk.o dot
www.eeworm.com/read/378186/9243117
makeframe
#
# Makefile for Quicksort test (program qsort).
#
OBJECTS = numerics.o qsort.o dqsort.o dcheck.o dlog2.o icheck.o \
iqsort.o ranint.o \
s
www.eeworm.com/read/378186/9243165
makeframe
#
# Makefile for 1-D FFT (Serial version).
#
INTLIB = ../basics/intlib.a
OBJECTS = numerics.o fft1d.o cfft4.o check.o cparrs.o gendat.o nflops.o \
state.o cclock.o wclock.o
www.eeworm.com/read/180574/9302075
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