搜索资源列表
2
- 设计一个按时间片轮转法实现处理器调度的程序-Design a time-slice cycle method to achieve processor scheduling program
juyuyouxianjidedanchulijichengdiaodu
- 假设某单处理机系统采用“基于动态优先权的时间片轮转”调度算法,系统允许进程的最大个数为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
OS
- 用C语言实现操作系统时间片轮转算法,重要代码带有注释,清晰易懂-Operating system, round-robin algorithm, implemented in C and important code with annotations, clear and easy to understand
jcdd
- 操作系统调度算法 优先权和时间片轮转法-Operating system scheduling algorithm priority and round-robin method
shijianpianlunzhuanfa
- 这是操作系统时间片轮转法的课程设计,还有关优先级数的算法描述-This is the operating system curriculum design of the round-robin method on priority Series algorithm descr iption
puihter
- 实现操作系统时间片的优先级调度和轮转调度,不错的源码()