-
android 操作系统英文开发文档说明
android 操作系统英文开发文档说明-android development documentation
- 2022-02-25 16:00:26下载
- 积分:1
-
哈工大操作系统课程设计,虚拟磁盘的设计和实现
哈工大操作系统课程设计,虚拟磁盘的设计和实现-HIT operating system design, virtual disk design and the realization of
- 2022-07-19 12:21:31下载
- 积分:1
-
This is the realization of operating system scheduling problem of traffic lights...
这是实现操作系统交通灯调度问题,里面不是很好,希望大家提出宝贵的意见-This is the realization of operating system scheduling problem of traffic lights, which is not very good, hope that the valuable advice
- 2022-05-31 01:57:21下载
- 积分:1
-
a complete OS GUI interface, single
一个完整的GUI界面OS,单盘启动 实现了多线程、FAT32文件读写,GUI图形界面-a complete OS GUI interface, single-disk realized multiple threads, FAT32 file read and write, GUI graphical interface
- 2023-07-23 07:05:04下载
- 积分:1
-
基于Linux的GUI库的跨平台的简单的DOS MGUI库,Linux和…
Linux based MGUI Library for cross platform simpe GUI library for DOS, Linux and Windows
- 2022-03-01 20:51:35下载
- 积分:1
-
Intro.to.OrangeS
OS构建自己的操作系统
Intro.to.OrangeS
OS构建自己的操作系统-Intro.to.OrangeS OS Build your own operating system
- 2022-08-18 11:03:12下载
- 积分:1
-
AVR 128 Processor dev source
AVR 128 Processor dev source -128 AVR dev source Processor
- 2023-02-28 05:00:04下载
- 积分:1
-
模拟操作系统的进程调用
模拟操作系统的进程调用-simulated the process of operating system calls
- 2022-11-20 07:50:03下载
- 积分:1
-
学习MFC的程序源代码
学习MFC的程序源代码-learning MFC source code
- 2022-07-14 06:51:07下载
- 积分: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