代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/158443/11615777

c xbroydn.c

/* Driver for routine broydn */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" void funcv(int n,float x[],float f[]) { f[1]=SQR(x[1])+SQR(x[2])-2.
www.eeworm.com/read/158443/11615871

c xsimpr.c

/* Driver for routine simpr */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NVAR 3 #define X1 0.0 #define HTOT 50.0 int main(void) { int i; float a1
www.eeworm.com/read/158443/11615906

c xrzextr.c

/* Driver for routine rzextr */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NV 4 #define IMAXX 10 float **d,*x; /* defining declaration */ int main(
www.eeworm.com/read/158443/11615914

c xfitexy.c

/* Driver for routine fitexy */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NPT 30 int main(void) { long idum=(-1); int j; float
www.eeworm.com/read/158443/11615987

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/158443/11616010

c xspctrm.c

/* Driver for routine spctrm */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define M 16 #define TRUE 1 #define FALSE 0 int main(void) {
www.eeworm.com/read/158443/11616124

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/158443/11616208

c splin2.c

#include "nrutil.h" void splin2(x1a,x2a,ya,y2a,m,n,x1,x2,y) float **y2a,**ya,*y,x1,x1a[],x2,x2a[]; int m,n; { void spline(),splint(); int j; float *ytmp,*yytmp; ytmp=vector(1,m); yyt
www.eeworm.com/read/158443/11616342

c xperiod.c

/* Driver for routine period */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 90 #define NPR 11 #define TWOPI 6.2831853 int main(voi
www.eeworm.com/read/158443/11616366

c xqroot.c

/* Driver for routine qroot */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define N 6 /* degree of polynomial */ #define EPS 1.0e-6 #define NTR