搜索资源列表
-
0下载:
操作系统有关算法,时间片轮转算法,内存管理模拟实验源代码-Operating system-related algorithms, Round Robin time slice, memory management simulation source code
-
-
1下载:
Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。
这是ucore的实验4:调度器。实验目的:熟悉ucore 的系统调度器框架,以及内置的Round-Robin 调度算法;基于调度器框架实现一个调度器算法(Stride Scheduling)。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operatin
-
-
0下载:
用java实现的优先权算法和轮转法的内存分配的源代码-Using java to achieve the round robin priority algorithms and source code for memory allocation
-