搜索资源列表
-
0下载:
假设某单处理机系统采用“基于动态优先权的时间片轮转”调度算法,系统允许进程的最大个数为10 。进程队列采用单向链表组织进程控制块。请编程实现该算法-Suppose a single-processor system is " based on dynamic priority round-robin" scheduling algorithm, the system allows a process to the maximum number is 10. Process qu
-
-
0下载:
network simulator that simulate scheduling packets through round robin strategy with 4 queues by polling 4 packets from Q1 and 3packets from Q2 and 2packets from Q3 and one packet from Q4.
-
-
0下载:
此仿真为ubantu系统下的REAL仿真(网络链路的仿真),本工程可以了解路由调度的基本概念;用C语言实现Round Robin路由调度策略;熟悉链表的操作。
-This simulation under the REAL ubantu system simulation (simulation of the network link), the project can understand the basic concepts of routing scheduling Round Ro
-
-
0下载:
操作系统调度算法
优先权和时间片轮转法-Operating system scheduling algorithm priority and round-robin method
-
-
0下载:
线程调度的介绍,主要是时间片轮转和优先级的方式来实现-The introduction of the thread scheduling, round-robin and priority to achieve
-