摘要: 实验作业 #include <iostream> //银行家 using namespace std; const int maxn = 1e2 + 7, almaxn = 1e5 + 7; int available[maxn], n, m; bool avl[maxn]; struct djks 阅读全文
posted @ 2021-05-22 15:08 Aboicde 阅读(66) 评论(0) 推荐(0)
摘要: 实验作业 先来先服务调度算法。 最短作业优先调度算法。 最高响应比优先调度算法。 #include<bits/stdc++.h> #include <iostream> #include <cstring> #include <cstdio> #include <thread> #include < 阅读全文
posted @ 2021-05-22 12:29 Aboicde 阅读(165) 评论(0) 推荐(0)