代码搜索:tiny

找到约 5,807 项符合「tiny」的源代码

代码结果 5,807
www.eeworm.com/read/152083/12141916

cpp d1r2.cpp

#include "iostream.h" #include "math.h" void ludcmp(double a[], int n, int indx[], int d) { const int nmax=100; const double tiny=1e-20; double vv[100]; double sum,dum,aamax; int i,j,k,
www.eeworm.com/read/152083/12142810

cpp d7r3.cpp

#include "iostream.h" #include "fstream.h" #include "math.h" #include "stdlib.h" void shell(int n, double arr[]) { double t,aln2i = 1.442695; double tiny = 0.00001; int nn,k,l,m,j,i
www.eeworm.com/read/130824/14173306

h scan.h

/* scan.h * The scanner interface for TINY compiler * * Compiler Construction: Principles and Practice * Kenneth C. Louden * 编译原理及实践 * (美) Kenneth C. Louden 著 * 冯博琴 冯岚 等译 * 机械工业出版社 IBS
www.eeworm.com/read/221179/14755122

cpp d1r2.cpp

#include "iostream.h" #include "math.h" void ludcmp(double a[], int n, int indx[], int d) { const int nmax=100; const double tiny=1e-20; double vv[100]; double sum,dum,aamax; int i,j,k,
www.eeworm.com/read/221179/14755740

cpp d7r3.cpp

#include "iostream.h" #include "fstream.h" #include "math.h" #include "stdlib.h" void shell(int n, double arr[]) { double t,aln2i = 1.442695; double tiny = 0.00001; int nn,k,l,m,j,i
www.eeworm.com/read/491416/1191104

cpp d7r3.cpp

#include "iostream.h" #include "fstream.h" #include "math.h" #include "stdlib.h" void shell(int n, double arr[]) { double t,aln2i = 1.442695; double tiny = 0.00001; int nn,k,l,m,j,i
www.eeworm.com/read/475809/1382056

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 *
www.eeworm.com/read/475809/1382101

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) { un
www.eeworm.com/read/457727/1593930

c vegas.c

#include #include #include "nrutil.h" #define ALPH 1.5 #define NDMX 50 #define MXDIM 10 #define TINY 1.0e-30 extern long idum; void vegas(regn,ndim,fxn,init,ncall,itmx,n
www.eeworm.com/read/457727/1594437

c qroot.c

#include #define NRANSI #include "nrutil.h" #define ITMAX 20 #define TINY 1.0e-6 void qroot(float p[], int n, float *b, float *c, float eps) { void poldiv(float u[], int n, float v[