代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/397908/8016546
log bcsample.log
-------------------- 09:12pm 12/28/01 ---------------------------
03786 bytes of stack space available.
00472 bytes of stack space used.
35856 bytes was the initial program size.
3585
www.eeworm.com/read/332108/12778122
in regulator-reg.in
Homotopy choice
1 1
Unknown, State, Costate and Control dimensions
2 2 2 1
Objective and Switch dimension
1 1
Number of IVP unknown values
2
IVP unknown indices
3 4
Number of initial values
2
Initi
www.eeworm.com/read/332108/12778186
in fishing-reg.in
Homotopy choice
1 1
Unknown, State, Costate and Control dimensions
1 1 1 1
Objective and Switch dimension
1 2
Number of IVP unknown values
1
IVP unknown indices
2
Number of initial values
1
Initial
www.eeworm.com/read/142433/12945930
cpp newtn.cpp
// newtn - Program to solve a system of nonlinear equations
// using Newton's method. Equations defined by function fnewt.
#include "NumMeth.h"
void ge(Matrix a, Matrix b, Matrix& x);
void fnewt(M