代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/126430/6016874
c mnbrak.c
#include
#include "nrutil.h"
#define GOLD 1.618034
#define GLIMIT 100.0
#define TINY 1.0e-20
#define SHFT(a,b,c,d) (a)=(b);(b)=(c);(c)=(d);
void mnbrak(ax,bx,cx,fa,fb,fc,func)
float
www.eeworm.com/read/126430/6017415
c miser.c
#include
#include
#define NRANSI
#include "nrutil.h"
#define PFAC 0.1
#define MNPT 15
#define MNBS 60
#define TINY 1.0e-30
#define BIG 1.0e30
static long iran=0;
void
www.eeworm.com/read/102423/6232238
c cntab1.c
#include
#include "nrutil.h"
#define TINY 1.0e-30
void cntab1(nn,ni,nj,chisq,df,prob,cramrv,ccc)
float *ccc,*chisq,*cramrv,*df,*prob;
int **nn,ni,nj;
{
float gammq();
int nnj,nni,
www.eeworm.com/read/102423/6232521
c ludcmp.c
#include
#include "nrutil.h"
#define TINY 1.0e-20;
void ludcmp(a,n,indx,d)
float **a,*d;
int *indx,n;
{
int i,imax,j,k;
float big,dum,sum,temp;
float *vv;
vv=vector(1,n);
www.eeworm.com/read/102423/6232543
c mnbrak.c
#include
#include "nrutil.h"
#define GOLD 1.618034
#define GLIMIT 100.0
#define TINY 1.0e-20
#define SHFT(a,b,c,d) (a)=(b);(b)=(c);(c)=(d);
void mnbrak(ax,bx,cx,fa,fb,fc,func)
float
www.eeworm.com/read/102423/6233084
c miser.c
#include
#include
#define NRANSI
#include "nrutil.h"
#define PFAC 0.1
#define MNPT 15
#define MNBS 60
#define TINY 1.0e-30
#define BIG 1.0e30
static long iran=0;
void
www.eeworm.com/read/492901/6412608
cpp ludcmp.cpp
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,imax;
d=1;
for (i=1; i
www.eeworm.com/read/492901/6413142
cpp mnbrak.cpp
void mnbrak(double& ax, double& bx, double& cx, double& fa,
double& fb, double& fc)
{
double r,q,dum,gold = 1.618034;
int glimit = 100;
double u,ulim,fu,tiny = 1e-20;
fa = fun
www.eeworm.com/read/486192/6537950
cpp invert.cpp
#include
#include "alloc_util.h"
static int G_ludcmp(double **a, int n, int *indx, double *d);
static void G_lubksb(double **a, int n, int *indx, double b[]);
#define TINY 1.0e-20;
/* inv
www.eeworm.com/read/485122/6564745
cpp ludcmp.cpp
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,imax;
d=1;
for (i=1; i