代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/244597/12854805
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/142422/12946289
txt odeint.txt
Sub ODEINT(YSTART(), NVAR, X1, X2, EPS, H1, HMIN, NOK, NBAD, XP(), YP())
MAXSTP = 10000
TWO = 2#
ZERO = 0#
TINY = 1E-30
Dim YSCAL(10), Y(10), DYDX(10)
X = X1
H = Abs
www.eeworm.com/read/140665/13068914
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/140665/13069363
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/139776/13133969
c stifbs.c
#include
#define NRANSI
#include "nrutil.h"
#define KMAXX 7
#define IMAXX (KMAXX+1)
#define SAFE1 0.25
#define SAFE2 0.7
#define REDMAX 1.0e-5
#define REDMIN 0.7
#define TINY 1.0e-30
#define
www.eeworm.com/read/139776/13134427
c bsstep.c
#include
#define NRANSI
#include "nrutil.h"
#define KMAXX 8
#define IMAXX (KMAXX+1)
#define SAFE1 0.25
#define SAFE2 0.7
#define REDMAX 1.0e-5
#define REDMIN 0.7
#define TINY 1.0e-30
#define
www.eeworm.com/read/312211/13615765
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/312211/13616033
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/144212/5752878
changelog
Thu Oct 29 08:58:12 1992 Brian Fox (bfox@cubit)
* glob.c (glob_filename): Fix tiny memory leak. Rework some
comments.
Mon Jul 20 10:57:36 1992 Brian Fox (bfox@cubit)
* glob.c: (glob_filenam
www.eeworm.com/read/126430/6016876
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,