|
读过这本书吗?
最近在读
读过
想读
还不熟悉
|
图书城书列:
加入到博客或社交网站:
|
|
我来评论这本书:
内容提要:
操作系统是计算机系统中极其重要的部分,也是计算机科学教育的基础课程。本书是在《操作系统概念》(第五版)的基础上编写而成,与该书风格不同,本书通过使用Java实例和众多当代操作系统(如Solaris 2和Windows NT)的实例来阐述操作系统的基本概念。
本书讨论了适用于大多数操作系统的概念,并采用Java语言进行描述。全书内容共分7部分:第一部分,总论(第1~3章),主要介绍了操作系统的概念、作用、设计及构造,这些描述是基于史实的、说明性的,有基础的读者可以略读。第二部分,进程管理(第4~8章),主要介绍了进程调度、进程间通信、进程同步及死锁处理的多种方法,同时对线程进行了讨论。第三部分,内存和存储器管理(第9~13章),主要介绍了内存管理、虚拟内存、文件系统、I/O系统和海量存储器结构。第四部分,分布式系统(第14~17章)。第五部分,保护及安全(第18~19章)。第六部分,案例研究(第20~22章),主要对UNIX Berkley 4.3BSD、Linux、与Microsoft NT等3个案例进行了详细介绍。第七部分,Java入门(附录)。全书各章均附有适量习题。 本书可作为本科高年级学生操作系统课程的入门教材,也可供一年级研究生使用。 内容:1. 序言 2. 计算机系统结构 3. 操作系统结构 4. 进程 5. 线程 6. CPU调度 7. 进程同步 8. 死锁 9. 存储管理10. 虚拟内存 11. 文件系统 12. 输入/输出系统 13. 海量存储器结构 14. 网络结构 15. 分布式通信 16. 分布式协调 17. 分布式文件系统 18. 保护 19. 安全 20. UNIX系统 21. Linux系统 22. Windows NT 附录A Java入门 作者简介:
Abraham Bilberschatz is director of the Information Sciences Research center at Bell Laboratories in Murray Hill,New jersey.he Previously held a chaired professorship in the Departments of Compurter Science at the University of Texas at Austin.His research interests include operating systems,database systems,and distributed systems. Professor silberschatz is an ACm Fellow whoes writings have appeared in numerous CAM and IEEE publications and other professional comferences and journals.he received the 1998 CAM Karl V.Karlstrom Outstanding Educator Award,the 1997 ACM SIGMOD Contribution Award,and the IEEE Computer Society Outstanding Paper Award for the article"Capability manager," Which appeared in IEEE Transactions and Software Engineering .He is co-author of two ewll-known textbook-operating System Concepts and database system Concepts.
编辑推荐:
Applied Operating System Concepts is the first book to provide a precise introduction to the principles of operating systems with numerous contemporary code examples, exercises, and programming projects. Written by the leading authors in the field of operating systems, this book capitalizes on the power of Java(TM) technology to allow students to work with executable code for examples of core concepts. Features of Applied Operating System Concepts
* Presents real code examples using the Java programming language * Uses Java technology to introduce difficult concepts like processes, process synchronization, and semaphores * Describes the role of threads in modern operating systems and Java, and provides the opportunity to write multithreaded programs * Introduces up-to-date distributed operating system topics (e.g., Java's Remote Method Invocation, CORBA, RPC) in one concise chapter * Includes chapter-long case studies of UNIX, LINUX, and Windows NT(TM) * Provides a Java Primer appendix 目录:
PART ONE OVERVIEW
Chapter1 Introduction Chapter2 Computer-System Structures Chapter3 Operating-System Structures PART TWO PROCESS MANAGEMENT Chapter4 Processes Chapter5 Threads Chapter6 CPU Scheduling Chapter7 Process Synchronization Chapter8 Deadlocks PART THREE STORAGE MANAGEMENT Chapter9 Memory Management Chapter10 Virtual Memory Chapter11 File Systems Chapter12 I/O Systems Chapter13 Mass-Storage Structure PART FOUR DISTRIBUTED SYSTEMS Chapter14 Network Structures Chapter15 Distributed Communication Chapter16 Distributed Coordination Chapter17 Distributed File Systems PART FIVE PROTECTION AND SECURITY Chapter18 Protection Chapter19 Security PART SIX CASE STUDIES Chapter20 The UNIX System Chapter21 The Linux System Chapter22 Windows NT Appendix A Java Primer Bibliography Credits Index |