基本概念:

  1. 作业周转时间(Ti)=完成时间(Tei)-提交时间(Tsi)
  2. 作业平均周转时间(T)=周转时间/作业个数
  3. 作业带权周转时间(Wi)=周转时间/运行时间
  4. 响应比=(等待时间+运行时间)/运行时间

FCFS(first come first server)

SPF(shortest process first,process也可为job)

HRN(Highest Response-ratio Next,最高响应比)

HPN(highest priority first)

均衡调度算法(多级队列调度算法)

相关文章:

  • 2021-05-03
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2022-12-23
  • 2021-12-05
  • 2021-05-31
猜你喜欢
  • 2022-01-06
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-10-21
相关资源
相似解决方案