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

📄 dpartition.~dfm

📁 本程序为一个内存动态分区分配的模拟程序,采用首次适应算法和最佳适应算法实现动态分区。其中
💻 ~DFM
字号:
object MainFrm: TMainFrm
  Left = 137
  Top = 137
  Width = 696
  Height = 480
  Caption = #21160#24577#20998#21306#20998#37197#30340#27169#25311
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 4
    Top = 4
    Width = 445
    Height = 445
    ScrollBars = ssVertical
    TabOrder = 3
  end
  object GroupBox1: TGroupBox
    Left = 460
    Top = 4
    Width = 221
    Height = 149
    Caption = #30003#35831#31354#38388
    TabOrder = 0
    object Label1: TLabel
      Left = 20
      Top = 31
      Width = 68
      Height = 13
      Caption = #20316'  '#19994'  '#21517#65306
    end
    object Label2: TLabel
      Left = 20
      Top = 71
      Width = 70
      Height = 13
      Caption = #31354#38388#22823#23567#65306
    end
    object Label4: TLabel
      Left = 187
      Top = 72
      Width = 14
      Height = 13
      Caption = 'KB'
    end
    object Edit_CName: TEdit
      Left = 80
      Top = 28
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Edit_Size: TEdit
      Left = 80
      Top = 68
      Width = 101
      Height = 21
      TabOrder = 1
    end
    object Btn_Create: TButton
      Left = 80
      Top = 104
      Width = 75
      Height = 25
      Caption = #30003#35831
      TabOrder = 2
      OnClick = Btn_CreateClick
    end
  end
  object GroupBox2: TGroupBox
    Left = 460
    Top = 168
    Width = 221
    Height = 105
    Caption = #20998#21306#20998#37197#31639#27861
    TabOrder = 1
    object FF: TRadioButton
      Left = 20
      Top = 32
      Width = 113
      Height = 17
      Caption = #39318#27425#36866#24212#31639#27861
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object BF: TRadioButton
      Left = 20
      Top = 64
      Width = 113
      Height = 17
      Caption = #26368#20339#36866#24212#31639#27861
      TabOrder = 1
    end
  end
  object GroupBox3: TGroupBox
    Left = 460
    Top = 288
    Width = 221
    Height = 109
    Caption = #37322#25918#31354#38388
    TabOrder = 2
    object Label3: TLabel
      Left = 20
      Top = 32
      Width = 68
      Height = 13
      Caption = #20316'  '#19994'  '#21517#65306
    end
    object Edit_FName: TEdit
      Left = 80
      Top = 28
      Width = 121
      Height = 21
      TabOrder = 0
    end
    object Btn_Free: TButton
      Left = 80
      Top = 64
      Width = 75
      Height = 25
      Caption = #37322#25918
      TabOrder = 1
      OnClick = Btn_FreeClick
    end
  end
end

⌨️ 快捷键说明

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