代码搜索:float

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

代码结果 10,000
www.eeworm.com/read/278154/10561759

c xchebpc.c

/* Driver for routine chebpc */ #include #include #define NRANSI #include "nr.h" #define NVAL 40 #define PIO2 1.5707963 float func(float x) { return x*x*(x*x-2.0)*si
www.eeworm.com/read/278154/10561920

c xmiser.c

/* Driver for routine miser */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" long idum; /* for ranno */ int ndim; /* for func */ float
www.eeworm.com/read/278154/10561979

c xgaujac.c

/* Driver for routine gaujac */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 64 #define PIBY2 1.5707963 float func(float ak,float x)
www.eeworm.com/read/278154/10562046

c xchebft.c

/* Driver for routine chebft */ #include #include #define NRANSI #include "nr.h" #define NVAL 40 #define PIO2 1.5707963 float func(float x) { return x*x*(x*x-2.0)*si
www.eeworm.com/read/278154/10562184

c xbcucof.c

/* Driver for routine bcucof */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" int main(void) { int i,j; float d1,d2,ee,x1x2; float y[5],y1[5]
www.eeworm.com/read/278154/10562262

c xmnewt.c

/* Driver for routine mnewt */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" void usrfun(float *x,int n,float *fvec,float **fjac) { int i; fj
www.eeworm.com/read/278154/10562297

c xpowell.c

/* Driver for routine powell */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NDIM 3 #define FTOL 1.0e-6 float func(float x[]) { retu
www.eeworm.com/read/278154/10562379

c rzextr.c

#define NRANSI #include "nrutil.h" extern float **d,*x; void rzextr(int iest, float xest, float yest[], float yz[], float dy[], int nv) { int k,j; float yy,v,ddy,c,b1,b,*fx; fx=vector(
www.eeworm.com/read/278154/10562442

c brent.c

#include #define NRANSI #include "nrutil.h" #define ITMAX 100 #define CGOLD 0.3819660 #define ZEPS 1.0e-10 #define SHFT(a,b,c,d) (a)=(b);(b)=(c);(c)=(d); float brent(float ax, float
www.eeworm.com/read/278154/10562469

c balanc.c

#include #define RADIX 2.0 void balanc(float **a, int n) { int last,j,i; float s,r,g,f,c,sqrdx; sqrdx=RADIX*RADIX; last=0; while (last == 0) { last=1; for (i=1;i