代码搜索:FREE 开发教程
找到约 10,000 项符合「FREE 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/400648/11570957
h svd.h
// SVD.h: SVD interface for the SVD class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SVD_H__D804F4AB_8C10_44B3_8C5B_19E0A44A0C8E__INCLUDED_)
#def
www.eeworm.com/read/400648/11570958
h lu.h
#if !defined(AFX_LU_H__F33E212C_97BB_4A96_8A01_808AE3BF46F7__INCLUDED_)
#define AFX_LU_H__F33E212C_97BB_4A96_8A01_808AE3BF46F7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER >
www.eeworm.com/read/158443/11614718
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/158443/11615204
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/158443/11615667
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/158443/11616347
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/261343/11654002
txt readme.txt
本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/155592/11862447
txt readme.txt
本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0
www.eeworm.com/read/153858/12002190
cpp nrutil.cpp
#if defined(__STDC__) || defined(ANSI) || defined(NRANSI) /* ANSI */
#include
#include
#include "stdlib.h"
#include "nrutil.h"
#define NR_END 1
#define FREE_ARG char*
www.eeworm.com/read/340960/12117928
txt readme.txt
本节给出三个非常实用和高速的内存分配函数。读者可以直接拷贝这三个函数到程序中去,使用Allocate()和My_Free()代替系统提供的alloc()和free()函数。调试环境为TC2.0或者TC3.0