代码搜索:tiny

找到约 5,807 项符合「tiny」的源代码

代码结果 5,807
www.eeworm.com/read/312242/13614528

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/312211/13615802

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/150372/5693723

lnp rtx_ex1.lnp

"RTX_EX1.obj" TO "RTX_EX1" Rtx51Tiny RAMSIZE(256)
www.eeworm.com/read/150372/5693741

lnp rtx_ex2.lnp

"RTX_EX2.obj" TO "RTX_EX2" Rtx51Tiny RAMSIZE(256)
www.eeworm.com/read/136812/5858209

c erf.c

#ifndef lint static char sccsid[] = "@(#)erf.c 1.1 92/07/30 SMI"; #endif /* * Copyright (c) 1989 by Sun Microsystems, Inc. */ /* double erf,erfc(double x) * K.C. Ng, March, 1989. * x *
www.eeworm.com/read/126430/6016839

c cntab2.c

#include #include "nrutil.h" #define TINY 1.0e-30 void cntab2(nn,ni,nj,h,hx,hy,hygx,hxgy,uygx,uxgy,uxy) float *h,*hx,*hxgy,*hy,*hygx,*uxgy,*uxy,*uygx; int **nn,ni,nj; { int i,j; f
www.eeworm.com/read/126430/6016884

c bandec.c

#include #define SWAP(a,b) {dum=(a);(a)=(b);(b)=dum;} #define TINY 1.0e-20 void bandec(a,n,m1,m2,al,indx,d) float **a,**al,*d; int m1,m2; unsigned long indx[],n; { unsigned long i,
www.eeworm.com/read/126430/6017451

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 *ux
www.eeworm.com/read/126430/6017496

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) { unsi
www.eeworm.com/read/124910/6038618

c s_erfl.c

/* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsystems, Inc. business. * Permiss