摘要: //cpp文件#include "stdafx.h"void FCFS();//先到先服务调度算法void SJF();//短进程优先算法void printProc();//输出进程的计算结果struct process_type //进程结构{ int pid;... 阅读全文
posted @ 2018-04-26 20:50 hunterxing 阅读(957) 评论(0) 推荐(0) 编辑
摘要: import java.awt.FlowLayout;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import javax.swing.JButton;import ja... 阅读全文
posted @ 2018-04-26 12:38 hunterxing 阅读(358) 评论(0) 推荐(0) 编辑