algthms.h

来自「计算机数值分析算法源代码」· C头文件 代码 · 共 20 行

H
20
字号
//////////////////////////////////////////////////////////////////////
// Algthms.h
//
// 算法库通用头文件。请在需调用的工作文件中包含此文件。
//
// 周长发编制, 2002/8
//////////////////////////////////////////////////////////////////////

#ifndef ____ALGORITHMS_LIB_HEADER_____
#define ____ALGORITHMS_LIB_HEADER_____

#include "Complex.h"			// 复数运算
#include "Matrix.h"				// 矩阵运算
#include "LEquations.h"			// 线性方程组运算
#include "NLequation.h"			// 非线性方程和方程组运算
#include "Interpolate.h"		// 插值运算
#include "Integral.h"			// 数值积分运算

#endif // #ifndef ____ALGORITHMS_LIB_HEADER_____

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?