代码搜索:tiny

找到约 5,807 项符合「tiny」的源代码

代码结果 5,807
www.eeworm.com/read/124347/6052362

c sf_scalbln.c

/* s_scalbnf.c -- float version of s_scalbn.c. * Conversion to float by Ian Lance Taylor, Cygnus Support, ian@cygnus.com. */ /* * ==================================================== * Copyright
www.eeworm.com/read/118064/6099316

me2 read.me2

/*******************************************************************/ /* */ /* Additional Information for RTX-51 Tiny Version 1 Sourc
www.eeworm.com/read/117864/6100360

me2 read.me2

/*******************************************************************/ /* */ /* Additional Information for RTX-51 Tiny Version 1 Sourc
www.eeworm.com/read/115281/6117218

me2 read.me2

/*******************************************************************/ /* */ /* Additional Information for RTX-51 Tiny Version 1 Sourc
www.eeworm.com/read/102423/6232496

c rc.c

#include #include "nrutil.h" #define ERRTOL 0.04 #define TINY 1.69e-38 #define SQRTNY 1.3e-19 #define BIG 3.e37 #define TNBG (TINY*BIG) #define COMP1 (2.236/SQRTNY) #define COMP2 (TNB
www.eeworm.com/read/102423/6233108

c rc.c

#include #define NRANSI #include "nrutil.h" #define ERRTOL 0.04 #define TINY 1.69e-38 #define SQRTNY 1.3e-19 #define BIG 3.e37 #define TNBG (TINY*BIG) #define COMP1 (2.236/SQRTNY) #d
www.eeworm.com/read/492901/6412081

cpp d10r12.cpp

#include #include #include #include void main() { //program d10r12 //driver for routine qroot int n,ntry,nroot,nflag,i,j; double eps,
www.eeworm.com/read/492901/6412416

cpp shell.cpp

void shell(int n, double arr[]) { double t,aln2i = 1.442695; double tiny = 0.00001; int nn,k,l,m,j,i,lognb2,done; lognb2= int(log(double(n)) * aln2i + tiny); m = n; for (nn =
www.eeworm.com/read/487272/6517610

f90 e_141_02.f90

real*8 a, pai, pi_ a=1.d-307; print *, a, 1./a; print *, tiny(a), huge(a) b=1.e-39 ; print *, b, 1./b; print *, tiny(b), huge(b) pi =3.14159265358979_8 ; print *, pi ! pi 无双精度定义,仍为单精度。 a =3.
www.eeworm.com/read/485122/6564834

cpp d10r12.cpp

#include #include #include #include void main() { //program d10r12 //driver for routine qroot int n,ntry,nroot,nflag,i,j; double eps,