搜索资源列表
-
0下载:
本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel' s internal data structures and algorithms. Procedures described in the file sys
-
-
0下载:
存储管理原代码,在Linux环境下模拟多种内存调度算法。-Memory management source code in the Linux environment, to simulate a variety of memory scheduling algorithms.
-
-
0下载:
scheduling algorithms for various governors in linux
-
-
0下载:
实验内容:
要求实现用户空间内的作业调度系统,通过作业调度系统实现以下的操作:
(1)提交自己的作业。
(2)将自己提交的作业移出。
(3)查看作业状态。
实验目的:
理解操作系统中调度的概念和调度算法;
学习Linux下进程控制以及进程通讯的知识
理解在操作系统中作业是如何被调度的,如何协调与控制作业对CPU的使用-Experiment: job scheduling system in user space, the following o
-
-
0下载:
NACHOS操作系统 对线程机制的完善
增加属性,增加调度算法,实现了锁和条件变量-NACHOS perfect operating system thread mechanism to increase property, increase scheduling algorithms, locks and condition variables
-
-
0下载:
操作系统进程调度算法,先来先服务,短进程优先,高响应比-Operating system process scheduling algorithms, first-come, first-served, a short process priority, high response ratio
-
-
0下载:
进程调度算法,包括实验报告及源程序,RR及SPF-Process scheduling algorithms, including experimental reports and source code, RR and SPF
-
-
1下载:
a program that implements the following disk-scheduling algorithms:
FCFS, SSTF, SCAN, C-SCAN, Look and C-Look
-