资源列表
[操作系统开发] time
说明:中断机构能发现中断事件,且当发现中断事件后迫使正在处理器上执行的进程暂时停止执行,而让操作系统的中断处理程序占有处理器去处理出现的中断事件。对不同的中断事件,由于它们的性质不同,所以操作系统应采用不同的处理-Interrupt agencies can find an interrupt event, and when it was found to force an interrupt event process being d on the processor to temporarily<王海鹏> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[操作系统开发] main
说明:通过用高级语言编写模拟进程调度程序,了解有关进程控制块、进程队列的概念,体会掌握了优先数算法和时间片轮转算法的具体实施办法,提高对进程调度的认识。2. (1)优先数调度算法程序 (2)循环轮转调度算法程序-By writing simulation process scheduler with high-level language, learn about the process control block, the concept of process queue priority numb<白新宇> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[操作系统开发] battery_simulator.py
说明:The node publishes a floating point value on the /battery_level topic starting with the initial_battery_level and counting down to 0 over a time period specified by the battery_runtime parameter. Both parameters can be specified in a launch file<ahmed> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[操作系统开发] MemManagerBAK
说明:操作系统实验:模拟内存分配与回收。可以指定分配的大小,回收的对象。-Experimental operating system: memory allocation and recovery simulation. You can specify the size distribution of the recovered objects.<李大好> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[操作系统开发] 进程调度
说明:进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。 每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得 CP<寒修末 > 在 2025-06-10 上传 | 大小:1kb | 下载:0
[操作系统开发] LRU
说明:用高级语言模拟页面置换算法LRU,加深对LRU算法的认识。 其基本原理为: 如果某一个页面被访问了,它很可能还要被访问;相反,如果它长时间不被访问,在最近未来的时间里是不大可能被访问的。(Using high-level language simulation page replacement algorithm LRU, deepen the understanding of the LRU algorithm. The basic principle is: If a page is<寒修末 > 在 2025-06-10 上传 | 大小:1kb | 下载:0