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

📄 unit1.dfm

📁 二分覆盖算法的贪婪算法解决。使用dephi编译。使用了贪婪算法。
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 114
  Width = 544
  Height = 375
  Caption = #38472#29747' S0407553'
  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 = 24
    Top = 48
    Width = 198
    Height = 13
    Caption = '  '#35831#36755#20837'A'#37096#22270#30340#21464#37327#20010#25968'm'#65306'               '
  end
  object Label2: TLabel
    Left = 24
    Top = 112
    Width = 175
    Height = 13
    Caption = '  '#35831#36755#20837'B'#37096#22270#30340#21464#37327#20010#25968'n'#65306'        '
  end
  object Label3: TLabel
    Left = 24
    Top = 184
    Width = 338
    Height = 13
    Caption = '  '#35831#24744#36755#20837#20108#37096#22270#20851#31995#30340#37051#25509#30697#38453#65306'('#21033#29992'm'#215'n'#30697#38453#36755#20837')                  '
  end
  object Label4: TLabel
    Left = 576
    Top = 104
    Width = 72
    Height = 13
    Caption = '  '#32467#26524#36755#20986#65306'  '
  end
  object Label5: TLabel
    Left = 208
    Top = 48
    Width = 160
    Height = 13
    Caption = '  '#35831#36755#20837'A'#37096#22270#30340#21464#37327#24207#21495#65306'     '
  end
  object Label6: TLabel
    Left = 208
    Top = 112
    Width = 163
    Height = 13
    Caption = '  '#35831#36755#20837'B'#37096#22270#30340#21464#37327#24207#21495#65306'      '
  end
  object Edit1: TEdit
    Left = 24
    Top = 72
    Width = 153
    Height = 21
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 24
    Top = 136
    Width = 153
    Height = 21
    TabOrder = 1
  end
  object Memo1: TMemo
    Left = 120
    Top = 208
    Width = 193
    Height = 145
    ScrollBars = ssBoth
    TabOrder = 2
  end
  object Memo2: TMemo
    Left = 512
    Top = 152
    Width = 193
    Height = 145
    ScrollBars = ssBoth
    TabOrder = 3
  end
  object Button1: TButton
    Left = 128
    Top = 376
    Width = 177
    Height = 33
    Caption = #36755#20837#25968#25454
    TabOrder = 4
    OnClick = Button1Click
  end
  object Edit3: TEdit
    Left = 208
    Top = 72
    Width = 217
    Height = 21
    TabOrder = 5
  end
  object Edit4: TEdit
    Left = 208
    Top = 136
    Width = 217
    Height = 21
    TabOrder = 6
  end
end

⌨️ 快捷键说明

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