代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/122873/14665191
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);
/*
Here GOLD is the default ratio by which s
www.eeworm.com/read/122037/14723481
txt mnbrak.txt
Procedure MNBRAK(var AX, BX, CX, FA, FB, FC:real);
const
GOLD = 1.618034; GLIMIT = 100; TINY = 1E-20;
var
DUM,R,Q,U,ULIM,FU:real; DONE:boolean;
begin
FA:=FUNC(AX);
FB:=FUNC
www.eeworm.com/read/120613/14796912
c basic.c
// A tiny BASIC interpreter
#include
#include
#include
#include
#include
#define NUM_LAB 100
#define LAB_LEN 10
#define FOR_NEST
www.eeworm.com/read/220447/14800106
txt mnbrak.txt
Procedure MNBRAK(var AX, BX, CX, FA, FB, FC:real);
const
GOLD = 1.618034; GLIMIT = 100; TINY = 1E-20;
var
DUM,R,Q,U,ULIM,FU:real; DONE:boolean;
begin
FA:=FUNC(AX);
FB:=FUNC
www.eeworm.com/read/115703/15004321
txt ratint.txt
Sub RATINT(XA(), YA(), N, X, Y, DY)
TINY = 1E-25
Dim C(10), D(10)
NS = 1
HH = Abs(X - XA(1))
For I = 1 To N
H = Abs(X - XA(I))
If H = 0 Then
Y =
www.eeworm.com/read/216367/15018248
txt ratint.txt
Sub RATINT(XA(), YA(), N, X, Y, DY)
TINY = 1E-25
Dim C(10), D(10)
NS = 1
HH = Abs(X - XA(1))
For I = 1 To N
H = Abs(X - XA(I))
If H = 0 Then
Y =
www.eeworm.com/read/11175/207478
t makefile.t
# Makefile for Tiny swapped CW
CCPARM = -c $(CCFLAGS) $(DEFS) -NT
# -- INIT
color.$O: color.c
cc $(CCPARM) INIT color.c
defcolor.$O: defcolor.c
cc $(CCPARM) INIT defcolor.c
# -- USER se
www.eeworm.com/read/475809/1381782
c pearsn.c
#include
#define TINY 1.0e-20
void pearsn(float x[], float y[], unsigned long n, float *r, float *prob,
float *z)
{
float betai(float a, float b, float x);
float erfcc(float x);
www.eeworm.com/read/475809/1381798
c powell.c
#include
#define NRANSI
#include "nrutil.h"
#define TINY 1.0e-25
#define ITMAX 200
void powell(float p[], float **xi, int n, float ftol, int *iter, float *fret,
float (*func)(float
www.eeworm.com/read/475809/1381918
c vegas.c
#include
#include
#define NRANSI
#include "nrutil.h"
#define ALPH 1.5
#define NDMX 50
#define MXDIM 10
#define TINY 1.0e-30
extern long idum;
void vegas(float regn[],