基本信息
- 原书名:Real-time Systems
- 原出版社: McGraw-Hill
- 作者: C.M.Krishna&Kang G.Shin
- 丛书名: 国际知名大学原版教材系列丛书
- 出版社:清华大学出版社
- ISBN:7302047480
- 上架时间:2001-10-16
- 出版日期:2001 年9月
- 页码:468
- 版次:1-1
- 所属分类:计算机 > 计算机控制与仿真 > 综合
教材 > 计算机教材 > 高职高专 > 计算机高职高专其他教材
内容简介
计算机书籍
本书内容及特色如下:
1.理论性强。对许多问题用数学语言进行了形式化描述,给出了相关的公式、定义、定理,并进行了推导或证明。本书集中了两位作者从事实时系统教学和研究工作近2O年所取得的成果,同时也包含了该领域国际上许多最新的研究成果。
2.可读性好。每章通过许多例题阐述了相关实时系统的设计方法和性能评价方法,分析了目前许多先进的实时系统的各个方面。因此本书不仅理论性强,同时也非常注重理论联系实际,便于读者阅读。
3.注重系统设计与性能评价。全书以实时系统的设计方法和性能评价方法为主线展开,讲述了多种实时系统的设计方法和性能评价方法,同时也介绍了几种进行实时系统设计和性能评价的工具。读者学会了这些设计方法和评价工具,对研究和开发其他实时系统很有帮助。
4.硬件和软件结合。大多数实时系统是由硬件和软件共同组成的,本书在分别介绍硬件部分和软件部分的工作原理、设计方法和性能分析方法的同时,也给出了在设计实时系统时软件与硬件如何做到平衡。
目录
1 Introduction
1.1 A Car-and-Driver Example
1.2 Issues in Real-Time Computing
1.3 Structure of a Real-Time System
1.4 Task Classes
1.5 Issues Covered in this Book
1.5.1 Architecture Issues
1.5.2 Operating System Issues
1.5.3 Other Issues
2 Characterizing Real-Time Systems and Tasks
2.1 Introdoction
2.2 Performance Measures for Real-Time Systems
2.2.1 Properties of Performance Measures
2.2.2 Traditional Performance Measures
2.2.3 Performability
2.2.4 Cost Functions and Hard Deadlines
2.2.5 Discussion
2.3 Estimating Program Run Times
2.3.1 Analysis of Source Code
前言
The objective of this book is to introduce readers to design and evaluation issues in such systems. We cover a wide range of topics; both hardware and software issues are ueated in some detail. We expect this book to be used by both practicing engineers and graduate or final-year underpaduate students.
Some of the discussion is mathematical. Wherever possible, we have separated ale more mathematical portions from the descriptive. This enables the text to be read at multiple levels. The more advanced sections are stamed (*); these require additional perseverance or ability to understand them, and can be skipped if necessary. However, we urge the reader to avoid skipping the mathematical ponions. Most often, avoidance of mathematics is grounded on nothing more substantial than a primitive fear of and negative associations with mathematical symbols. A true understanding of many of the issues covered here cannot be achieved without undersanding their mathematical underpinnings.
This book contains far more material than can comfonably be covered in a one-semester course. Instructors may decide to concenuate on particular topics, for example, ask assignment and scheduling, or fault-tolerance. Altematively,they may decide to present a wide-ranging survey of the various topics of interest to the real-time systems engineer. To enable both approaches to be used, we have tried to make the chapters as independent of one another as possible. In addition, this allows the book to be used as a reference handbook by the practicing engineer. Typographical or other errors should be reponed to the authors at rtbook@tikva . ecs . umass . edu
We plan to maintain a page of errata on the World Wide Web at
http : / /www. ecs . amass . edu/ece/gradfac/krishna .html
ACKNOWLEDGMENTS
Many people have contributed to making this book a reality. We would like to thank Eric Munson of McGraw-Hill for commissioning it, and for being willing to countenance a delay of over a year beyond our original deadline. It is perhaps ironic that the authors of a book that deals largely with tasks meeting deadlines were themselves unable to meet their contracted deadline!
A number of our colleagues and students have read through this book, either in part on in its entirety, and provided valuable suggestions or pointed out mistakes. We list them below in random order.
Y.-H. Lee C. Ravishankar N. Soparkar
A. Ansari J. Rexford S. H. Son
N. Sud J. Strosnider F. Zhou
A. Mehra W. Feng A. Shaikh
T. Abdelzaher A. Indiresan E. Atkins
P. Ramanathan S. Daniel T. Koprowski
S. Wilson K. Ramamritham W. Preska
Beverly Monaghan of The University of Michigan and June Daehler of ale University of Massachuseffs provided valuable secretarial assistance. Julie F. Nemer of ETP Hamison was the copyeditor, and her comments helped improve the readability of the text. Thanks are also due to Michael J. Kolibaba for coordinating our interactions with the copyeditor and to the following reviewers: Wei Zhao, In-Sup Lee, William Marcy, and Borko Furht.
C. M. Krishna
Kang G. Shin
序言
影印版序
《实时系统》(Red—time Systems)一书由美国Massachusetts大学的C.M.Krishna教授和Michigan大学的Kang G.Shin教授共同编写。两位教授从事实时系统及相关领域的教学与研究已经很多年,发表了大量学术论文,取得了很多项研究成果,也出版过多本实时系统方面的书籍。
“实时系统”的发展非常迅速,特别是嵌入式计算机的出现并广泛应用,推动了实时系统的发展。在以往出版的相关书籍中,通常以一二个章节介绍一些具体的实时系统,如实时控制系统、实时数据库、实时操作系统、实时通信系统等,本书则全面分析并系统阐述了多种实时系统的工作原理、设计方法和性能评价方法。
本书可作为理工科相关专业研究生或高年级本科生的教材,也可作为参考书或研究用资料。另外,本书也是相关领域实习工程师必备的一本很好的工具书。本书的主要特点如下:
1.理论性强。对许多问题用数学语言进行了形式化描述,给出了相关的公式、定义、定理,并进行了推导或证明。本书主要是根据两位作者从事实时系统方面的教学和研究工作近20年所取得的成果写成的,同时也包含了该领域国际上许多最新的研究成果。
2.可读性好。每章都有许多例题,有些章有几十个例题,通过大量的例题阐述了相关实时系统的设计方法和性能评价方法,通过例题分析了目前许多先进的实时系统的各个方面。因此,本书不仅理论性强,同时也非常注重理论联系实际,便于读者阅读。
3. 注重系统设计与性能评价。全书以实时系统的设计方法和性能评价方法为主线展开,讲述了多种实时系统的设计方法和性能评价方法,同时也介绍了几种进行实时系统设计和性能评价的工具,读者学会了这些设计方法和评价工具,对研究和开发其他实时系统很有帮助。
4.硬件与软件结合。大多数实时系统是由硬件和软件共同组成的,本书在分别介绍硬件部分和软件部分的工作原理、设计方法和性能分析方法的同时,也给出了在设计实时系统时软件与硬件如何做到平衡。
每章后面都给出进一步阅读的建议,告诉读者如何深入学习,并附有参考书和相关论文,其中有许多论文是本书作者的研究成果。另外每章后面都有练习题,便于读者系统掌握本书的内容。
汤志忠教授
清华大学计算机科学与技术系
2001年7月