本篇主要提供高性能嵌入式计算计算机与互联网电子书的pdf版本下载,本电子书下载方式为百度网盘方式,点击以上按钮下单完成后即会通过邮件和网页的方式发货,有问题请联系邮箱ebook666@outlook.com
书名: | 高性能嵌入式计算(英文版.第2版)|63965 |
图书定价: | 79元 |
图书作者: | (美)玛里琳·沃尔夫(Marilyn Wolf) |
出版社: | 机械工业出版社 |
出版日期: | 2015/5/1 0:00:00 |
ISBN号: | 9787111499305 |
开本: | 16开 |
页数: | 484 |
版次: | 2-1 |
作者简介 |
玛里琳·沃尔夫(Marilyn Wolf) 佐治亚理工学院教授,佐治亚研究联合会优秀学者。她分别于1980年、1981年和1984年获得斯坦福大学电子工程学士学位、硕士学位和博士学位。1984年至1989年任职于贝尔实验室,1989年至2007年执教于普林斯顿大学。她是IEEE和ACM会士、IEEE计算机协会核心成员以及ASEE和SPIE成员。她于2003年获得ASEE Frederick E. Terman奖,于2006年获得IEEE电路与系统教育奖。她的研究兴趣主要包括嵌入式计算、嵌入式视频和计算机视觉、VLSI系统。 |
内容简介 |
《高性能嵌入式计算(英文版第2版)》经过全面更新和扩展,涵盖了现代高性能嵌入式系统设计领域使用的广泛技术。现在智能手机、飞机、汽车、电力设备、医疗设备等许多应用都在使用嵌入式多处理器,所以让系统设计人员理解这些复杂技术必须依赖越来越复杂的硬件、软件和设计方法是非常重要的。 玛里琳·沃尔夫教授采用一种独特的量化方法来论述现代嵌入式计算系统的设计,解释如何定义和实现性能、功耗和成本的量化目标。贯穿全书的实际应用使得本书对专业人员、研究人员和学生来说都是及时且非常有价值的资源。 第2版主要特点:包含全新的一章,讨论信息物理系统(CPS)——将控制理论和嵌入式计算相结合的新兴智能系统。 讨论嵌入式计算的高级主题。包括针对嵌入式系统的热感知设计、可配置处理器、实时约束和功耗的软件优化、异构多处理器和嵌入式中间件。 深入讨论网络、可重配置系统、软硬件协同设计、安全和程序分析。 |
目录 |
Preface to the Second Edition Preface to the First Edition Acknowledgments CHAPTER 1 Embedded Computing 1.1. The landscape of high-performance embedded computing 1.2. Cyber-physical systems and embedded computing 1.2.1. Vehicle control and operation 1.2.2. Medical devices and systems 1.2.3. Electric power 1.2.4. Radio and networking 1.2.5. Multimedia 1.3. Design methodologies 1.3.1. Why use design methodologies 1.3.2. Design goals 1.3.3. Basic design methodologies 1.3.4. Embedded system design flows 1.3.5. Standards-based design methodologies 1.3.6. Design verification and validation 1.3.7. A methodology of methodologies 1.3.8. Joint algorithm and architecture development 1.4. Models of computation 1.4.1. Why study models of computation 1.4.2. The Turing machine 1.4.3. Stream-oriented models 1.4.4. Representations of state and control 1.4.5. Parallelism and communication 1.4.6. Sources and uses of parallelism 1.5. Reliability. safety. and security 1.5.1. Why reliable embedded systems 1.5.2. Fundamentals of reliable system design 1.5.3. Novel attacks and countermeasures 1.6. Consumer electronics architectures 1.6.1. Bluetooth 1.6.2. WiFi 1.6.3. Networked consumer devices 1.6.4. High-level services 1.7. Summary and a look ahead What we learned Further reading Questions Lab exercises CHAPTER 2 CPUs 2.1. Introduction 2.2. Comping processors 2.2.1. Evaluating processors 2.2.2. ATaxonomy of processors 2.2.3. Embedded vs. general-purpose processors 2.3. RISC processors and digital signal processors 2.3.1. RISC processors 2.3.2. Digital signal processors 2.4. Parallel execution mechanisms 2.4.1. Very long instruction word processors 2.4.2. Superscalar processors 2.4.3. SIMD and vector processors 2.4.4. Thread-level parallelism 2.4.5. GPUs 2.4.6. Processor resource utilization 2.5. Variable-performance CPU architectures 2.5.1. Dynamic voltage and frequency scaling 2.5.2. Reliability and error-aware computing 2.6. Processor memory hierarchy 2.6.1. Memory component models 2.6.2. Register files 2.6.3. Caches 2.6.4. Scratch pad memory 2.7. Encoding and security 2.7.1. Code compression 2.7.2. Code and data compression 2.7.3. Low-power bus encoding 2.7.4. Security 2.8. CPU simulation 2.8.1. Trace-based analysis 2.8.2. Direct execution 2.8.3. Microarchitecture-modeling simulators 2.8.4. Power and thermal simulation and modeling 2.9. Automated CPU design 2.9.1. Configurable processors 2.9.2. Instruction set synthesis 2.10. Summary What we learned Further reading Questions Lab exercises CHAPTER 3 Programs 3.1. Introduction 3.2. Code generation and back-end compilation 3.2.1. Models for instructions 3.2.2. Register allocation 3.2.3. Instruction selection and scheduling 3.2.4. Code placement 3.2.5. Programming environments 3.3. Memory-oriented optimizations 3.3.1. Loop transformations 3.3.2. Global optimizations 3.3.3. Buffer. data transfer. and storage management 3.3.4. Cache- and scratch pad-oriented optimizations 3.3.5. Main memory-oriented optimizations 3.4. Program performance analysis 3.4.1. Performance models 3.4.2. Path analysis 3.4.3. Path timing 3.5. Models of computation and programming 3.5.1. Interrupt-oriented languages 3.5.2. Data flow languages 3.5.3. Control-oriented languages 3.5.4. Java 3.5.5. Heterogeneous models of computation 3.6. Summary What we have learned Further reading Questions Lab exercises CHAPTER 4 Processes and Operating Systems 4.1. Introduction 4.2. Real-time process scheduling 4.2.1. Preliminaries 4.2.2. Real-time scheduling algorithms 4.2.3. Multi-criticality scheduling 4.2.4. Scheduling for dynamic voltage and frequenc5 scaling 4.2.5. Performance estimation 4.3. Languages and scheduling 4.4. Operating system design 4.4.1. Memory management in embedded operating s... |
编辑推荐 |
讨论信息物理系统(CPS)——将控制理论和嵌入式计算相结合的新兴智能系统。 讨论嵌入式计算的高级主题,包括针对嵌入式系统的热感知设计、可配置处理器、实时约束和功耗的软件优化、异构多处理器和嵌入式中间件。 深入讨论网络、可重配置系统、软硬件协同设计、安全和程序分析。 |