代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/115703/15004161
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/216367/15018114
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/114278/15062068
makefile
#
# Tiny C Compiler Makefile
#
include config.mak
CFLAGS=-O2 -g -Wall
ifndef CONFIG_WIN32
LIBS=-ldl
BCHECK_O=bcheck.o
endif
CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC
LIBS_P=
CFLAGS+=-mprefe
www.eeworm.com/read/211335/15182776
c turbo.c
#include
#include
#include
#include "input.h"
#define TINY 1.0e-50
#define TOOSMALL 1.0e-7
#define TOOLARGE 1.0e7
#define STEP(x) ((x)>1.0? 0:1)
int DataLength;
int
www.eeworm.com/read/15127/432520
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/15127/432557
cpp cntab2.cpp
#include
#include "nr.h"
using namespace std;
void NR::cntab2(Mat_I_INT &nn, DP &h, DP &hx, DP &hy, DP &hygx, DP &hxgy,
DP &uygx, DP &uxgy, DP &uxy)
{
const DP TINY=1.0e-30;
int i,
www.eeworm.com/read/15127/432651
cpp qroot.cpp
#include
#include "nr.h"
using namespace std;
void NR::qroot(Vec_I_DP &p, DP &b, DP &c, const DP eps)
{
const int ITMAX=20;
const DP TINY=1.0e-14;
int iter;
DP sc,sb,s,rc,rb,r,dv
www.eeworm.com/read/15127/432788
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/26981/974908
map sf07p07v00.map
Optimizing Linkage Editor (V.9.01.01.000) 22-Jun-2007 15:36:24
*** Options ***
-subcommand=F:\MyWordFiles\JIANGSUMETER\PROGRAM\MYSELF\SF07P07V00\SF07P07V00\Debug_H8_Tiny_SLP_E8_SYSTEM_30
www.eeworm.com/read/26981/974918
h8c resetprg.h8c
-cpu=300L
-object="F:\MyWordFiles\JIANGSUMETER\PROGRAM\MYSELF\SF07P07V00\SF07P07V00\Debug_H8_Tiny_SLP_E8_SYSTEM_300L\resetprg.obj"
-debug
-nolist
-chgincpath
"F:\MyWordFiles\JIANGSUMETER\PROGRAM\