注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)操作系統(tǒng)操作系統(tǒng)概念(第7版 影印版)

操作系統(tǒng)概念(第7版 影印版)

操作系統(tǒng)概念(第7版 影印版)

定 價:¥65.00

作 者: (美)西爾伯查茨 高爾文 加根
出版社: 高等教育出版社
叢編項(xiàng): 國外優(yōu)秀信息科學(xué)與技術(shù)系列教學(xué)用書
標(biāo) 簽: 計(jì)算機(jī)理論

ISBN: 9787040209280 出版時間: 2007-03-01 包裝: 平裝
開本: 16開 頁數(shù): 921 字?jǐn)?shù):  

內(nèi)容簡介

  權(quán)威性——教育部高等教育司推薦、教育部高等學(xué)校信息科學(xué)與技術(shù)引進(jìn)教材專家組遴選系統(tǒng)性——覆蓋計(jì)算機(jī)專業(yè)主干課程和非計(jì)算機(jī)專業(yè)計(jì)算機(jī)基礎(chǔ)課程先進(jìn)性——著名計(jì)算機(jī)專家近兩年的最新著作,內(nèi)容體系先進(jìn)經(jīng)濟(jì)性——價格與國內(nèi)自編教材相當(dāng),是國內(nèi)引進(jìn)教材價格最低的操作系統(tǒng)發(fā)展的又一關(guān)鍵時刻非常小型的操作系統(tǒng),如篇首的小恐龍所使用的驅(qū)動手持設(shè)備的操作系統(tǒng),是Silberschatz、Galvin和Gagne第七版《操作系統(tǒng)概念》中的一種前沿應(yīng)用。通過保留最新的,保持有意義的,并改編為課程最需要的內(nèi)容,這本引導(dǎo)市場潮流的教材繼續(xù)指導(dǎo)著操作系統(tǒng)課程。第七版不僅提供最新且最有意義的系統(tǒng),同時還從更深層次揭示了那些在當(dāng)今操作系統(tǒng)發(fā)展過程中仍保持不變的基本概念。通過擁有這種堅(jiān)實(shí)的概念基礎(chǔ),學(xué)生們能更容易理解與特定系統(tǒng)相關(guān)的細(xì)節(jié)問題。

作者簡介

  西爾伯查茨(Abraham Silberschatz)是美國耶魯大學(xué)計(jì)算機(jī)科學(xué)系教授。前任新澤西州Murray Hill的貝爾實(shí)驗(yàn)室信息科學(xué)研究中,Peter Baer Galvin是技術(shù)合作公司的技術(shù)主管,曾任美國布朗大學(xué)計(jì)算機(jī)科學(xué)系的系統(tǒng)主管。作為顧問和培訓(xùn)教師,他在世界各地講解和教授網(wǎng)絡(luò)系統(tǒng)管理、安全和性能等。Greg Gagne是美國鹽湖城威斯特敏斯特學(xué)院計(jì)算機(jī)科學(xué)與數(shù)學(xué)系主任。除了講授操作系統(tǒng)外,他還教授計(jì)算機(jī)網(wǎng)絡(luò)\分布式系統(tǒng)\面向?qū)ο蟪绦蛟O(shè)計(jì)和數(shù)據(jù)結(jié)構(gòu)等。

圖書目錄

PART ONE OVERVIEW
Chapter I Introduction
1.1 What Operating Systems Do
1.2 Computer-System Organization
1.3 Comvuter-Svstem Architecture
1.4 Operating-System Structure
1.5 Operating-System Operations
1.6 Process Management
1.7 Memory Management
1.8 Storage Management
1.9 Protection and Security
1.10 Distributed Systems
1.11 Special-Purpose Systems
1.12 Computing Environments
1.13 Summary
Exercises
Bibliographical Notes
Chapter 2 Operating-System Structures
2.1 Operating-System Services
2.2 User Operating-System Interface
2.3 System Calls
2.4 Types of System Calls
2.5 System Programs
2.6 Operating-System Design and
Implementation
2.7 Operating-System Structure
2.8 Virtual Machines
2.9 Operating-System Generation
2.10 System Boot
2.11 Summary
Exercises
Bibliographical Notes
PART TWO PROCESS MANAGEMENT
Chapter 3 Processes
3.1 Process Concept
3.2 Process Scheduling
3.3 Operations on Processes
3.4 Interprocess Communication
3.5 Examples of IPC Systems
3.6 Communication in Client-
Server Svstems
3.7 Summary
Exercises
Bibliographical Notes
Chapter 4 Threads
4.1 Overview
4.2 Multithreading Models
4.3 Thread Libraries
4.4 Threading Issues
4.5 Operating-System Examples
4.6 Summary
Exercises
Bibliographical Notes
Chapter 5 CPU Scheduling
5.1 Basic Concepts
5.2 Scheduling Criteria
5.3 Scheduling Algorithms
5.4 Multiple-Processor Scheduling
5.5 Thread Scheduling
5.6 Operating System Examples
5.7 Algorithm Evaluation
5.8 Summary
Exercises
Bibliographical Notes
Chapter 6 Process Synchronization
6.1 Background
6.2 The Critical-Section Problem
6.3 Peterson's Solution
6.4 Synchronization Hardware
6.5 Semaphores
6.6 Classic Problems of
Synchronization
6.7 Monitors
6.8 Synchronization Examples
6.9 Atomic Transactions
6.10 Summary
Exercises
Bibliographical Notes
Chapter 7 Deadlocks
7.1 System Model
7.2 Deadlock Characterization
7.3 Methods for Handling Deadlocks
7.4 Deadlock Prevention
7.5 Deadlock Avoidance
7.6 Deadlock Detection
7.7 Recovery From Deadlock
7.8 Summary
Exercises
Bibliographical Notes
PART THREE MEMORY MANAGEMENT
Chapter 8 Main Memory
Chapter 9 Virtual Memory
PART FOUR STORAGE MANAGEMENT
Chapter 10 File-System Interface
Chapter 11 File-System Implementation
Chapter 12 Mass-Storage Structure
Chapter 13 I/O Systems
PART FIVE PROTECTION AND SECURITY
Chapter 14 Protection
Chapter 15 Security
PART SIX DISTRIBUTED SYSTEMS
Chapter 16 Distributed System Structures
Chapter 17 Distributed File Systems
Chapter 18. Distributed Coordination
PART SEVEN SPECIAL-PURPOSE SYSTEMS
Chapter 19 Real-Time Systems
Chapter 20 Multimedia Systems
PART EIGHT CASE STUDIES
Chapter 21 The Linux System
Chapter 22 Windows XP
Chapter 23 Influential Operating Systems
Appendix A UNIX BSD (contents online)
Appendix B The Mach System (contents online)
Appendix C Windows 2000 (contents online)

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號