The Complete Edition - Software Engineering for Real-Time Systems

Jim Cooling

  • 出版商: Packt Publishing
  • 出版日期: 2019-12-24
  • 售價: $1,900
  • 貴賓價: 9.5$1,805
  • 語言: 英文
  • 頁數: 824
  • 裝訂: Paperback
  • ISBN: 1839216581
  • ISBN-13: 9781839216589
  • 相關分類: 軟體工程
  • 海外代購書籍(需單獨結帳)

商品描述

From air traffic control systems to network multimedia systems, real-time systems are everywhere. The correctness of the real-time system depends on the physical instant and the logical results of the computations. This book provides an elaborate introduction to software engineering for real-time systems, including a range of activities and methods required to produce a great real-time system.

The book kicks off by describing real-time systems, their applications, and their impact on software design. You will learn the concepts of software and program design, as well as the different types of programming, software errors, and software life cycles, and how a multitasking structure benefits a system design.

 

Moving ahead, you will learn why diagrams and diagramming plays a critical role in the software development process. You will practice documenting code-related work using Unified Modeling Language (UML), and analyze and test source code in both host and target systems to understand why performance is a key design-driver in applications.

 

Next, you will develop a design strategy to overcome critical and fault-tolerant systems, and learn the importance of documentation in system design.

By the end of this book, you will have sound knowledge and skills for developing real-time embedded systems.

作者簡介

Jim Cooling started his career with the Royal Air Force as a system designer. After 12 years of service, he studied a BSc degree in Electrical and Electronic Engineering, then went to work with the British Aircraft Corporation and worked on naval electronic control systems. He spent his next 20 years in academic research at Loughborough University and also got his Ph.D. in real-time embedded systems. In 1998, Jim left the university to start his own company, Lindentree Associates. He has published 12 books on various subjects, such as Real-time Operating Systems and Modeling software with pictures.

目錄大綱

  1. Real-Time Systems – Setting the Scene
  2. The Search for Dependable Software
  3. First Steps – Requirements Analysis and Specification
  4. Software and Program Design Concepts
  5. Multitasking Systems – An Introduction
  6. Diagramming – an Introduction
  7. Practical Diagramming Methods
  8. Designing and Constructing Software – Code-Related Issues
  9. Software Analysis and Design – Methods and Methodologies
  10. Analyzing and Testing Source Code
  11. Development Tools
  12. Mission-Critical and Safety-Critical Systems
  13. Performance Engineering
  14. Documentation