代码搜索:FREE 开发教程

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

代码结果 10,000
www.eeworm.com/read/126430/6016735

c fred2.c

#include "nrutil.h" void fred2(n,a,b,t,f,w,g,ak) float (*ak)(),(*g)(),a,b,f[],t[],w[]; int n; { void gauleg(),lubksb(),ludcmp(); int i,j,*indx; float d,**omk; indx=ivector(1,n); omk=
www.eeworm.com/read/126430/6016927

c xqrupdt.c

/* Driver for routine qrdupd */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 20 #define MAXSTR 80 int main(void) { int i,j,k,l,
www.eeworm.com/read/126430/6017073

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);
www.eeworm.com/read/126430/6017129

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) { uns
www.eeworm.com/read/102423/6231984

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/102423/6232051

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/102423/6232130

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/102423/6232186

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/102423/6232198

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/102423/6232344

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