代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/28506/999780
uv2 rtx_ex1.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RTX51 Tiny Ex1), 0x0000 // Tools: 'MCS-51'
Group (Source Files)
File 1,1,
File 1,5,
www.eeworm.com/read/28506/999801
uv2 rtx_ex2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RTX51 Tiny Ex2), 0x0000 // Tools: 'MCS-51'
Group (Source Files)
File 1,1,
File 1,5,
www.eeworm.com/read/35331/1055784
uv2 rtx_ex1.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RTX51 Tiny Ex1), 0x0000 // Tools: 'MCS-51'
Group (Source Files)
File 1,1,
File 1,5,
www.eeworm.com/read/35331/1055805
uv2 rtx_ex2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RTX51 Tiny Ex2), 0x0000 // Tools: 'MCS-51'
Group (Source Files)
File 1,1,
File 1,5,
www.eeworm.com/read/37558/1082855
uv2 rtx_ex1.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RTX51 Tiny Ex1), 0x0000 // Tools: 'MCS-51'
Group (Source Files)
File 1,1,
File 1,5,
www.eeworm.com/read/37558/1082876
uv2 rtx_ex2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RTX51 Tiny Ex2), 0x0000 // Tools: 'MCS-51'
Group (Source Files)
File 1,1,
File 1,5,
www.eeworm.com/read/476752/1367071
uv2 rtx_ex1.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RTX51 Tiny Ex1), 0x0000 // Tools: 'MCS-51'
Group (Source Files)
File 1,1,
File 1,5,
www.eeworm.com/read/476752/1367088
uv2 rtx_ex2.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (RTX51 Tiny Ex2), 0x0000 // Tools: 'MCS-51'
Group (Source Files)
File 1,1,
File 1,5,
www.eeworm.com/read/475809/1381314
cpp rj.cpp
#include
#include "nr.h"
using namespace std;
DP NR::rj(const DP x, const DP y, const DP z, const DP p)
{
const DP ERRTOL=0.0015, TINY=2.5e-13, BIG=9.0e11;
const DP C1=3.0/14.0, C2=1
www.eeworm.com/read/475809/1381489
cpp ratint.cpp
#include
#include "nr.h"
using namespace std;
void NR::ratint(Vec_I_DP &xa, Vec_I_DP &ya, const DP x, DP &y, DP &dy)
{
const DP TINY=1.0e-25;
int m,i,ns=0;
DP w,t,hh,h,dd;
int