📄 指数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 P() As Double
Public M As Integer, N As Integer '数据点的行数和列数
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -