arithmetic.pas
来自「以面向对象方法实现的数值算法类库」· PAS 代码 · 共 19 行
PAS
19 行
{-------------------------------------------------------------------------------
2004.07.04 算法类
这是一个比向量、矩阵更高级的类,用于处理超越向量、矩阵类的其他算法
-------------------------------------------------------------------------------}
unit Arithmetic;
interface
uses classes, MathTypes, Vector, Matrix;
Type
TArithmetic = class
end;
implementation
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?