注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當(dāng)前位置: 首頁出版圖書科學(xué)技術(shù)計(jì)算機(jī)/網(wǎng)絡(luò)計(jì)算機(jī)組織與體系結(jié)構(gòu)嵌入式計(jì)算機(jī)系統(tǒng)設(shè)計(jì)原理

嵌入式計(jì)算機(jī)系統(tǒng)設(shè)計(jì)原理

嵌入式計(jì)算機(jī)系統(tǒng)設(shè)計(jì)原理

定 價(jià):¥75.00

作 者: (美)沃爾夫(Wolf,W.) 著
出版社: 機(jī)械工業(yè)出版社
叢編項(xiàng): 經(jīng)典原版書庫
標(biāo) 簽: 計(jì)算機(jī)體系結(jié)構(gòu)

ISBN: 9787111253600 出版時(shí)間: 2009-01-01 包裝: 平裝
開本: 16開 頁數(shù): 507 字?jǐn)?shù):  

內(nèi)容簡介

  本書從組件技術(shù)的視角出發(fā),介紹了嵌入式系統(tǒng)設(shè)計(jì)技術(shù)和技巧。本書第l版已被廣泛應(yīng)用于教學(xué),可以說在很大程度上引發(fā)了嵌入式系統(tǒng)課程的創(chuàng)立,并為實(shí)踐設(shè)計(jì)提供了寶貴指南。第2版根據(jù)最先進(jìn)的技術(shù)發(fā)展進(jìn)行了更新。不論是進(jìn)行軟硬件設(shè)計(jì)的研究人員、學(xué)生還是專家,都能從Wayne Wolf的集成化工程設(shè)計(jì)方法中獲益匪淺。本書主要特點(diǎn):以實(shí)際芯片(ARM芯片和TI C55x DSP)為例,進(jìn)行相關(guān)設(shè)計(jì)技術(shù)和技巧的說明,向讀者介紹如何將這些理論付諸于設(shè)計(jì)實(shí)踐。在所有關(guān)鍵課題討論中都尤為強(qiáng)調(diào)現(xiàn)實(shí)中的設(shè)計(jì)實(shí)踐,從而為學(xué)生和設(shè)計(jì)人員提供了最先進(jìn)技術(shù)的指導(dǎo)。對設(shè)計(jì)實(shí)踐中所必需的基本應(yīng)用技術(shù)進(jìn)行重點(diǎn)討論,幫助讀者在實(shí)際工作中熟練地設(shè)計(jì)大型的、復(fù)雜的嵌入式系統(tǒng)。

作者簡介

  Wayne Wolf,擁有斯坦福大學(xué)電氣工程博士學(xué)位,曾執(zhí)教于普林斯頓大學(xué),現(xiàn)任職于GeorgiaTech公司。在1989年加入普林斯頓大學(xué)之前,他曾在AT&T貝爾實(shí)驗(yàn)室工作。他是IEEE和ACM會員、IEEE計(jì)算機(jī)協(xié)會核心成員以及ASEE和SPIE成員。Wolf教授于2003年獲得TASEE Frederick E.Terman獎,于2006年獲得TIEEE電路與系統(tǒng)教育獎。除本書外,他還著有《高性能嵌入式計(jì)算》和《基于FPGA的系統(tǒng)設(shè)計(jì)》等書。

圖書目錄

About the Author
Foreword to The First Edition
Preface to The Second Edition
Preface to The First Edition
List of Examples
CHAPTER 1 Embedded Computing
Introduction
1.1 Complex Systems and Microprocessors
1.1.1 Embedding Computers
1.1.2 Characteristics of Embedded Computing Applications
1.1.3 Why Use Microprocessors?
1.1.4 The Physics of Software
1.1.5 Challenges in Embedded Computing System Design
1.1.6 Performance in Embedded Computing
1.2 The Embedded System Design Process
1.2.1 Requirements
1.2.2 Specification
1.2.3 Architecture Design
1.2.4 Designing Hardware and Software Components
1.2.5 System Integration
1.3 Formalisms for System Design
1.3.1 Structural Description
1.3.2 Behavioral Description
1.4 ModelTrain Controller
1.4.1 Requirements
1.4.2 DCC
1.4.3 Conceptual Specification
1.4.4 Detailed Specification
1.4.5 Lessons Learned :
|.5 A Guided Tour of This Book
1.5.1 Chapter 2: Instruction Sets
1.5.2 Chapter 3:CPUs
1.5.3 Chapter 4: Bus-Based Computer Systems
1.5.4 Chapter 5: Program Design and Analysis
1.5.5 Chapter 6: Processes and Operating Systems..
1.5.6 Chapter 7: Multiprocessors
1.5.7 Chapter 8: Networks
1.5.8 Chapter 9: System Design Techniques
Summary
Further Reading
Questions
Lab Exercises
CHAPTER 2 Instruction Sets
Introducton
2.1 Preliminaries
2.1.1 ComputerArchitecture Taxonomy
2.1.2 Assembly Language
2.2 ARM Processor
2.2.1 Processor and Memory Organization
2.2.2 Data Operations
2.2.3 Flow of Control
2.3 TI C55x DSP
2.3.1 Processor and Memory Organization
2.3.2 Addressing Modes
2.3.3 Data Operations
2.3.4 Flow of Control
2.3.5 C Coding Guidelines
Summary
Further Reading
Questions
Lab Exercises
CHAPTER 3 CPUs
Introduction
3.1 Programming Input and Output
3.1.1 Input and Output Devices
3.1.2 Input and Output Primitives
3.1.3 Busy-Wait I/O
3.1.4 Interrupts
3.2 Supervisor Mode, Exceptions, and Traps
3.2.1 Supervisor Mode
3.2.2 Exceptions
3.2.3 Traps
3.3 Co-Processors
……
CHAPTER 4 Bus-Based Computer Systems
CHAPTER 5 Program Design and Analysis
CHAPTER 6 Processes and Operating Systems
CHAPTER 7 Multiprocessors
CHAPTER 8 Networks
CHAPTER 9 System Design Techniques
APPENDIX A UML Notations
Glossary
References
Index

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號