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

📄 frmga.frm

📁 遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Begin VB.Form FrmGA 
   Caption         =   "GA"
   ClientHeight    =   6585
   ClientLeft      =   60
   ClientTop       =   345
   ClientWidth     =   9330
   LinkTopic       =   "Form1"
   ScaleHeight     =   6585
   ScaleWidth      =   9330
   StartUpPosition =   3  '窗口缺省
   Begin VB.PictureBox Picture7 
      Height          =   2415
      Left            =   6360
      ScaleHeight     =   2355
      ScaleWidth      =   2475
      TabIndex        =   23
      Top             =   1920
      Width           =   2535
      Begin VB.ComboBox Combo3 
         Height          =   300
         Left            =   960
         TabIndex        =   27
         Top             =   1080
         Width           =   615
      End
      Begin VB.CommandButton Command1 
         Caption         =   "交叉"
         BeginProperty Font 
            Name            =   "华文行楷"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   405
         Left            =   840
         TabIndex        =   26
         Top             =   1680
         Width           =   855
      End
      Begin VB.ComboBox Combo2 
         Height          =   300
         Left            =   1560
         TabIndex        =   25
         Top             =   360
         Width           =   615
      End
      Begin VB.ComboBox Combo1 
         Height          =   300
         Left            =   360
         TabIndex        =   24
         Top             =   360
         Width           =   615
      End
      Begin VB.Label Label8 
         Caption         =   "位"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   1680
         TabIndex        =   30
         Top             =   1080
         Width           =   255
      End
      Begin VB.Label Label7 
         Caption         =   "从"
         BeginProperty Font 
            Name            =   "楷体_GB2312"
            Size            =   12
            Charset         =   134
            Weight          =   700
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   600
         TabIndex        =   29
         Top             =   1080
         Width           =   255
      End
      Begin VB.Label Label4 
         Caption         =   "与"
         BeginProperty Font 
            Name            =   "华文行楷"
            Size            =   15.75
            Charset         =   134
            Weight          =   400
            Underline       =   0   'False
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   1080
         TabIndex        =   28
         Top             =   480
         Width           =   375
      End
   End
   Begin VB.CommandButton Command3 
      Caption         =   ">>"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   300
      Left            =   4080
      TabIndex        =   20
      Top             =   2880
      Width           =   735
   End
   Begin VB.TextBox Text4 
      Alignment       =   2  'Center
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   12
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   360
      Left            =   5160
      MaxLength       =   2
      TabIndex        =   16
      Text            =   "10"
      Top             =   5880
      Width           =   495
   End
   Begin VB.PictureBox Picture5 
      Height          =   615
      Left            =   360
      ScaleHeight     =   555
      ScaleWidth      =   3675
      TabIndex        =   11
      Top             =   5640
      Width           =   3735
      Begin VB.PictureBox Picture6 
         Height          =   330
         Left            =   0
         ScaleHeight     =   270
         ScaleWidth      =   3435
         TabIndex        =   14
         Top             =   0
         Width           =   3495
         Begin VB.TextBox Text3 
            BeginProperty Font 
               Name            =   "宋体"
               Size            =   9.75
               Charset         =   134
               Weight          =   700
               Underline       =   0   'False
               Italic          =   0   'False
               Strikethrough   =   0   'False
            EndProperty
            Height          =   270
            Index           =   0
            Left            =   0
            MaxLength       =   2
            TabIndex        =   15
            Text            =   "1"
            Top             =   0
            Visible         =   0   'False
            Width           =   300
         End
      End
      Begin VB.HScrollBar HScroll3 
         Height          =   255
         Left            =   0
         TabIndex        =   13
         Top             =   330
         Width           =   3495
      End
      Begin VB.VScrollBar VScroll3 
         Height          =   615
         Left            =   3480
         TabIndex        =   12
         Top             =   0
         Width           =   255
      End
   End
   Begin VB.CommandButton Command2 
      Caption         =   "退出"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   14.25
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   615
      Left            =   7320
      TabIndex        =   9
      Top             =   5520
      Width           =   1095
   End
   Begin VB.PictureBox Picture3 
      Height          =   3855
      Left            =   5040
      ScaleHeight     =   3795
      ScaleWidth      =   675
      TabIndex        =   4
      Top             =   1320
      Width           =   735
      Begin VB.PictureBox Picture4 
         Height          =   3615
         Left            =   0
         ScaleHeight     =   3555
         ScaleWidth      =   435
         TabIndex        =   7
         Top             =   0
         Width           =   495
         Begin VB.TextBox Text2 
            Height          =   270
            Index           =   0
            Left            =   0
            MaxLength       =   2
            TabIndex        =   8
            Text            =   "10"
            Top             =   0
            Visible         =   0   'False
            Width           =   420
         End
      End
      Begin VB.HScrollBar HScroll2 
         Height          =   255
         Left            =   0
         TabIndex        =   6
         Top             =   3600
         Width           =   495
      End
      Begin VB.VScrollBar VScroll2 
         Height          =   3855
         Left            =   480
         TabIndex        =   5
         Top             =   0
         Width           =   255
      End
   End
   Begin VB.PictureBox Picture1 
      Height          =   3855
      Left            =   360
      ScaleHeight     =   3795
      ScaleWidth      =   3435
      TabIndex        =   0
      Top             =   1320
      Width           =   3495
      Begin VB.VScrollBar VScroll1 
         Height          =   3855
         Left            =   3240
         TabIndex        =   2
         Top             =   0
         Width           =   255
      End
      Begin VB.HScrollBar HScroll1 
         Height          =   255
         Left            =   0
         TabIndex        =   1
         Top             =   3600
         Width           =   3495
      End
      Begin VB.PictureBox Picture2 
         Height          =   2775
         Left            =   0
         ScaleHeight     =   2715
         ScaleWidth      =   3195
         TabIndex        =   18
         Top             =   0
         Width           =   3255
         Begin VB.TextBox Text1 
            Height          =   270
            Index           =   0
            Left            =   0
            MaxLength       =   1
            TabIndex        =   19
            Text            =   "1"
            Top             =   0
            Visible         =   0   'False
            Width           =   300
         End
         Begin VB.Line Line1 
            BorderColor     =   &H000000FF&
            BorderWidth     =   5
            Visible         =   0   'False
            X1              =   960
            X2              =   960
            Y1              =   960
            Y2              =   2040
         End
      End
   End
   Begin VB.Label Label3 
      Caption         =   "适应度"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   5040
      TabIndex        =   22
      Top             =   1080
      Width           =   735
   End
   Begin VB.Label Label2 
      Caption         =   "染色体"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   360
      TabIndex        =   21
      Top             =   1080
      Width           =   735
   End
   Begin VB.Label Label6 
      Caption         =   "最大适应度"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255
      Left            =   4800
      TabIndex        =   17
      Top             =   5520
      Width           =   1215
   End
   Begin VB.Label Label5 
      Caption         =   "最优染色体"
      BeginProperty Font 
         Name            =   "楷体_GB2312"
         Size            =   12
         Charset         =   134
         Weight          =   400
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   255

⌨️ 快捷键说明

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