代码搜索:FREE 开发教程

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

代码结果 10,000
www.eeworm.com/read/102423/6232358

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
www.eeworm.com/read/102423/6232404

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

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

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

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/494691/6360293

c findfree.c

#include "db.h" /* Try to find a free index record and accompanying data record * of the correct sizes. We're only called by db_store(). */ int _db_findfree(DB *db, int keylen, int datlen) { int
www.eeworm.com/read/490627/6450029

c findfree.c

#include "db.h" /* Try to find a free index record and accompanying data record * of the correct sizes. We're only called by db_store(). */ int _db_findfree(DB *db, int keylen, int datlen) { int
www.eeworm.com/read/476848/6751952

c findfree.c

#include "db.h" /* Try to find a free index record and accompanying data record * of the correct sizes. We're only called by db_store(). */ int _db_findfree(DB *db, int keylen, int datlen) { int
www.eeworm.com/read/158443/11614824

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/158443/11615567

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