代码搜索:float

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

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

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

c bandec.c

#include #define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;} #define TINY 1.0e-20 void bandec(float **a, unsigned long n, int m1, int m2, float **al, unsigned long indx[], float *d) { unsi
www.eeworm.com/read/278154/10562595

c fourn.c

#include #define SWAP(a,b) tempr=(a);(a)=(b);(b)=tempr void fourn(float data[], unsigned long nn[], int ndim, int isign) { int idim; unsigned long i1,i2,i3,i2rev,i3rev,ip1,ip2,ip3,if
www.eeworm.com/read/278154/10562605

c rtsafe.c

#include #define MAXIT 100 float rtsafe(void (*funcd)(float, float *, float *), float x1, float x2, float xacc) { void nrerror(char error_text[]); int j; float df,dx,dxold,f,fh,f
www.eeworm.com/read/278154/10562617

c jacobi.c

#include #define NRANSI #include "nrutil.h" #define ROTATE(a,i,j,k,l) g=a[i][j];h=a[k][l];a[i][j]=g-s*(h+g*tau);\ a[k][l]=h+s*(g-h*tau); void jacobi(float **a, int n, float d[], float
www.eeworm.com/read/278154/10562670

c sprsin.c

#include void sprsin(float **a, int n, float thresh, unsigned long nmax, float sa[], unsigned long ija[]) { void nrerror(char error_text[]); int i,j; unsigned long k; for (j=1
www.eeworm.com/read/278154/10562686

c qrdcmp.c

#include #define NRANSI #include "nrutil.h" void qrdcmp(float **a, int n, float *c, float *d, int *sing) { int i,j,k; float scale,sigma,sum,tau; *sing=0; for (k=1;k
www.eeworm.com/read/278154/10562687

c covsrt.c

#define SWAP(a,b) {swap=(a);(a)=(b);(b)=swap;} void covsrt(float **covar, int ma, int ia[], int mfit) { int i,j,k; float swap; for (i=mfit+1;i
www.eeworm.com/read/278154/10562695

c poldiv.c

void poldiv(float u[], int n, float v[], int nv, float q[], float r[]) { int k,j; for (j=0;j=0;k--) { q[k]=r[nv+k]/v[nv]; for (j=
www.eeworm.com/read/278154/10562708

c eigsrt.c

void eigsrt(float d[], float **v, int n) { int k,j,i; float p; for (i=1;i