代码搜索:tiny

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

代码结果 5,807
www.eeworm.com/read/457727/1594113

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/457727/1594684

c rf.c

#include #define NRANSI #include "nrutil.h" #define ERRTOL 0.08 #define TINY 1.5e-38 #define BIG 3.0e37 #define THIRD (1.0/3.0) #define C1 (1.0/24.0) #define C2 0.1 #define C3 (3.0/4
www.eeworm.com/read/222388/4820380

fig tinysecorg.fig

#FIG 3.2 Landscape Center Inches A4 100.00 Single -2 1200 2 6 1598 1294 2637 1578 4 0 0 50 0 0 9 0.0000 0 120 990 1598 1546 (interface TinySec)\001 4 0 0 50 0 0 9 0.0000 0 120 540 1598 1389 Tiny
www.eeworm.com/read/191080/5168116

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/191080/5168161

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/191080/5168732

c rf.c

#include #define NRANSI #include "nrutil.h" #define ERRTOL 0.08 #define TINY 1.5e-38 #define BIG 3.0e37 #define THIRD (1.0/3.0) #define C1 (1.0/24.0) #define C2 0.1 #define C3 (3.0/4
www.eeworm.com/read/270919/4233605

fig tinysecorg.fig

#FIG 3.2 Landscape Center Inches A4 100.00 Single -2 1200 2 6 1598 1294 2637 1578 4 0 0 50 0 0 9 0.0000 0 120 990 1598 1546 (interface TinySec)\001 4 0 0 50 0 0 9 0.0000 0 120 540 1598 1389 Tiny
www.eeworm.com/read/155397/5623093

fig tinysecorg.fig

#FIG 3.2 Landscape Center Inches A4 100.00 Single -2 1200 2 6 1598 1294 2637 1578 4 0 0 50 0 0 9 0.0000 0 120 990 1598 1546 (interface TinySec)\001 4 0 0 50 0 0 9 0.0000 0 120 540 1598 1389 Tiny
www.eeworm.com/read/369961/9627547

txt readme.txt

-------- PROJECT GENERATOR -------- PROJECT NAME : test_time1 PROJECT DIRECTORY : D:\test_time\test_time1\test_time1 CPU SERIES : R8C/Tiny CPU GROUP : 1B(ROM16K) TOOLCHAIN NAME : Renesas M16C Sta
www.eeworm.com/read/334951/12559637

cpp rf.cpp

#include #include "nr.h" using namespace std; DP NR::rf(const DP x, const DP y, const DP z) { const DP ERRTOL=0.0025, TINY=1.5e-38, BIG=3.0e37, THIRD=1.0/3.0; const DP C1=1.0/24.0, C