⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmsom.frm

📁 SOM的学习规则有三个主要阶段: 1)寻找与输入模式xk最接近的连接权向量Wj*=(wj*1, wj*2,….., wj*N) 2)将该连接权向量Wj*进一步朝向与输入模式xk接近的方向调整 3
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form FrmSOM 
   Caption         =   "Win"
   ClientHeight    =   8415
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   11100
   LinkTopic       =   "Form1"
   ScaleHeight     =   8415
   ScaleWidth      =   11100
   StartUpPosition =   3  'Windows Default
   Begin VB.CommandButton Command4 
      Caption         =   "显示标号"
      Height          =   300
      Left            =   5040
      TabIndex        =   28
      Top             =   4440
      Width           =   855
   End
   Begin VB.PictureBox Picture1 
      Height          =   615
      Left            =   1200
      ScaleHeight     =   555
      ScaleWidth      =   1515
      TabIndex        =   20
      Top             =   5520
      Width           =   1575
      Begin VB.VScrollBar VScroll1 
         Height          =   615
         Left            =   1320
         TabIndex        =   24
         Top             =   0
         Width           =   255
      End
      Begin VB.HScrollBar HScroll1 
         Height          =   255
         Left            =   0
         TabIndex        =   23
         Top             =   360
         Width           =   1335
      End
      Begin VB.PictureBox Picture2 
         Height          =   375
         Left            =   0
         ScaleHeight     =   315
         ScaleWidth      =   675
         TabIndex        =   21
         Top             =   0
         Width           =   735
         Begin VB.TextBox Text1 
            Height          =   300
            Index           =   0
            Left            =   0
            TabIndex        =   22
            Text            =   "1"
            Top             =   0
            Visible         =   0   'False
            Width           =   420
         End
      End
   End
   Begin VB.CommandButton Command3 
      Caption         =   "计算"
      Height          =   615
      Left            =   4920
      TabIndex        =   19
      Top             =   5400
      Width           =   1215
   End
   Begin VB.TextBox Text2 
      Alignment       =   2  'Center
      Height          =   270
      Left            =   5640
      TabIndex        =   17
      Text            =   "1"
      Top             =   3240
      Width           =   615
   End
   Begin VB.PictureBox Picture7 
      BackColor       =   &H80000009&
      Height          =   3255
      Left            =   6960
      ScaleHeight     =   3195
      ScaleWidth      =   3435
      TabIndex        =   15
      Top             =   4920
      Width           =   3495
      Begin VB.Label Label10 
         BackColor       =   &H80000009&
         Caption         =   "Label10"
         BeginProperty Font 
            Name            =   "MS Serif"
            Size            =   6
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   0
         Left            =   240
         TabIndex        =   25
         Top             =   120
         Visible         =   0   'False
         Width           =   255
      End
      Begin VB.Shape Shape3 
         BackColor       =   &H00FF0000&
         BackStyle       =   1  'Opaque
         BorderColor     =   &H00FF0000&
         FillColor       =   &H00FF0000&
         Height          =   45
         Index           =   0
         Left            =   120
         Shape           =   3  'Circle
         Top             =   120
         Visible         =   0   'False
         Width           =   45
      End
   End
   Begin VB.PictureBox Picture6 
      BackColor       =   &H80000009&
      Height          =   3375
      Left            =   6960
      ScaleHeight     =   3315
      ScaleWidth      =   3555
      TabIndex        =   9
      Top             =   960
      Width           =   3615
      Begin VB.Label Label15 
         BackColor       =   &H80000009&
         Caption         =   "Label15"
         BeginProperty Font 
            Name            =   "MS Serif"
            Size            =   6
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   0
         Left            =   0
         TabIndex        =   27
         Top             =   0
         Visible         =   0   'False
         Width           =   255
      End
      Begin VB.Shape Shape2 
         BorderColor     =   &H00FF0000&
         Height          =   50
         Index           =   0
         Left            =   960
         Shape           =   3  'Circle
         Top             =   1800
         Visible         =   0   'False
         Width           =   50
      End
   End
   Begin VB.PictureBox Picture5 
      BackColor       =   &H80000009&
      Height          =   3375
      Left            =   480
      ScaleHeight     =   3315
      ScaleWidth      =   3555
      TabIndex        =   8
      Top             =   960
      Width           =   3615
      Begin VB.Label Label16 
         BackColor       =   &H80000009&
         Caption         =   "Label15"
         BeginProperty Font 
            Name            =   "MS Serif"
            Size            =   6
            Charset         =   0
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Index           =   0
         Left            =   0
         TabIndex        =   29
         Top             =   0
         Visible         =   0   'False
         Width           =   255
      End
      Begin VB.Shape Shape4 
         BackColor       =   &H000000FF&
         BackStyle       =   1  'Opaque
         BorderColor     =   &H000000FF&
         FillColor       =   &H000000FF&
         Height          =   60
         Left            =   120
         Shape           =   3  'Circle
         Top             =   360
         Visible         =   0   'False
         Width           =   60
      End
      Begin VB.Shape Shape1 
         BorderColor     =   &H00FF0000&
         Height          =   50
         Index           =   0
         Left            =   960
         Shape           =   3  'Circle
         Top             =   1800
         Visible         =   0   'False
         Width           =   50
      End
   End
   Begin VB.TextBox Text4 
      Alignment       =   2  'Center
      Height          =   270
      Left            =   5640
      TabIndex        =   7
      Text            =   "10"
      Top             =   3720
      Width           =   615
   End
   Begin VB.TextBox Text3 
      Alignment       =   2  'Center
      Height          =   270
      Left            =   5640
      TabIndex        =   4
      Text            =   "0.1"
      Top             =   2760
      Width           =   615
   End
   Begin VB.CommandButton Command2 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   1200
      TabIndex        =   3
      Top             =   7200
      Width           =   1215
   End
   Begin VB.CommandButton Command1 
      Caption         =   "学习"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   11.25
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   4920
      TabIndex        =   2
      Top             =   1680
      Width           =   1215
   End
   Begin VB.Label Label13 
      Caption         =   "输出分布"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   8160
      TabIndex        =   26
      Top             =   4680
      Width           =   1095
   End
   Begin VB.Label Label12 
      Caption         =   "任选输入"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   1560
      TabIndex        =   18
      Top             =   5160
      Width           =   855
   End
   Begin VB.Label Label11 
      Caption         =   "近傍程度"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   10.5
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Index           =   0
      Left            =   4680
      TabIndex        =   16
      Top             =   3240
      Width           =   855
   End
   Begin VB.Label Label9 
      Caption         =   "权重分布"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   8040
      TabIndex        =   14
      Top             =   720
      Width           =   1095
   End
   Begin VB.Label Label8 
      Alignment       =   2  'Center

⌨️ 快捷键说明

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