搜索资源列表
-
1下载:
合肥工业大学操作系统课程设计
进程/作业调度:多级反馈队列调度算法。
1建立作业的数据结构描述;
2使用两种方式产生作业:(a)自动产生, (b)手工输入;
3在屏幕上显示每个作业的执行情况;
4时间的流逝可用下面几种方法模拟:(a)按键盘,每按一次可认为过一个时间单位; (b) 响应WM_TIMER;
5计算并显示一批作业的周转时间、平均周转时间、带权周转时间、平均带权周转时间。
6将一批作业的执行情况存入磁盘文件,以后可以读出并重放;-Hefei Universi
-
-
0下载:
通过利用简单的结构和控制方法,完成模拟进程结构、进程状态和进程控制,掌握根据事件处理就绪队列、阻塞队列和当前执行进程的状态的方法。-Through the use of a simple structure and control method, the completion of the modeling process structure, process status, and process control, master the ready queue according to the
-
-
0下载:
进程调度算法模拟程序设计
实验内容
1、 可以用任何语言设计模拟的PCB结构
提示:应该包括模拟进程名称,模拟进程运行总时间,模拟进程进入就绪队列时间,模拟进程已运行时间,模拟进程状态,模拟响应比值。
2、 建立进程就绪队列
3、 编制高响应比优先调度算法实现进程调度的模拟过程
要求:
(1) 在屏幕上模拟显示出正在执行的进程的执行情况以及处于就绪和阻塞状态的进程的情况
(2) 可以随时建立模拟进程;
(3) 可以阻塞正在执行的模拟进程;可以唤醒阻塞的模拟进
-
-
0下载:
堆栈、队列、表的简单实现及其应用,简要说明了其原理-Simple implementation and application stacks, queues, tables, and a brief descr iption of its principle
-
-
0下载:
实现报文交换,可以目录到队列,队列到队列,队列到目录,目录到目录的数据交换,这种实现方式可以灵活配置。-Implementation of packet switching, can directory to the queue, the queue to a queue, the queue to the directory, directory to the directory data exchange, this implementation can flexible configura
-