代码搜索:FREE 开发教程

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

代码结果 10,000
www.eeworm.com/read/373036/9477053

txt readme.txt

本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/371500/9551750

c close.c

#include "db.h" void db_close(DB *db) { _db_free(db); /* closes fds, free buffers & struct */ }
www.eeworm.com/read/278154/10561630

c xsprstm.c

/* Driver for routine sprstm */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 5 #define NMAX (2*NP*NP+1) #define THRESH 0.99 int main(void) { unsign
www.eeworm.com/read/278154/10561892

c xsprspm.c

/* Driver for routine sprspm */ #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NP 5 #define NMAX (2*NP*NP+1) int main(void) { unsigned long i,j,k,*ija,*i
www.eeworm.com/read/278154/10562247

c xsvdfit.c

/* Driver for routine svdfit */ #include #include #define NRANSI #include "nr.h" #include "nrutil.h" #define NPT 100 #define SPREAD 0.02 #define NPOL 5 int main(void)
www.eeworm.com/read/278154/10563166

c nrutil.c

/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes utility file nrutil.c. Do not confuse this file with the same-named file nrutil.c that is supplied in the same subdirect
www.eeworm.com/read/278154/10564288

c nrutil.c

/* CAUTION: This is the ANSI C (only) version of the Numerical Recipes utility file nrutil.c. Do not confuse this file with the same-named file nrutil.c that is supplied in the same subdirect
www.eeworm.com/read/419541/10863342

txt readme.txt

本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/271877/10977387

txt readme.txt

本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/201685/6943228

c close.c

#include "db.h" void db_close(DB *db) { _db_free(db); /* closes fds, free buffers & struct */ }