read me.txt
来自「CPU调度算法---模拟OS所使用的所有调度算法,包括创建一个kernel,PC」· 文本 代码 · 共 7 行
TXT
7 行
Author: Ameya Khasgiwala
subject: CPU Scheduling algorithms in C++
This was given to me as an assignment in the college so no project file exists.
There are priority, Round Robin, First come first serve and Shortest job first algorithm simulation.
job of my kernel is to just display the file, you can enhance it to do specific jobs and make your own kernel.
a mid term scheduler is also present.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?