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

📄 unit1.dfm

📁 课程实验,自己做的一个关于请求分布的程序, 采用先进先出算法(FIFO)和最近最久未使用算法(LRU)进行页面的置换
💻 DFM
字号:
object Form1: TForm1
  Left = 192
  Top = 107
  Width = 696
  Height = 480
  Caption = #35831#27714#20998#39029#23384#20648#31649#29702#26041#24335#30340#27169#25311
  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 Memo1: TMemo
    Left = 4
    Top = 4
    Width = 457
    Height = 445
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 0
  end
  object GroupBox1: TGroupBox
    Left = 476
    Top = 4
    Width = 205
    Height = 141
    Caption = #39029#38754#32622#25442#31639#27861
    TabOrder = 1
    object FIFO: TRadioButton
      Left = 24
      Top = 34
      Width = 113
      Height = 17
      Caption = #20808#36827#20808#20986#31639#27861
      Checked = True
      TabOrder = 0
      TabStop = True
    end
    object LRU: TRadioButton
      Left = 24
      Top = 66
      Width = 157
      Height = 17
      Caption = #26368#36817#26368#20037#26410#20351#29992#31639#27861
      TabOrder = 1
    end
  end
  object Btn_Run: TButton
    Left = 540
    Top = 104
    Width = 75
    Height = 25
    Caption = #36816#34892
    Default = True
    TabOrder = 2
    OnClick = Btn_RunClick
  end
end

⌨️ 快捷键说明

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