代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/26981/974923

h8c multirate.h8c

-cpu=300L -object="F:\MyWordFiles\JIANGSUMETER\PROGRAM\MYSELF\SF07P07V00\SF07P07V00\Debug_H8_Tiny_SLP_E8_SYSTEM_300L\MultiRate.obj" -debug -nolist -chgincpath "F:\MyWordFiles\JIANGSUMETER\PROGRAM
www.eeworm.com/read/26981/974924

h8c communicate.h8c

-cpu=300L -object="F:\MyWordFiles\JIANGSUMETER\PROGRAM\MYSELF\SF07P07V00\SF07P07V00\Debug_H8_Tiny_SLP_E8_SYSTEM_300L\communicate.obj" -debug -nolist -chgincpath "F:\MyWordFiles\JIANGSUMETER\PROGR
www.eeworm.com/read/475809/1381191

cpp ludcmp.cpp

#include #include "nr.h" using namespace std; void NR::ludcmp(Mat_IO_DP &a, Vec_O_INT &indx, DP &d) { const DP TINY=1.0e-20; int i,imax,j,k; DP big,dum,sum,temp; int n=a.nrows(
www.eeworm.com/read/475809/1381228

cpp cntab2.cpp

#include #include "nr.h" using namespace std; void NR::cntab2(Mat_I_INT &nn, DP &h, DP &hx, DP &hy, DP &hygx, DP &hxgy, DP &uygx, DP &uxgy, DP &uxy) { const DP TINY=1.0e-30; int i,
www.eeworm.com/read/475809/1381322

cpp qroot.cpp

#include #include "nr.h" using namespace std; void NR::qroot(Vec_I_DP &p, DP &b, DP &c, const DP eps) { const int ITMAX=20; const DP TINY=1.0e-14; int iter; DP sc,sb,s,rc,rb,r,dv
www.eeworm.com/read/475809/1381459

cpp cntab1.cpp

#include #include "nr.h" using namespace std; void NR::cntab1(Mat_I_INT &nn, DP &chisq, DP &df, DP &prob, DP &cramrv, DP &ccc) { const DP TINY=1.0e-30; int i,j,nnj,nni,minij; DP su
www.eeworm.com/read/475809/1382060

c rf.c

#include #define NRANSI #include "nrutil.h" #define ERRTOL 0.08 #define TINY 1.5e-38 #define BIG 3.0e37 #define THIRD (1.0/3.0) #define C1 (1.0/24.0) #define C2 0.1 #define C3 (3.0
www.eeworm.com/read/457727/1593825

c qroot.c

#include #include "nrutil.h" #define ITMAX 20 #define TINY 1.0e-6 void qroot(p,n,b,c,eps) float *b,*c,eps,p[]; int n; { void poldiv(); int iter; float sc,sb,s,rc,rb,r,dv,delc,d
www.eeworm.com/read/457727/1593845

c ratint.c

#include #include "nrutil.h" #define TINY 1.0e-25 #define FREERETURN {free_vector(d,1,n);free_vector(c,1,n);return;} void ratint(xa,ya,n,x,y,dy) float *dy,*y,x,xa[],ya[]; int n; {
www.eeworm.com/read/457727/1594105

c odeint.c

#include #include "nrutil.h" #define MAXSTP 10000 #define TINY 1.0e-30 extern int kmax,kount; extern float *xp,**yp,dxsav; void odeint(ystart,nvar,x1,x2,eps,h1,hmin,nok,nbad,derivs,