代码搜索:Dim

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

代码结果 10,000
www.eeworm.com/read/139776/13133871

c f1dim.c

#define NRANSI #include "nrutil.h" extern int ncom; extern float *pcom,*xicom,(*nrfunc)(float []); float f1dim(float x) { int j; float f,*xt; xt=vector(1,ncom); for (j=1;j
www.eeworm.com/read/139776/13134526

c xdf1dim.c

/* Driver for routine df1dim */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NDIM 3 int ncom; /* defining declarations */ float *pcom,*xicom; void (*nrdfun)(floa
www.eeworm.com/read/139776/13134599

c xf1dim.c

/* Driver for routine f1dim */ #include #define NRANSI #include "nr.h" #include "nrutil.h" float func(float x[]) { int i; float f=0.0; for (i=1;i
www.eeworm.com/read/241049/13176835

cpp f1dim.cpp

double f1dim(double x) { double xt[51]; for (int j = 1; j
www.eeworm.com/read/239206/13294919

cpp f1dim.cpp

double f1dim(double x) { double xt[51]; for (int j = 1; j
www.eeworm.com/read/312211/13615488

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/312211/13615659

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/312211/13615774

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/312211/13616018

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
www.eeworm.com/read/126430/6016386

c xdf1dim.c

/* Driver for routine df1dim */ #include #include "nr.h" #include "nrutil.h" #define NDIM 3 int ncom; /* defining declarations */ float *pcom,*xicom; void (*nrdfun)(); void