代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/150071/12318024
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/150071/12318288
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/149626/12361899
jad gaem.jad
MIDlet-1: GAEM, /GAEM.png, GAEM
MIDlet-Description: Graphical Adventure tiny Engine for Mobiles
MIDlet-Info-URL: http://gaemu.sourceforge.net/
MIDlet-Jar-Size: 197904
MIDlet-Jar-URL: GAEM.jar
MIDlet-N
www.eeworm.com/read/132006/14115374
txt odeint.txt
procedure ODEINT(var YSTART:array of real; NVAR:integer;X1, X2, EPS,
H1, HMIN:real;var NOK, NBAD:integer;var XP:array of real;var YP:matrx2);
const
MAXSTP = 10000; TWO = 2; ZERO = 0; TINY
www.eeworm.com/read/132006/14115543
txt ratint.txt
procedure RATINT(XA, YA: array of real; N:integer; X:REAL; VAR Y, DY:real);
const
TINY=1E-25;
var
C,D:array[0..10] of real;
I,NS,M:integer;
HH,H,DD,DX,W,T:real;
begin
NS:=1
www.eeworm.com/read/233421/14153417
txt odeint.txt
procedure ODEINT(var YSTART:array of real; NVAR:integer;X1, X2, EPS,
H1, HMIN:real;var NOK, NBAD:integer;var XP:array of real;var YP:matrx2);
const
MAXSTP = 10000; TWO = 2; ZERO = 0; TINY
www.eeworm.com/read/233421/14153655
txt ratint.txt
procedure RATINT(XA, YA: array of real; N:integer; X:REAL; VAR Y, DY:real);
const
TINY=1E-25;
var
C,D:array[0..10] of real;
I,NS,M:integer;
HH,H,DD,DX,W,T:real;
begin
NS:=1
www.eeworm.com/read/130824/14173297
h util.h
/* util.h
* Utility functions for TINY compiler
*
* Compiler Construction: Principles and Practice
* Kenneth C. Louden
* 编译原理及实践
* (美) Kenneth C. Louden 著
* 冯博琴 冯岚 等译
* 机械工业出版社 IBSN 7-
www.eeworm.com/read/130689/14178166
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/130689/14178494
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