?? 曲線_插值m1.bas
字號:
Attribute VB_Name = "modParameter"
'曲線_插值
Option Explicit
Public strFileName As String '原始數(shù)據(jù)文件
Public strRes_Name As String '結(jié)果數(shù)據(jù)文件
Public strLabelName As String '標(biāo)題
Public P() As Double, R() As Double '原始數(shù)組和結(jié)果數(shù)組
'數(shù)據(jù)的行數(shù)和列數(shù)
Public intRow As Integer, intCol As Integer
Public intRowAll As Integer '總行數(shù)
Public blnTitle As Boolean, blnRowLabel As Boolean
Public blnColLabel As Boolean
Public X() As Double, Y() As Double
Public M As Integer '等距點(diǎn)數(shù)
Public A As Double '插值點(diǎn)X坐標(biāo)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -