代码搜索:FREE 开发教程
找到约 10,000 项符合「FREE 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/158443/11615619
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/158443/11615748
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/158443/11616409
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/131716/14132229
c test.c
#include "my_malloc.h"
main(void)
{
/*print_list();*/
char *p[200];
int i;
for (i = 0; i < 20; i++) {
p[i] = (char *)Malloc(8);
printf("malloc %d, %X\n", i, p[i]);
print_list();
}
fo
www.eeworm.com/read/127382/14357087
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)
www.eeworm.com/read/119817/14820603
c findfree.c
#include "mail.h"
/* Try to find a free index record and accompanying data record
* of the correct sizes. We're only called by mail_store(). */
int
_mail_findfree(MAIL *mail, int keylen, int datle
www.eeworm.com/read/132413/14090176
c sort3.c
void sort3(n,ra,rb,rc)
int n;
float ra[],rb[],rc[];
{
int j,*iwksp,*ivector();
float *wksp,*vector();
void indexx(),free_vector(),free_ivector();
iwksp=ivector(1,n);
wksp=vector(1,n);
www.eeworm.com/read/108219/15590917
c sort3.c
void sort3(n,ra,rb,rc)
int n;
float ra[],rb[],rc[];
{
int j,*iwksp,*ivector();
float *wksp,*vector();
void indexx(),free_vector(),free_ivector();
iwksp=ivector(1,n);
wksp=vector(1,n);
www.eeworm.com/read/106940/15616982
c sort3.c
void sort3(n,ra,rb,rc)
int n;
float ra[],rb[],rc[];
{
int j,*iwksp,*ivector();
float *wksp,*vector();
void indexx(),free_vector(),free_ivector();
iwksp=ivector(1,n);
wksp=vector(1,n);
www.eeworm.com/read/103960/15715654
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