?? arithmetic.~pas
字號:
{-------------------------------------------------------------------------------
2004.07.04 算法類
這是一個比向量、矩陣更高級的類,用于處理超越向量、矩陣類的其他算法
-------------------------------------------------------------------------------}
unit Arithmetic;
interface
uses classes, MathTypes, Vector, Matrix;
implementation
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -