?? 簡單相關分析m1.bas
字號:
Attribute VB_Name = "modParameter"
'相關分析
Option Explicit
Public intRow As Integer '行數
Public intRowAll As Integer '總行數
Public intCol As Integer '列數
Public strFileName As String '數據文件
Public strLabelName As String '標題
Public intM As Integer, intN As Integer
Public x() As Double, y() As Double '試驗數據
Public n As Integer '數據點數
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -