发表评论取消回复
相关阅读
相关 《Operating System Concepts(操作系统概念)》课程学习(7)——Chapter 7 DEADLOCK(第7章 死锁处理)
Contents System Model Deadlock Characterization Methods for Handling Deadlocks Deadlo
相关 《Operating System Concepts(操作系统概念)》课程学习(6)——Chapter 6 PROCESS SYNCHRONIZATION(第6章 进程同步)
Contents Why synchronization Primitive software approaches Hardware approaches Semaph
相关 《Operating System Concepts(操作系统概念)》课程学习(5)——Chapter 5 CPU Scheduling(第5章CPU调度)
Contents Basic Concepts Scheduling Criteria Scheduling Algorithms Multiple-Processor
相关 《Operating System Concepts(操作系统概念)》课程学习(4)——Chapter 4 Process Management(第4章 进程管理)
Content Process concept Process scheduling Process operations Process cooperating
相关 《Operating System Concepts(操作系统概念)》课程学习(3)——Chapter 3 Operating System Structures(第3章 操作系统结构)
Chapter 3 Operating-System Structures Contents System Components System Services
相关 《Operating System Concepts(操作系统概念)》课程学习(2)——Chapter 2 Computer System Structures(第2章 计算机系统结构)
Chapter 2 Computer System Structures 计算机系统结构 Contents Computer system operation I/
相关 《Operating System Concepts(操作系统概念)》课程学习(1)——Chapter 1 Introduction(第1章 绪论)
操作系统概念 Operating System Concepts 说起操作系统,我想在坐的各位同学都不会陌生。因为无论我们想用计算机干什么,首先要做的就是启动操作系统,任
相关 操作系统概念 --- 读书笔记 第5章:CPU调度
5.1 CPU调度基本概念 5.1.1 抢占调度 && 非抢占调度 当CPU空闲的时候,操作系统就要从就绪队列中选择一个进程去执行,其实就是选择PCB,这个是由短期调度程
相关 Operating System Concepts ——chapter 6——CPU Scheduling
调度算法目标: 通过多道程序设计来获得尽可能大的CPU利用率。 基本算法: FCFS first come, first server 看起来很公平,但是并不
相关 Operating System Concepts ——chapter 5——Process Synchronization
临界区问题 硬件同步 硬件指令,一个指令执行过程中,不会被中断(原子操作) TestAndSet boolean TestAndSet (boole
还没有评论,来说两句吧...