代码搜索:Dim

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

代码结果 10,000
www.eeworm.com/read/126430/6016447

c xf1dim.c

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

c f1dim.c

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

c df1dim.c

#include "nrutil.h" extern int ncom; extern float *pcom,*xicom,(*nrfunc)(); extern void (*nrdfun)(); float df1dim(x) float x; { int j; float df1=0.0; float *xt,*df; xt=vector(1,nco
www.eeworm.com/read/126430/6016998

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 (*nr
www.eeworm.com/read/126430/6017059

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/126430/6017260

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/126430/6017391

c df1dim.c

#define NRANSI #include "nrutil.h" extern int ncom; extern float *pcom,*xicom,(*nrfunc)(float []); extern void (*nrdfun)(float [], float []); float df1dim(float x) { int j; float df1=0.0
www.eeworm.com/read/102423/6232055

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
www.eeworm.com/read/102423/6232116

c xf1dim.c

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

c f1dim.c

#include "nrutil.h" extern int ncom; extern float *pcom,*xicom,(*nrfunc)(); float f1dim(x) float x; { int j; float f,*xt; xt=vector(1,ncom); for (j=1;j