代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/108219/15590773

c tridag.c

void tridag(a,b,c,r,u,n) float a[],b[],c[],r[],u[]; int n; { int j; float bet,*gam,*vector(); void nrerror(),free_vector(); gam=vector(1,n); if (b[1] == 0.0) nrerror("Error 1 in TRIDAG"
www.eeworm.com/read/108219/15590776

c df1dim.c

extern int ncom; /* defined in DLINMIN */ extern float *pcom,*xicom,(*nrfunc)(); extern void (*nrdfun)(); float df1dim(x) float x; { int j; float df1=0.0; float *xt,*df,*vector(); void
www.eeworm.com/read/108219/15590779

c mmid.c

void mmid(y,dydx,nvar,xs,htot,nstep,yout,derivs) float y[],dydx[],xs,htot,yout[]; void (*derivs)(); /* ANSI: void (*derivs)(float,float *,float *); */ int nvar,nstep; { int n,i; float x,swap,h
www.eeworm.com/read/108219/15590784

c qroot.c

#include #define ITMAX 20 #define TINY 1.0e-6 void qroot(p,n,b,c,eps) float p[],*b,*c,eps; int n; { int iter,i; float sc,sb,s,rc,rb,r,dv,delc,delb; float *q,*qq,*rem,*vector()
www.eeworm.com/read/108219/15590786

c f1dim.c

extern int ncom; /* defined in LINMIN */ extern float *pcom,*xicom,(*nrfunc)(); float f1dim(x) float x; { int j; float f,*xt,*vector(); void free_vector(); xt=vector(1,ncom); for (j=
www.eeworm.com/read/108219/15590803

c ratint.c

#include #define TINY 1.0e-25 #define FREERETURN {free_vector(d,1,n);free_vector(c,1,n);return;} void ratint(xa,ya,n,x,y,dy) float xa[],ya[],x,*y,*dy; int n; { int m,i,ns=1; flo
www.eeworm.com/read/108219/15590809

c rkdumb.c

float **y=0,*xx=0; /* defining declaration */ void rkdumb(vstart,nvar,x1,x2,nstep,derivs) int nvar,nstep; float vstart[],x1,x2; void (*derivs)(); /* ANSI: void (*derivs)(float,float *,float *);
www.eeworm.com/read/108219/15590814

c linmin.c

#define TOL 2.0e-4 int ncom=0; /* defining declarations */ float *pcom=0,*xicom=0,(*nrfunc)(); void linmin(p,xi,n,fret,func) float p[],xi[],*fret,(*func)(); int n; { int j; float xx,xmin
www.eeworm.com/read/108219/15590823

c rofunc.c

#include extern int ndatat; /* defined in MEDFIT */ extern float *xt,*yt,aa,abdevt; float rofunc(b) float b; { int j,n1,nmh,nml; float *arr,d,sum=0.0,*vector(); void sort(),fre
www.eeworm.com/read/108219/15590854

c bsstep.c

#include #define IMAX 11 #define NUSE 7 #define SHRINK 0.95 #define GROW 1.2 float **d=0,*x=0; /* defining declaration */ void bsstep(y,dydx,nv,xx,htry,eps,yscal,hdid,hnext,derivs