代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/367653/9738756
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/414769/11102255
for ratint.for
SUBROUTINE ratint(xa,ya,n,x,y,dy)
INTEGER n,NMAX
REAL dy,x,y,xa(n),ya(n),TINY
PARAMETER (NMAX=10,TINY=1.e-25)
INTEGER i,m,ns
REAL dd,h,hh,t,w,c(NMAX),d(NMAX)
www.eeworm.com/read/336082/12477690
txt 00readme.txt
FatFs/Tiny-FatFs Module Source Files R0.05 (C)ChaN, 2007
FILES
ff.h Common include file for FatFs and application module.
ff.c FatFs module.
tff.h Common include fil
www.eeworm.com/read/334951/12559019
cpp cntab2.cpp
#include
#include "nr.h"
using namespace std;
void NR::cntab2(Mat_I_INT &nn, DP &h, DP &hx, DP &hy, DP &hygx, DP &hxgy,
DP &uygx, DP &uxgy, DP &uxy)
{
const DP TINY=1.0e-30;
int i,
www.eeworm.com/read/247775/12619313
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