代码搜索:float

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

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

c predic.c

#define NRANSI #include "nrutil.h" void predic(float data[], int ndata, float d[], int m, float future[], int nfut) { int k,j; float sum,discrp,*reg; reg=vector(1,m); for (j=1;j
www.eeworm.com/read/278154/10563295

c simp3.c

void simp3(float **a, int i1, int k1, int ip, int kp) { int kk,ii; float piv; piv=1.0/a[ip+1][kp+1]; for (ii=1;ii
www.eeworm.com/read/278154/10563305

c flmoon.c

#include #define RAD (3.14159265/180.0) void flmoon(int n, int nph, long *jd, float *frac) { void nrerror(char error_text[]); int i; float am,as,c,t,t2,xtra; c=n+nph/4.0; t=c
www.eeworm.com/read/278154/10563379

c daub4.c

#define NRANSI #include "nrutil.h" #define C0 0.4829629131445341 #define C1 0.8365163037378079 #define C2 0.2241438680420134 #define C3 -0.1294095225512604 void daub4(float a[], unsigned long
www.eeworm.com/read/278154/10563417

c pwt.c

#define NRANSI #include "nrutil.h" typedef struct { int ncof,ioff,joff; float *cc,*cr; } wavefilt; extern wavefilt wfilt; void pwt(float a[], unsigned long n, int isign) { float ai,a
www.eeworm.com/read/278154/10563441

c pcshft.c

void pcshft(float a, float b, float d[], int n) { int k,j; float fac,cnst; cnst=2.0/(b-a); fac=cnst; for (j=1;j
www.eeworm.com/read/278154/10563460

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/10563519

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/10563550

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
www.eeworm.com/read/278154/10563611

c pccheb.c

void pccheb(float d[], float c[], int n) { int j,jm,jp,k; float fac,pow; pow=1.0; c[0]=2.0*d[0]; for (k=1;k=0;j-=2,