代码拉取完成,页面将自动刷新
/* ****************************************************************************
* Central South University, CSU
* @Author csu_cangkui
* Version 1.2.4
* 2020/12/07
* ****************************************************************************
* Project main modules:
* widget Main frame of project OSSimulation
* sprocess Process class of project OSSimulation
* spcb PCB module in a process
* readyque The ready queue of OS in memory
* readyinfodialog Frame for showing information of a process in ready queue
* backupque The back-up queue of OS outside memory
* addworks Frame for adding a process to back-up queue by users
* selectsuspend Frame for selecting a process into suspend queue
* passrate Module for showing percents of usage of memory
* ****************************************************************************
*/
#include "widget.h"
#include <QApplication>
#include <QDebug>
#include <QTimer>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Widget w;
w.setWindowTitle("OSsimulation");
w.setWindowIcon(QIcon(":/image/Image/os.png"));
w.show();
w.CPUscheduling();
return a.exec();
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。