network.bas
来自「the attached file contains artifitial ne」· BAS 代码 · 共 24 行
BAS
24 行
Attribute VB_Name = "Network"
Global Const layers As Integer = 3
Global Const fileVersion As String = "1.0"
' NODES
Global iNodes() As Double
Global iNodesCaption() As String
Global hNodes() As Double
Global hNodesCaption() As String
Global oNodes() As Double
Global oNodesCaption() As String
' WEIGHTS
' from INPUT to HIDDEN
Global iWeights() As Double
' from HIDDEN to OUTPUT
Global oWeights() As Double
Global PresetList As New Collection
Global PresetTitleList As New Collection
Global AppPath As String
Global PresetPath As String
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?