📄 algthms.h
字号:
//////////////////////////////////////////////////////////////////////
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -