2026-3-4 2:45:29 周三
  忘记密码
帐号
密码
  
首  页 | 文化新闻 | 出版社 | 发行单位 | 出版观澜 | 馆配 | 图书 | 音像 | 报刊 | 电子出版物 | 文化艺术品 | 诗意名城 | 一字千金
动  漫 | 休闲游戏 | 手机小说报 | 视 频 | 文交会 | 文化焦点 | 名家名作 | 我新我秀 | BBS | EMBA | 29中 | 总平台
  购买本书的顾客还买过  
操作系统原理(第三版)
操作系统原理(第三版)
计算机操作系统/普通高等学校计算机专业系列教材
计算机操作系统/普通高等学校...
《计算机应用基础Windows XP与Office 2003》习题与实验
《计算机应用基础Window...
计算机应用基础:Windows XP与Office 2003
计算机应用基础:Window...
五笔字型(86版)键盘指法卡
五笔字型(86版)键盘指法卡
五笔字型104键盘指法练习卡
五笔字型104键盘指法练习卡
  销售排行  
 非线性控制系统(第三版)
 系统架构设计师考试全程指导
 Linux命令行和shel..
 Windows Serve..
 计算机操作系统——21世纪..
 计算机文化基础(Windo..
 Unix结构分析(核心代码..
 计算机应用基础教程(Win..
江苏发行网 >> 图书 >> 计算机
嵌入式系统:体系结构、编程与设计(第2版)
嵌入式系统:体系结构、编程与设计(第2版)
商品编号:JSFXW20090806103026 版号:9787302197942
开    本:16开 装帧:平装
版    次:2009-5-1 1版
发行单位:江苏发行网
出版单位:清华大学出版社
著 作 者:(印)卡玛尔(Kamal,R.) 著
商品数量:100本 被浏览328次  热卖中
商品折扣:8 折  赠送积分:0分  共节省13.20元
商品价格: ¥66.00元
¥52.80元
市场价 会员价

内容简介
本书是关于嵌入式系统开发与设计的一部最新力作,介绍了嵌入式系统的硬件、操作系统、开发过程以及编程。全书系统地阐述了嵌入式系统的基本概念、处理器和存储器、设备与总线、设备驱动与中断服务、基本的C与C++、编程模型、软件工程的思想、进程间通信与同步、实时操作系统以及软硬件协同设计。附录中包含了CISC与RISC指令集特征,并详细阐述了几种高性能的嵌入式处理器、微控制器、数字信号处理器以及总线和设备。本书提供了大量案例,这对读者的实践开发具有非常好的指导意义。
  本书适合于嵌入式系统的软硬件开发人员,以及接受嵌入式系统课程教育的本科生和研究生。


目录


Preface to the Second Edition
1. Introduction to Embedded Systems
 1.1 Embedded Systems
 1.2 Processor Embedded into a System
 1.3 Embedded Hardware Units and Devices in a System
 1.4 Embedded Software in a System
 1.5 Examples of Embedded Systems
 1.6 Embedded System-on-chip (Soc) and Use of VLSI Circuit Design Technology
 1.7 Complex Systems Design and Processors
 1.8 Design Process in Embedded System
 1.9 Formalization of System Design
 1.10 Design Process and Design Examples
 1.11 Classification of Embedded Systems
 1. 12 Skills Required for an Embedded System Designer
2. 8051 and Advanced Processor Architectures, Memory Organization alld Real-world lllterfacing
 2.1 8051 Architecture
 2.2 Real WOrld interfacing
 2.3 Introduction to Advanced Architectures
 2.4 Processor and Memory Organization
 2.5 Instttiction-Level Parallelism
 2.6 Performance Metrics
 2.7 Memory-Types, Memory-Maps and Addresses
 2.8 Processor Selection
 2.9 Memory Selection
3. Devices and Commullicatioll Buses for Devices Network
 3.1 IO Types and Examples
 3.2 Serial Communication Devices
 3.3 Parallel Device Ports
 3.4 Sophisticated interfacing Features in Device Ports
 3.5 Wireless Devices
 3.6 Timer and Counting Devices
 3.7 Watchdog Timer
 3.8 Real Time Clock
 3.9 Networked Embedded Systems
 3.10 Serial Bus Communication Protocols
 3.11 Parallel Bus Device Protocols-Parallel Communication Network Using ISA, PCI, PCI-X and Advanced Buses
 3.12 Internet Enabled Systems-NetWork Protocols
 3.13 Wireless and Mobile System Protocols
4. Device Drivers and interrupts Service Mechanism
 4.1 Programmed-I/O Busy-wait APproach without interrupt Service Mechanism
 4.2 ISR Concept
 4.3 Interrupt Sources
 4.4 Interrupt Servicing (Handling) Mechanism
 4.5 Multiple interrupts
 4.6 Context and the Periods for Context Switching, Intemipt Latency and Deadline
 4.7 Classification of Processors interrupt Service Mechanism from Context-Saving Angle
 4.8 Direct Memory Access
 4.9 Device Driver Programming
5. Programming Concepts alld Embedded Programming in C, C++ and Java
 5.1 Software Programming in Assembly Language (ALP) and in High-Level Language 'C'
 5.2 C Program Elements: Header and Source Files and Preprocessor Directives
 5.3 Program Elements' Macros and Functions
 5.4 Program Elements: Data Types, Data Stfuctures, Modifiers, Statements, Loops and Pointers
 5.5 Object-Oriented Programming
 5.6 Embedded Programming in C++
 5.7 Embedded Programming in Java
6. Program Modeling Concepts
 6.1 Program Models
 6.2 DFG Models
 6.3 State Machine Programming Models for Event-controlled Program Flow
 6.4 Modeling of Multiprocessor Systems
 6.5 UML Modelling
7. Interprocess Communication and Synchronization of Processes, Threads alld Tasks
 7.1 Multiple Processes in an Application
 7.2 Multiple Threads in an APplication
 7.3 Tasks
 7.4 Task States
 7.5 Task and Data
 7.6 Clear-cut Distinction between Functions, ISRS and Tasks by their Characteristics
 7.7 Concept of Semaphores
 7.8 Shared Data
 7.9 Interprocess Communication
 7.10 Signal Function
 7.11 Semaphore Functions
 7.12 Message Queue Functions
 7.13 Mailbox Functions
 7.14 Pipe Functions
 7.15 Socket Functions
 7.16 RPC Functions
8. Real-Time Operating Systems
 8.1 OS Services
 8.2 Process Management
 8.3 Timer Functions
 8.4 Event Functions
 8.5 Memory Management
 ……
9. Real-time Operating System Programming-I: Microc/OS-II and VxWOrks
10. Real-time Operating System Programmillg-n: Willdows CE, OSEK alld Real-time Linux Functions
12. Design Examples and Case Studies of Program Modelillg and Programming with RTOS-2
13. Embedded Software Development Process and TOols
14. Testing, Simulatioll alld Debugging Techniques and TOols
APPendix 1: Roadmapfor Various Course Studies
APPendix 2:Select Bibliography

星级指数: ☆☆ ☆☆☆ ☆☆☆☆ ☆☆☆☆☆
标    题:
内    容:
 
配送范围 如何交款 我的订单 售后服务 需要帮助
运费收取标准
■ 配送时间和配送范围
付款方式
■ 汇款单招领
如何查询订单情况
■ 怎样下订单
■ 退换货原则
■ 退换货处理
忘记了密码
 
关于我们 | 友情链接 | 网站地图 | 汇款方式 | 帮助中心 | 合同下载
在线客服:江苏发行网温馨客服二 江苏发行网温馨客服四
中华人民共和国增值电信业务经营许可证号:苏B2-20100342 备案号:苏ICP备10223332号-2
网站服务电话:025-51861377 发行协会电话:025-83361842 服务邮箱:admin@jsfxw.com
版权所有 上书房 法律顾问团:鲍平 律师、邱宝军 律师