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

📄 datacutform.~dfm

📁 本程序实做MLP(Multi-layer perceptron)算法
💻 ~DFM
字号:
object Form2: TForm2
  Left = 428
  Top = 405
  Width = 625
  Height = 420
  Caption = #20998#21106#36039#26009'('#28204#35430#33287#35347#32244#36039#26009')'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 120
    Top = 24
    Width = 57
    Height = 13
    AutoSize = False
    Caption = #36039#26009#27604#25976
  end
  object Label2: TLabel
    Left = 264
    Top = 136
    Width = 84
    Height = 13
    Caption = #35347#32244#38598#36039#26009#25976#65306
  end
  object Label3: TLabel
    Left = 368
    Top = 16
    Width = 72
    Height = 13
    Caption = #35347#32244#28204#35430#38598#65306
  end
  object Label4: TLabel
    Left = 376
    Top = 192
    Width = 72
    Height = 13
    Caption = #28204#35430#28204#35430#38598#65306
  end
  object Button1: TButton
    Left = 24
    Top = 16
    Width = 75
    Height = 25
    Caption = #35712#27284
    TabOrder = 0
    OnClick = Button1Click
  end
  object Memo1: TMemo
    Left = 24
    Top = 48
    Width = 225
    Height = 321
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 1
  end
  object Button2: TButton
    Left = 264
    Top = 192
    Width = 81
    Height = 25
    Caption = '-->'
    TabOrder = 2
    OnClick = Button2Click
  end
  object Memo2: TMemo
    Left = 360
    Top = 32
    Width = 225
    Height = 153
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 3
  end
  object Memo3: TMemo
    Left = 360
    Top = 208
    Width = 225
    Height = 161
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 4
  end
  object Edit1: TEdit
    Left = 264
    Top = 152
    Width = 49
    Height = 21
    TabOrder = 5
    Text = '20'
  end
  object Edit2: TEdit
    Left = 184
    Top = 16
    Width = 49
    Height = 21
    TabOrder = 6
    Text = '?'
  end
  object Button3: TButton
    Left = 440
    Top = 8
    Width = 75
    Height = 25
    Caption = #23384#27284
    TabOrder = 7
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 448
    Top = 184
    Width = 75
    Height = 25
    Caption = #23384#27284
    TabOrder = 8
    OnClick = Button4Click
  end
  object OpenDialog1: TOpenDialog
    Left = 8
  end
  object SaveDialog1: TSaveDialog
    Left = 40
  end
end

⌨️ 快捷键说明

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