代码搜索:FREE 开发教程
找到约 10,000 项符合「FREE 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/102423/6232616
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/102423/6232716
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/102423/6232740
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/102423/6233002
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/492490/6282622
c memalloc.c
/*!
************************************************************************
* \file memalloc.c
*
* \brief
* Memory allocation and free helper funtions
*
* \author
* Main cont
www.eeworm.com/read/185005/6314226
h matrix.h
/*******************************************************************
* matrix.h - Interface to module for handling matrix operation *
* Copyright by Xiangyu Dong
www.eeworm.com/read/494691/6360302
c close.c
#include "db.h"
void
db_close(DB *db)
{
_db_free(db); /* closes fds, free buffers & struct */
}
www.eeworm.com/read/490627/6450038
c close.c
#include "db.h"
void
db_close(DB *db)
{
_db_free(db); /* closes fds, free buffers & struct */
}
www.eeworm.com/read/476848/6751961
c close.c
#include "db.h"
void
db_close(DB *db)
{
_db_free(db); /* closes fds, free buffers & struct */
}
www.eeworm.com/read/406457/11441944
txt readme.txt
本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0