代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/235964/14039044
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/234917/14093993
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/203451/15359092
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/111902/15500704
cpp 有理函数插值.cpp
/******************************************************************************************************************************/
/*********************************************************************
www.eeworm.com/read/106929/15617108
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/292175/8370203
me2 read.me2
/*******************************************************************/
/* */
/* Additional Information for RTX-51 Tiny Version 1 Sourc
www.eeworm.com/read/291235/8432717
cpp xqroot.cpp
#include
#include
#include
#include "nr.h"
using namespace std;
// Driver for routine qroot
int main(void)
{
const int N=6; // degree of polynomial