代码搜索:Inversion
找到约 626 项符合「Inversion」的源代码
代码结果 626
www.eeworm.com/read/340488/12153000
makefile
# Makefile for ../inversion.dir
include $(CWPROOT)/src/Makefile.config
B = .
PROGS = $(B)/getcosines
INSTALL: $(PROGS)
@touch $@
$(PROGS): $(FTARGET)
$(FC) $(FFLAGS) $(@F).f -o $@
www.eeworm.com/read/340488/12153121
model
#! /bin/sh
demo=6
x1beg=0 x1end=10000
############
cd model.dir # where model stuff is
############
# Examine model with CSHOT, use CWP X Graphics for display
cp param1.model param1
cshot1 |
csho
www.eeworm.com/read/340488/12153154
clean
#! /bin/sh
# Clean up residue from runs
rm -f record
(cd model.dir; Clean)
(cd inversion.dir; Clean)
www.eeworm.com/read/340488/12153182
xcxzcs
#! /bin/sh
CIN=/u/elbert/zliu/bin
cp ../mod/sync.shot .
>record
(
rm -f DATA1
cz1in record 2>&1
rm -f PTRACES CZ2DAT
suaddhead ns=301 ftn=1
www.eeworm.com/read/340488/12153195
pscxzcs
#! /bin/sh
CIN=/u/elbert/zliu/bin
cp ../mod/sync.shot .
>record
(
rm -f DATA1
cz1in record 2>&1
rm -f PTRACES CZ2DAT
suaddhead ns=301 ftn=1
www.eeworm.com/read/340488/12153237
model
#! /bin/sh
demo=5
x1beg=0 x1end=12000
############
cd model.dir # where model stuff is
############
# Examine model with CSHOT, use CWP X Graphics for display
cp param1.model param1
cshot1 |
csho
www.eeworm.com/read/340488/12153284
clean
#! /bin/sh
# Clean up residue from runs
rm -f record
(cd model.dir; Clean)
(cd inversion.dir; Clean)