代码搜索:FREE 开发教程

找到约 10,000 项符合「FREE 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/139776/13133613

c xbanmul.c

/* Driver for routine banmul */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 7 #define M1 2 #define M2 1 #define MP (M1+1+M2) int main(void) { unsigned long i,
www.eeworm.com/read/139776/13134235

c xbandec.c

/* Driver for routine bandec */ #include #define NRANSI #include "nr.h" #include "nrutil.h" int main(void) { float d,**a,**al,*b,*x; unsigned long i,j,*indx; long idum=(-1); a=matrix
www.eeworm.com/read/310556/13649229

c norm2.c

/* @(#) norm2.c 1.3 1/27/86 17:49:18 */ /*ident "@(#)cfront:src/norm2.c 1.3" */ /************************************************************************ C++ source for cfront, the C++ compiler fro
www.eeworm.com/read/126430/6016315

c xqrupdt.c

/* Driver for routine qrdupd */ #include #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 main() { int i,j,k,l,m,n,sing; float con,**a,**au,*c,*d,**q,**qt
www.eeworm.com/read/126430/6016382

c xsvbksb.c

/* Driver for routine svbksb, which calls routine svdcmp */ #include #include "nr.h" #include "nrutil.h" #define NP 20 #define MP 20 #define MAXSTR 80 main() { int j,k,l,m,n;
www.eeworm.com/read/126430/6016461

c xbandec.c

/* Driver for routine bandec */ #include #include "nr.h" #include "nrutil.h" main() { float d,**a,**al,*b,*x; unsigned long i,j,*indx; long idum=(-1); a=matrix(1,7,1,4);
www.eeworm.com/read/126430/6016517

c xbanmul.c

/* Driver for routine banmul */ #include #include "nr.h" #include "nrutil.h" #define NP 7 #define M1 2 #define M2 1 #define MP (M1+1+M2) main() { unsigned long i,j,k; floa
www.eeworm.com/read/126430/6016529

c xqrsolv.c

/* Driver for routine qrdcmp */ #include #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 main() { int j,k,l,m,n,sing; float *x,**a,**ai,**b,*c,*d; char
www.eeworm.com/read/126430/6016675

c voltra.c

#include "nrutil.h" void voltra(n,m,t0,h,t,f,g,ak) float (*ak)(),(*g)(),**f,*t,h,t0; int m,n; { void lubksb(),ludcmp(); int i,j,k,l,*indx; float d,sum,**a,*b; indx=ivector(1,m); a=ma
www.eeworm.com/read/126430/6016689

c pade.c

#include #include "nrutil.h" #define BIG 1.0e30 void pade(cof,n,resid) double cof[]; float *resid; int n; { void lubksb(),ludcmp(),mprove(); int j,k,*indx; float d,rr,rrold,sum