搜索资源列表
-
0下载:
进程调度模拟程序,动静态优先级相结合,的课程设计-Simulation of the process of scheduling procedures, static and dynamic priority combination of curriculum design
-
-
0下载:
制作一个个人日程管理工具。具体要求如下:
(1) 提供日程的添加、修改、删除功能
一条日程的信息通常包括标题、内容、日期、时间、优先级、提醒方式(提前多少时间提醒,以何种方式提醒)
有些日程安排可能是重复性的,需要设置重复的方式(每天、每周、每月、每年),重复的时间范围
(2) 提供提醒手段,如提醒时间到达后弹出提醒窗口,播放声音等;
(3) 提供对日程的检索(例如基于时间范围,基于优先级,基于关键字)
鼓励开发更多的功能
-Create a personal sch
-
-
0下载:
Simulation of CPU scheduling.
It will take on a group of 200 processes and execute them in an orderly fashion based on a particular algorithm the program will follow. The scheduling algorithms include, First Come First Serve, Shortest Job First and
-