摘要: 非抢占式 /* process:优先级调度非抢占式 author:lisuhang time:2022-4-11 */ #include<iostream> #include <fstream> using namespace std; int const N = 100; int i = 0; / 阅读全文
posted @ 2022-04-11 18:01 爱敲代码的自闭杭 阅读(139) 评论(0) 推荐(0)
摘要: 代码 /* process:时间片轮转 author:lisuhang time:2022-4-11 */ #include<iostream> #include <fstream> using namespace std; int const N = 100; int i = 0; // 进程 / 阅读全文
posted @ 2022-04-11 16:54 爱敲代码的自闭杭 阅读(241) 评论(0) 推荐(0)