代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/141692/12990935

m pennymelt.m

function pennymelt(delta) % PENNYMELT Heat a penny. % Initial value of the height is obtained from measurements % made at the National Institute of Science and Technology % of the depth of a mold
www.eeworm.com/read/242593/12997671

m sethelp.m

%========================================================================== % PARAMETERS SETTING %========================================================================== %
www.eeworm.com/read/327948/13054094

m lseq.m

%constructing linear sequence, feedback polynomial and initial vector given; function d=lseq(f,din); %primitive polynomial and initial state are input variables; n=length(f)-1; N=2^n-1; %length of s
www.eeworm.com/read/140701/13065728

ma alg054.ma

(* ADAMS FOURTH ORDER PREDICTOR-CORRECTOR ALGORITHM 5.4 * * To approximate the solution of the initial value problem: * Y' = F(T,Y), A
www.eeworm.com/read/140700/13065928

txt alg054.txt

> restart; > # ADAMS-FOURTH ORDER PREDICTOR-CORRECTOR ALGORITHM 5.4 > # > # To approximate the solution of the initial value problem > # y' = f(t,y), a
www.eeworm.com/read/140700/13066231

txt alg054.txt

> restart; > # ADAMS-FOURTH ORDER PREDICTOR-CORRECTOR ALGORITHM 5.4 > # > # To approximate the solution of the initial value problem > # y' = f(t,y), a
www.eeworm.com/read/326691/13123396

txt 5-1430msg3.txt

Subject: query on sumerian initial ccs dear fellow subscriber ! in two recent article claude boisson ( bsl 84 . 1 , 1989 : 201-233 ) and manfr schretter ( acta orientalium hafn . 54 , 1993 : 7-30 ) h
www.eeworm.com/read/326428/13142806

v loop1.v

module loop1; integer i; initial for(i=0;i
www.eeworm.com/read/326116/13165216

v loop1.v

module loop1; integer i; initial for(i=0;i
www.eeworm.com/read/139218/13173770

cxx satest2.cxx

/* satest2.c++ Simple experiments with simulated annealing find the nonlinear least squares optimum solution usage: satest2 input.file */ static const char rcsid[] = "@(#)satest2.c