Operating System Algorithms
by Nathan Adams,Elisha Chirchir
Print Length 页数: 106 pages
Publisher finelybook 出版社: CreateSpace Independent Publishing Platform; 1 edition (21 April 2017)
Language 语言: English
ISBN-10: 1545146268
ISBN-13: 9781545146262
B071V3R7DH
Contents
Chapter 1 – Introduction
Chapter 2 – Process Scheduling
Chapter 3 – Resource Allocation Graph
Chapter 4 – Disk Scheduling
Chapter 5 – Solutions
Operating System Algorithms will walk you through in depth examples of algorithms that you would find in an operating system. Selected algorithms include ones related to process scheduling:
First Come First Serve (FCFS)
Shortest Job First (Non-preemption)
Shortest Job First (Preemption)
Priority
Round Robin
As well as disk scheduling algorithms:
First Come First Serve (FCFS)
Shortest Seek Time First
SCAN
C-SCAN
LOOK
C-LOOK
操作系统算法将引导您深入了解在操作系统中找到的算法。 所选算法包括与进程调度相关的算法:
先到先得(FCFS)
最短工作(不抢占)
最短工作(抢占)
优先
轮回
以及磁盘调度算法:
先到先得(FCFS)
最短寻求时间先
扫描
C-SCAN
看
C-LOOK
Operating System Algorithms
未经允许不得转载:finelybook » Operating System Algorithms
相关推荐
- Hands-On Machine Learning with C++: Build, train, and deploy end-to-end machine learning and deep learning pipelines, 2nd Edition
- IDS and IPS with Snort 3: Get up and running with Snort 3 and discover effective solutions to your security issues
- Salesforce DevOps for Architects: Discover tools and techniques to optimize the delivery of your Salesforce projects
- Segment Routing in MPLS Networks: Transition from traditional MPLS to SR-MPLS with TI-LFA FRR
- Managing Project Risks, 2nd Edition
- FastAPI Cookbook: Develop high-performance APIs and web applications with Python