-
1 : Prepare a simulation and debugging process scheduling procedures, "Prio...
1、 :编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对进程进行调度。 “最高优先数优先调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。尝试静态优先数与动态优先数两种方法:
a) 静态优先数是指优先数在整个进程运行期间不再改变。优先数可以在数据输入时指定,也可以根据到达顺序、运行时间确定。
b) 动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如进程获得一次CPU后就将其优先数减少1。或者进程等待的时间超过某一时限时增加其优先数的值。
2、 编写并调试一个模拟的进程调度程序,模拟实现多级反馈队列调度算法。
3、 编写并调试一个模拟的进程调度程序,模拟实现最低松弛度优先算法。
4、 程序与报告要求:
a) 对上述要求1、2、3,至少要完成一项,鼓励尝试多种算法。
b) 输出结果要尽量详细清晰,能够反映调度后队列变化,PCB内部变化。
c) 可以选择在Windows或Linux环境下编写、运行程序
d) 鼓励使用不同的开发工具在不同平台环境上进行开发比较。
e) 在实验报告中,一方面可以对实验结果进行分析,一方面可以对各种算法进行比较,分析它们的优劣,说明各种算法适用于哪些情况下的调度。
-1 : Prepare a simulation and debugging process scheduling procedures, "Priority number of the highest priority" to the process of scheduling algorithms for scheduling. "Highest priority priority scheduling algorithm for the basic idea is to place the CPU allocated to the priority queue highest process. Taste Examination several static and dynamic priority priority number two methods : a) static priority number is priority
- 2022-03-26 12:38:45下载
- 积分:1
-
这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法
这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法-This procedure achieved a memory space of dynamic management and allocation, to simulate the operating system memory management an important method
- 2023-07-13 01:30:03下载
- 积分:1
-
进程调度算法!是源代码,不错的了!给大家下载使用!
进程调度算法!是源代码,不错的了!给大家下载使用!-Process scheduling algorithm! Is the source code, good! U.S. to download!
- 2022-01-25 18:41:27下载
- 积分:1
-
this is aes algorithm
this is aes algorithm
- 2022-02-02 04:29:09下载
- 积分:1
-
银行家算法,希望大家喜欢
银行家算法,希望大家喜欢-bankers algorithm, hope you like
- 2022-12-09 08:25:02下载
- 积分:1
-
mutil cpu code 多核编程资料
mutil cpu code 多核编程资料-mutil cpu code multi-core programming information
- 2022-02-02 22:09:24下载
- 积分:1
-
a simple process of learning to create programs
一个简单的学习进程创建程序-a simple process of learning to create programs
- 2022-05-13 19:58:27下载
- 积分:1
-
T-Kernel Driver Sample
T-Kernel Driver Sample-T-Kernel Driver Sample
- 2022-08-19 03:50:16下载
- 积分:1
-
文件系统,9600,fat16,fat32 ,还不错哦
文件系统,9600,fat16,fat32 ,还不错哦-File System, 9600, fat16, fat32, oh well
- 2022-01-25 16:14:31下载
- 积分:1
-
C++编写的一个操作系统程序
C++编写的一个操作系统程序-prepared an operating system procedures
- 2022-07-09 11:23:42下载
- 积分:1