代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/132413/14089941

c qroot.c

#include #define ITMAX 20 #define TINY 1.0e-6 void qroot(p,n,b,c,eps) float p[],*b,*c,eps; int n; { int iter,i; float sc,sb,s,rc,rb,r,dv,delc,delb; float *q,*qq,*rem,*vector()
www.eeworm.com/read/132413/14089962

c ratint.c

#include #define TINY 1.0e-25 #define FREERETURN {free_vector(d,1,n);free_vector(c,1,n);return;} void ratint(xa,ya,n,x,y,dy) float xa[],ya[],x,*y,*dy; int n; { int m,i,ns=1; flo
www.eeworm.com/read/205098/15326652

h codegen.h

/****************************************************/ /* 文件 codegen.h */ /* 说明 TINY编译器代码生成界面 */ /* 主题 编译器结构:原理和实例 */ /****************************************************/ /
www.eeworm.com/read/108643/15581903

frm d8r12.frm

VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3195 ClientLeft = 60 ClientTop = 345 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/108219/15590770

c shell.c

#include #define ALN2I 1.442695022 #define TINY 1.0e-5 void shell(n,arr) float arr[]; int n; { int nn,m,j,i,lognb2; float t; lognb2=(log((double) n)*ALN2I+TINY); m=n; fo
www.eeworm.com/read/108219/15590784

c qroot.c

#include #define ITMAX 20 #define TINY 1.0e-6 void qroot(p,n,b,c,eps) float p[],*b,*c,eps; int n; { int iter,i; float sc,sb,s,rc,rb,r,dv,delc,delb; float *q,*qq,*rem,*vector()
www.eeworm.com/read/108219/15590803

c ratint.c

#include #define TINY 1.0e-25 #define FREERETURN {free_vector(d,1,n);free_vector(c,1,n);return;} void ratint(xa,ya,n,x,y,dy) float xa[],ya[],x,*y,*dy; int n; { int m,i,ns=1; flo
www.eeworm.com/read/106940/15616835

c shell.c

#include #define ALN2I 1.442695022 #define TINY 1.0e-5 void shell(n,arr) float arr[]; int n; { int nn,m,j,i,lognb2; float t; lognb2=(log((double) n)*ALN2I+TINY); m=n; fo
www.eeworm.com/read/106940/15616849

c qroot.c

#include #define ITMAX 20 #define TINY 1.0e-6 void qroot(p,n,b,c,eps) float p[],*b,*c,eps; int n; { int iter,i; float sc,sb,s,rc,rb,r,dv,delc,delb; float *q,*qq,*rem,*vector()
www.eeworm.com/read/106940/15616868

c ratint.c

#include #define TINY 1.0e-25 #define FREERETURN {free_vector(d,1,n);free_vector(c,1,n);return;} void ratint(xa,ya,n,x,y,dy) float xa[],ya[],x,*y,*dy; int n; { int m,i,ns=1; flo