代码搜索:tiny
找到约 5,807 项符合「tiny」的源代码
代码结果 5,807
www.eeworm.com/read/140665/13068962
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/140062/13111833
cpp d8r4.cpp
# include
# include
# include
void main()
{
//program d8r4
//driver for routine tqli
int np,k,i,j;
double tiny,a[4][4], c[4][4], d[4], e[4],
www.eeworm.com/read/140062/13112225
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/139776/13133696
c bandec.c
#include
#define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;}
#define TINY 1.0e-20
void bandec(float **a, unsigned long n, int m1, int m2, float **al,
unsigned long indx[], float *d)
{
unsigned l
www.eeworm.com/read/139776/13134863
c cntab2.c
#include
#define NRANSI
#include "nrutil.h"
#define TINY 1.0e-30
void cntab2(int **nn, int ni, int nj, float *h, float *hx, float *hy,
float *hygx, float *hxgy, float *uygx, float *uxgy, f
www.eeworm.com/read/241049/13175139
cpp d8r4.cpp
# include
# include
# include
void main()
{
//program d8r4
//driver for routine tqli
int np,k,i,j;
double tiny,a[4][4], c[4][4], d[4], e[4],
www.eeworm.com/read/241049/13176016
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/138178/13251016
bat copylib.bat
REM COPY the RTX51 Tiny Library Files
REM to the LIB folder
REM
COPY Rtx51tny.lib ..\..\lib
COPY Rtx51bt.lib ..\..\lib
www.eeworm.com/read/239206/13294741
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