操作系统概念

操作系统概念 pdf epub mobi txt 电子书 下载 2025

出版者:高等教育出版社
作者:[美]西尔伯查茨(Silberschatz,A.)
出品人:
页数:921
译者:
出版时间:2007-3
价格:72.00元
装帧:平装
isbn号码:9787040209280
丛书系列:国外优秀信息科学与技术系列教学用书
图书标签:
  • 操作系统
  • 计算机
  • OS
  • 操作系统概念
  • 计算机科学
  • 教材
  • 英文原版
  • 计算机理论
  • 操作系统
  • 概念
  • 计算机科学
  • 系统编程
  • 进程管理
  • 内存管理
  • 文件系统
  • 并发控制
  • 安全性
  • 性能优化
想要找书就要到 小美书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

具体描述

操作系统概念(第7版 影印版),ISBN:9787040209280,作者:(美)西尔伯查茨 高尔文 加根

作者简介

目录信息

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)
· · · · · · (收起)

读后感

评分

书籍说明 最经典的操作系统入门书籍 对操作系统的各个细节有比较详细的说明 唯一需要加强的是:对于内核细节的讲解 不过已经够好了,值得认真阅读 阅读建议 学习操作系统基础知识的时候,认真阅读  

评分

书籍说明 最经典的操作系统入门书籍 对操作系统的各个细节有比较详细的说明 唯一需要加强的是:对于内核细节的讲解 不过已经够好了,值得认真阅读 阅读建议 学习操作系统基础知识的时候,认真阅读  

评分

这本书的思路与T的不尽相同, 他是想从理论层面把问题的产生和解决思路阐述清楚. 毕竟是Yale的资深教授, 没两把刷子是不敢出来耍的... 这里是他的个人网站, 可以在这里下到他的教材PPT或PDF, 我读了读觉得还是不错的, 适合做Architect工作的, 不适合喜欢动手的兄弟们... http:...  

评分

09年毕业,同学把他收藏的这本操作系统概念送给了我,当时也没有看,直到两年前才翻开来看,发现书的章节安排得很好,作者也善于循序渐进,翻译也非常好,阅读起来没有生硬的概念 操作系统的概念描述的非常到位,不会让人读完之后不知所云..  

评分

作者的编写风格是我喜欢的。对于非计算机专业的童鞋补充操作系统的知识来说,是一本非常推荐的书。前面将的线程调度知识对编程开发工作非常有帮助,书中讲的很多内容我在实际阅读FreeRTOS操作系统源码的时候得到了印证。后面的一些章节,比如内存映射、文件系统,目前在工作中...  

用户评价

评分

因工作需要,重新读了一遍操作系统概念,仿佛又回到的大学时代,读起来甚是酣畅淋漓。这是一本非常不错的OS入门书,理论概念讲得都很通俗易懂,但深度有限,需要自己有针对性的进一步研究。推荐给计算机二年级生。

评分

读得我基本吐血了啊。。。。CS基础太差了。

评分

叙述上比modern os要直观,不过文字上没有后者那么有意思

评分

经典权威 全面 建议看英文版 中文版的翻译不敢恭维

评分

当时双语学习啊,中英各一本

本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

© 2025 book.quotespace.org All Rights Reserved. 小美书屋 版权所有