5 Star 0 Fork 0

AHU操作系统小组/操作系统作业-进程调度

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

多级反馈队列调度算法

作者:谭哲昊;郑桐;宋逊;郭紫晴;姚琪

效果预览

allView

项目设计介绍

为满足高耦合,低内聚的需求,本项目整体设计采用MVI架构,将“模型”、“控件”、“事件” 解耦。

  • 模型core
  • 控件gui
  • 事件control

“模型” 专注于任务的处理。其中的Once完成进程调度的核心算法。

“控件” 专注于状态的展示。将 “模型” 的状态渲染到页面,并将用户的输入传递给 “事件”

“事件” 专注于输入的分发。从 “控件” 接收到的事件将会按需分发到 “模型”

此外,为满足跨平台需求,项目添加了系统抽象层std。任何从操作系统获取的数据都通过抽象层进行包装。

Empty file

About

多级反馈队列进程调度算法 expand collapse
Cancel

Releases

No release

Contributors

All

Language(Optional)

Activities

can not load any more
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ahu-operating-system-group/operateSystem-processSchedule.git
git@gitee.com:ahu-operating-system-group/operateSystem-processSchedule.git
ahu-operating-system-group
operateSystem-processSchedule
操作系统作业-进程调度
master

Search