代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/457727/1594081
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/457727/1594103
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/457727/1594457
c ratint.c
#include
#define NRANSI
#include "nrutil.h"
#define TINY 1.0e-25
#define FREERETURN {free_vector(d,1,n);free_vector(c,1,n);return;}
void ratint(float xa[], float ya[], int n, float x,
www.eeworm.com/read/457727/1594644
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/457727/1594680
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/191080/5167842
c pearsn.c
#include
#define TINY 1.0e-20
void pearsn(x,y,n,r,prob,z)
float *prob,*r,*z,x[],y[];
unsigned long n;
{
float betai(),erfcc();
unsigned long j;
float yt,xt,t,df;
float syy=0.0,
www.eeworm.com/read/191080/5167846
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/191080/5168129
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/191080/5168151
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/191080/5168505
c ratint.c
#include
#define NRANSI
#include "nrutil.h"
#define TINY 1.0e-25
#define FREERETURN {free_vector(d,1,n);free_vector(c,1,n);return;}
void ratint(float xa[], float ya[], int n, float x,