AOSc特点 在 Operating System Concepts,OSC第5版基础上,修 改而成 OSc是一本被广泛采用的操作系统教科书 OSc特点: 最大特点是概念叙述清晰 叙述方式易读、易懂 前5版卖出20万本 随着版本的更新,不断去除旧材料,增加新材料和新例子 Applied Operating System Concepts
Applied Operating System Concepts 在Operating System Concepts,OSC第5版基础上,修 改而成 OSC是一本被广泛采用的操作系统教科书 OSC特点: • 最大特点是概念叙述清晰 • 叙述方式易读、易懂 • 前5版卖出20万本 • 随着版本的更新,不断去除旧材料,增加新材料和新例子 AOSC特点
AOSc特点 考虑到本书的应用定位以及添加了Java资料 在存储管理、进程管理、大容量存储系统和分布式 系统等章节减去了一些内容 Applied Operating System Concepts
Applied Operating System Concepts 考虑到本书的应用定位以及添加了Java资料 在存储管理、进程管理、大容量存储系统和分布式 系统等章节减去了一些内容 AOSC特点
AOSc特点 第5版的OSc叙述所有操作系统有关的基本概念 而不是具体的系统应用 本书着重讨论应用方面的知识 采用Java和实用系统作为例子来解释概念 如 Solaris, Windows nt等 Applied Operating System Concepts
Applied Operating System Concepts 第5版的OSC叙述所有操作系统有关的基本概念 而不是具体的系统应用 本书着重讨论应用方面的知识 采用Java和实用系统作为例子来解释概念 如Solaris,Windows NT等 AOSC特点
AOSc特点 广使用Java来叙述基本概念: 在第3章引进Java 第5,7章叙述多道任务的创建和条件 第4章如何使用共享存储器和消息传递实现进程通信 第6章使用Java描述CPU调度算法 第8章使用Java叙述死锁和死锁恢复方法 第15章用Java讨论和分布式系统的概念 还用Java叙述存储管理和计算机安全 Applied Operating System Concepts
Applied Operating System Concepts 使用Java来叙述基本概念: 在第3章引进Java 第5,7章叙述多道任务的创建和条件 第4章如何使用共享存储器和消息传递实现进程通信 第6章使用Java描述CPU调度算法 第8章使用Java叙述死锁和死锁恢复方法 第15章用Java讨论和分布式系统的概念 还用Java叙述存储管理和计算机安全 AOSC特点
对AOSC的评论(1) Reviewer: Keith wain This book would find a good home on the shelves of anyone teaching non-real-time operating systems. It covers a huge spectrum of operating system concepts and although all the material, except the Java code snippets, is available elsewhere, this work brings it all together in a succinct, but readable, form. If I had to rank ll the books available to help me put together a first degree level operating systems course this book would be very high on my list That said, this book is not one that I would use as a standard text for undergraduates or first year graduates. The breadth of material covered and the succinctness of style make this book totally overpowering for all but the very, very best of a typical undergraduate class. Other than the Java snippets, of which I will say more later, there are no worked examples and none of the exercises have answers. The exercises are not graded for difficulty and several could cause the teacher to pause for a prolonged thought, never mind the student. Applied Operating System Concepts
Applied Operating System Concepts Reviewer: Keith Wain This book would find a good home on the shelves of anyone teaching non-real-time operating systems. It covers a huge spectrum of operating system concepts and although all the material, except the Java code snippets, is available elsewhere, this work brings it all together in a succinct, but readable, form. If I had to rank all the books available to help me put together a first degree level operating systems course this book would be very high on my list. That said, this book is not one that I would use as a standard text for undergraduates or first year graduates. The breadth of material covered and the succinctness of style make this book totally overpowering for all but the very, very best of a typical undergraduate class. Other than the Java snippets, of which I will say more later, there are no worked examples and none of the exercises have answers. The exercises are not graded for difficulty and several could cause the teacher to pause for a prolonged thought, never mind the student. 对 AOSC的评论(1)