来自「模糊数学基础及实用算法 (源码) 科学出版社 www.sciencep.com」· 代码 · 共 9 行

TXT
9
字号
Attribute VB_Name = "modPara"
'录入数据,并生成数据文件
'公有参数
Option Explicit
Public intRow As Integer            '行数
Public intCol As Integer            '列数
Public strFileName                  '文件名
Public intFileNumber As Integer     '文件号

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?