代码搜索:Vector

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

代码结果 10,000
www.eeworm.com/read/106940/15616849

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/106940/15616851

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/106940/15616868

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/106940/15616874

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/106940/15616879

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/106940/15616888

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/106940/15616919

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
www.eeworm.com/read/106940/15616931

c odeint.c

#include #define MAXSTP 10000 #define TINY 1.0e-30 int kmax=0,kount=0; /* defining declaration */ float *xp=0,**yp=0,dxsav=0; /* defining declaration */ void odeint(ystart,nvar,x
www.eeworm.com/read/106940/15616941

c dlinmin.c

#define TOL 2.0e-4 int ncom=0; /* defining declarations */ float *pcom=0,*xicom=0,(*nrfunc)(); void (*nrdfun)(); void dlinmin(p,xi,n,fret,func,dfunc) float p[],xi[],*fret,(*func)(); void (*d
www.eeworm.com/read/106940/15616948

c spear.c

#include static float sqrarg; #define SQR(a) (sqrarg=(a),sqrarg*sqrarg) void spear(data1,data2,n,d,zd,probd,rs,probrs) float data1[],data2[]; float *d,*zd,*probd,*rs,*probrs; int n;