代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/100569/15871825
asm teleport.asm
; Teleport Pro v1.29 Build 631 Key Generator
; by PaRKeR (9/12/98)
;
; Use tasm telprokg.asm then tlink /t /3 telprokg.obj
.MODEL TINY
.386
.DATA
INTRO DB 0AH, 0DH, '赡
www.eeworm.com/read/414769/11102516
for rd.for
FUNCTION rd(x,y,z)
REAL rd,x,y,z,ERRTOL,TINY,BIG,C1,C2,C3,C4,C5,C6
PARAMETER (ERRTOL=.05,TINY=1.e-25,BIG=4.5E21,C1=3./14.,C2=1./6.,
*C3=9./22.,C4=3./26.,C5=.25*C3,C6=1.5*C4)
www.eeworm.com/read/378913/9213378
f90 odeint.f90
SUBROUTINE odeint(ystart,nvar,x1,x2,eps,h1,hmin,nok,&
nbad,derivs,rkqc)
PARAMETER (maxstp=10000,nmax=10,two=2.0,zero=0.0,&
tiny=1.e-30)
COMMON /path/ kmax,kount,dxsav,
www.eeworm.com/read/176119/9515638
f90 odeint.f90
SUBROUTINE odeint(ystart,nvar,x1,x2,eps,h1,hmin,nok,&
nbad,derivs,rkqc)
PARAMETER (maxstp=10000,nmax=10,two=2.0,zero=0.0,&
tiny=1.e-30)
COMMON /path/ kmax,kount,dxsav,
www.eeworm.com/read/278154/10561805
c xtqli.c
/* Driver for routine tqli */
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define NP 10
#define TINY 1.0e-6
int main(void)
{
int i,j,k;
f
www.eeworm.com/read/278154/10562884
c cntab1.c
#include
#define NRANSI
#include "nrutil.h"
#define TINY 1.0e-30
void cntab1(int **nn, int ni, int nj, float *chisq, float *df, float *prob,
float *cramrv, float *ccc)
{
float gamm
www.eeworm.com/read/278154/10563979
c cntab1.c
#include
#define NRANSI
#include "nrutil.h"
#define TINY 1.0e-30
void cntab1(int **nn, int ni, int nj, float *chisq, float *df, float *prob,
float *cramrv, float *ccc)
{
float gamm
www.eeworm.com/read/139776/13133698
c mnbrak.c
#include
#define NRANSI
#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(float *ax, float *bx,
www.eeworm.com/read/241049/13175222
cpp d10r13.cpp
#include
#include
#include
#include
void ludcmp(double a[16][16],int n,int indx[16],double d)
{
int nmax,i,j,k,imax;
double tiny,aamax,sum,
www.eeworm.com/read/138927/13202010
c fincsys_cpp.c
# 1 "fincsys.c"
# 1 ""
# 1 ""
# 1 "fincsys.c"
# 1 "../include/finc/fincsys.h" 1
# 1 "../include/tiny/global.h" 1
# 1 "D:/Bernard/DDE/mingw/include/stdio.h" 1