-
模拟操作系统的存储过程
模拟操作系统的存储过程-simulation of the operating system stored procedure
- 2022-06-17 10:55:22下载
- 积分:1
-
FreeRTOS 2.5源码
FreeRTOS 2.5源码-FreeRTOS 2.5 FOSS
- 2022-08-15 07:04:02下载
- 积分:1
-
OS C Programming
操作系统C++编程――批处理系统的作业调度.c-OS C Programming-- Batch Job Scheduling System. C
- 2022-04-11 20:54:50下载
- 积分:1
-
IDT72v90823时隙交叉芯片的 的功能驱动代码,已验证成功
IDT72v90823时隙交叉芯片的 的功能驱动代码,已验证成功-IDT72v90823 slot cross-functional chip-driven code, has proved to be successful
- 2022-03-23 14:44:26下载
- 积分:1
-
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
-
一个完成的lru算法
一个完成的lru算法-a completed LRU algorithm
- 2022-09-05 05:35:03下载
- 积分:1
-
MIPS系列CPU下的测试代码,非常好的东西;
MIPS系列CPU下的测试代码,非常好的东西;-MIPS CPU series of test code, a very good thing;
- 2022-08-20 09:23:57下载
- 积分:1
-
模仿操作系统的先来先服务,用单链表写的程序
模仿操作系统的先来先服务,用单链表写的程序-imitate the operating system first-come first-service, single-Chain written procedures
- 2022-04-18 04:56:10下载
- 积分:1
-
the linux source code is very comprehensive ~ ~ basic integrity of the use of a...
这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自测试~但就算用来做参考资料也是非常好的-the linux source code is very comprehensive ~ ~ basic integrity of the use of a translation of c ~ due to the time I did not personally test to be used to do it even if reference is very good
- 2022-03-17 08:23:38下载
- 积分:1
-
minix操作系统的引导相关程序
minix操作系统的引导相关程序-Minix operating system to guide related procedures
- 2022-03-18 07:04:57下载
- 积分:1