代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/485190/6567238

gnuplot g2.gnuplot

set terminal epslatex monochrome 8 set output "../plots/figSine1g.eps" reset set style function lines set size 1.0, 1.0 set origin 0.0, 0.0 set multiplot set origin 0,0 set size 0.5,0.47 unset titl
www.eeworm.com/read/485190/6567241

gnuplot g1.gnuplot

set terminal epslatex monochrome 8 set output "../plots/figAbrut.eps" reset set style function lines set size 1.0, 1.0 set origin 0.0, 0.0 set multiplot set origin 0,0 set size 0.5,0.47 unset title
www.eeworm.com/read/479948/6673530

cpp ratint.cpp

void ratint(double xa[],double ya[], int n,double x, double& y, double& dy) { int i,ns,m; double tiny,w,h,hh,dd,t,c[10], d[10]; tiny = 1e-25; ns = 1; hh = fabs(x - xa[1]); fo
www.eeworm.com/read/409107/11357916

html appnote.html

www.eeworm.com/read/409107/11358114

txt 00readme.txt

FatFs/Tiny-FatFs Module Source Files R0.06 (C)ChaN, 2008 FILES ff.h Common include file for FatFs and application module. ff.c FatFs module. tff.h Com
www.eeworm.com/read/404684/11480076

cpp d8r4.cpp

# include # include # include void main() { //program d8r4 //driver for routine tqli int np,k,i,j; double tiny,a[4][4], c[4][4], d[4], e[4],
www.eeworm.com/read/404684/11480258

cpp ratint.cpp

void ratint(double xa[],double ya[], int n,double x, double& y, double& dy) { int i,ns,m; double tiny,w,h,hh,dd,t,c[10], d[10]; tiny = 1e-25; ns = 1; hh = fabs(x - xa[1]); fo
www.eeworm.com/read/158443/11614979

c bandec.c

#include #define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;} #define TINY 1.0e-20 void bandec(a,n,m1,m2,al,indx,d) float **a,**al,*d; int m1,m2; unsigned long indx[],n; { unsigned long i,
www.eeworm.com/read/158443/11616627

c cntab2.c

#include #include "nrutil.h" #define TINY 1.0e-30 void cntab2(nn,ni,nj,h,hx,hy,hygx,hxgy,uygx,uxgy,uxy) float *h,*hx,*hxgy,*hy,*hygx,*uxgy,*uxy,*uygx; int **nn,ni,nj; { int i,j; f
www.eeworm.com/read/156459/11801140

cpp d8r4.cpp

# include # include # include void main() { //program d8r4 //driver for routine tqli int np,k,i,j; double tiny,a[4][4], c[4][4], d[4], e[4],