代码搜索:float

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

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

c select.c

#define SWAP(a,b) temp=(a);(a)=(b);(b)=temp; float select(unsigned long k, unsigned long n, float arr[]) { unsigned long i,ir,j,l,mid; float a,temp; l=1; ir=n; for (;;) { if (ir
www.eeworm.com/read/278154/10564729

c lubksb.c

void lubksb(float **a, int n, int *indx, float b[]) { int i,ii=0,ip,j; float sum; for (i=1;i
www.eeworm.com/read/278154/10564738

c sort3.c

#define NRANSI #include "nrutil.h" void sort3(unsigned long n, float ra[], float rb[], float rc[]) { void indexx(unsigned long n, float arr[], unsigned long indx[]); unsigned long j,*iwksp;
www.eeworm.com/read/278154/10564791

c lfit.c

#define NRANSI #include "nrutil.h" void lfit(float x[], float y[], float sig[], int ndat, float a[], int ia[], int ma, float **covar, float *chisq, void (*funcs)(float, float [], int)) { void
www.eeworm.com/read/278154/10564794

c cntab2.c

#include #define NRANSI #include "nrutil.h" #define TINY 1.0e-30 void cntab2(int **nn, int ni, int nj, float *h, float *hx, float *hy, float *hygx, float *hxgy, float *uygx, float *ux
www.eeworm.com/read/278154/10564841

c chebft.c

#include #define NRANSI #include "nrutil.h" #define PI 3.141592653589793 void chebft(float a, float b, float c[], int n, float (*func)(float)) { int k,j; float fac,bpa,bma,*f;
www.eeworm.com/read/278104/10569158

h~ head_fft.h~

#include #define WR PORTD.0 #define RD PORTD.1 #define INT PIND.3 #define pi 3.14159 #define N 32 float kf; float distortion[N]; char l=0; char my_pow(char a
www.eeworm.com/read/278104/10569207

h head_fft.h

#include #define WR PORTD.0 #define RD PORTD.1 #define INT PIND.3 #define pi 3.14159 #define N 32 float kf; float distortion[N]; char l=0; char my_pow(char a
www.eeworm.com/read/160111/10569402

cpp zhuigan.cpp

//追赶法 #include #include #define N 5 //定义一个5*5的矩阵,改变N可以改变矩阵的大小 int i,j,k,r; float A[N][N];//={2,1,0,0,1,3,1,0,0,1,1,1,0,0,2,1}; float c[N],d[N],l[N],a[N],b[N],u
www.eeworm.com/read/160109/10569479

zb readme.zb

This program needs data file.It can draw curvers. data file format: int float int float......