搜索资源列表
Process
- 任务1:进程调度 1 设计目的 (1)要求学生设计并实现模拟进程调度的算法:时间片轮转及先来先服务。 (2)理解进程控制块的结构。 (3)理解进程运行的并发性。 (4)掌握进程调度算法。 2 设计要求 在多道程序运行环境下,进程数目一般多于处理机数目,使得进程要通过竞争来使用处理机。这就要求系统能按某种算法,动态地把处理机分配给就绪队列中的一个进程,使之运行,分配处理机的任务是由进程调度程序完成的。一个进程被创建后,系统为了便于对进程进行管理,将系统中的所有进程按其状
code
- 进程调度算法模拟 时间片轮转法 可视化-Process scheduling algorithm Round-Robin time slice simulation visualization
Round-Robin
- 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
RR
- 操作系统进程调度实验,使用时间片轮转算法实现。-Operating system process scheduling experiment, using the round-robin algorithm.
time
- 用时间片轮转算法的进程调度程序,可以在界面设定的互斥资源(包括两种:输入设备与输出设备)的数目,进程数、进入内存时间、要求服务时间可以在界面上进行设定.采用可视化界面,可在进程调度过程中随时暂停调度,查看当前进程的状态以及相应的阻塞队列.-With a round-robin algorithm process scheduler, you can set the interface mutex resources (including two types: input devices and
system
- 用java编写的进程调度算法,算法包含四种调度:先到先服务,短作业优先,时间片轮转,优先级优先-the suanfa is made by java.
processSchedule
- 用java语言实现的处理机调度,时间片轮转算法和优先级算法,-process Schedule
os
- 在txt文档里输入模拟指令,读取txt文档内容,用调度算法实现cpu的模拟调度算法.(In the txt document, enter the analog command, read the contents of the txt document, using scheduling algorithm to achieve CPU simulation scheduling algorithm)