代码搜索:Dim

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

代码结果 10,000
www.eeworm.com/read/106401/15637704

gif dim.wayuparrow.gif

www.eeworm.com/read/391726/8386097

txt f1dim.txt

Function F1DIM(X:real):real; var XT:array[0..50] of real; J:integer; begin For J:=1 To NCOM do XT[J]:=PCOM[J] + X * XICOM[J]; F1DIM:=FUNC2(XT, NCOM); end;
www.eeworm.com/read/192256/8392619

txt f1dim.txt

Function F1DIM(X:real):real; var XT:array[0..50] of real; J:integer; begin For J:=1 To NCOM do XT[J]:=PCOM[J] + X * XICOM[J]; F1DIM:=FUNC2(XT, NCOM); end;
www.eeworm.com/read/291235/8432413

cpp xdf1dim.cpp

#include #include #include "nr.h" using namespace std; // Driver for routine df1dim int ncom; // defining declarations DP (*nrfunc)(Vec_I_DP &); Vec_DP *pcom_p,*xicom
www.eeworm.com/read/291235/8432771

cpp xf1dim.cpp

#include #include #include "nr.h" using namespace std; // Driver for routine f1dim int ncom; // defining declarations DP (*nrfunc)(Vec_I_DP &); Vec_DP *pcom_p,*xicom_
www.eeworm.com/read/291235/8433094

cpp df1dim.cpp

#include "nr.h" extern int ncom; extern DP (*nrfunc)(Vec_I_DP &); extern void (*nrdfun)(Vec_I_DP &, Vec_O_DP &); extern Vec_DP *pcom_p,*xicom_p; DP NR::df1dim(const DP x) { int j; DP df1
www.eeworm.com/read/291235/8433603

cpp f1dim.cpp

#include "nr.h" extern int ncom; extern DP (*nrfunc)(Vec_I_DP &); extern Vec_DP *pcom_p,*xicom_p; DP NR::f1dim(const DP x) { int j; Vec_DP xt(ncom); Vec_DP &pcom=*pcom_p,&xicom=*xicom