?? +
字號:
Attribute VB_Name = "modParameter"
'滑動平均
Option Explicit
Public strFileName As String '原始數據文件
Public strSmo_Name As String '平滑數據文件
Public strErr_Name As String '殘差數據文件
Public strLabelName As String '標題
Public P() As Double, R() As Double '原始數組和結果數組
Public E() As Double '殘差數組
'數據的行數和列數
Public intRow As Integer, intCol As Integer
Public intRowAll As Integer '總行數
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -