代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/140665/13069452
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
www.eeworm.com/read/139776/13134864
c rd.c
#include
#define NRANSI
#include "nrutil.h"
#define ERRTOL 0.05
#define TINY 1.0e-25
#define BIG 4.5e21
#define C1 (3.0/14.0)
#define C2 (1.0/6.0)
#define C3 (9.0/22.0)
#define C4 (3.0/26.0)
www.eeworm.com/read/139776/13134905
c rj.c
#include
#define NRANSI
#include "nrutil.h"
#define ERRTOL 0.05
#define TINY 2.5e-13
#define BIG 9.0e11
#define C1 (3.0/14.0)
#define C2 (1.0/3.0)
#define C3 (3.0/22.0)
#define C4 (3.0/26.0)
www.eeworm.com/read/138927/13201848
h mem.h
#ifndef __MEM_H_
#define __MEM_H_
#include
#ifdef __DOOLOO__
#include
#endif
ADT mem_new (int p_size);
ADT mem_resize (ADT p_ptr, int p_size);
void mem_destroy (ADT p_p
www.eeworm.com/read/312211/13615888
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/312211/13616063
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
www.eeworm.com/read/150372/5693722
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/150372/5693739
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/126430/6016570
c rd.c
#include
#include "nrutil.h"
#define ERRTOL 0.05
#define TINY 1.0e-25
#define BIG 4.5e21
#define C1 (3.0/14.0)
#define C2 (1.0/6.0)
#define C3 (9.0/22.0)
#define C4 (3.0/26.0)
#defin
www.eeworm.com/read/126430/6016792
c rj.c
#include
#include "nrutil.h"
#define ERRTOL 0.05
#define TINY 2.5e-13
#define BIG 9.0e11
#define C1 (3.0/14.0)
#define C2 (1.0/3.0)
#define C3 (3.0/22.0)
#define C4 (3.0/26.0)
#defin