网站购物车   | 店铺购物车  
店铺平均得分:99.36 分,再接再厉!!!【查看全部评价】
评分 40分 50分 60分 70分 80分 90分 100分
数量 4 0 2 1 12 47 1600
本店铺共有 5 笔投诉记录,投诉率 0% ,低于平均投诉率 1% 【查看详细】
投诉类型
数量
比例
服务态度问题
1
20%
商品问题
1
20%
发货问题
3
60%
已解决
5
100%
店主称呼:有问题QQ咨询 鸿伟   联系方式:购买咨询请联系我  18873880909    地址:湖南省 长沙市 岳麓区 麓山南路
促销广告:【满49包邮库存准直接拍】有问题QQ咨询
图书分类
图书标签
店铺公告
各位书友您好,本店所售二手书籍,均为正版旧书,品质6-9成新,部分书籍的光盘或附件会有遗失的,还请谅解。

本店从即日起安徽,上海,浙江,江苏,天津,河北,山东,福建,江西,河南,湖北,广东,湖南,四川,山西,重庆,广西,陕西,辽宁,云南,贵州,吉林,黑龙江地区满49即可包邮,部分范围不可派送。

请各位亲们理解、支持,有问题积极和我们联系,谢谢合作!
欢迎光顾!
联系电话:
店铺介绍
鸿伟图书网,店内图书有十万余册,以大学教材为主,都来自各地高校,为正版二手书.因实体书店较忙,所有图书都采用批量上传,所以有些图书难免上架信息出错,也可能重复上传,造成库存数量不精确,欢迎广大书友前来咨询选购.正版低价是我的优势,诚信经营是我的经营之道.
交易帮助
第一步:选择图书放入购物车。
第二步:结算、填写收货地址。
第三步:担保付款或银行汇款。
第四步:卖家发货。
第五步:确认收货、评价。
作/译者:卡马尔 出版社:清华大学出版社
嵌入式系统体系结构编程与设计(影印版)
出版日期:2005年02月
ISBN:9787302102977 [十位:730210297X]
页数:619      
定价:¥59.00
店铺售价:¥23.60 (为您节省:¥35.40
店铺库存:13
注:您当前是在入驻店铺购买,非有路网直接销售。
正在处理购买信息,请稍候……
我要买: * 如何购买
** 关于库存、售价、配送费等具体信息建议直接联系店主咨询。
联系店主:购买咨询请联系我  18873880909
本店已缴纳保证金,请放心购买!【如何赔付?】
店主推荐图书:
买家对店铺的满意度评价:查看更多>>
评分
评价内容
评论人
订单图书
《嵌入式系统体系结构编程与设计(影印版)》内容提要:
本书是关于嵌入式系统开发与设计的一部*新力作,介绍了嵌入式系统的硬件、操作系统、开发过程以及编程。全书系统地阐述了嵌入式系统的基本概念、处理器处存储器、设备与总线、设备驱动与中断服务,基本的C与C++、编程模型、软件工程的思想、进程间通信与同步、实时操作系统以及软硬件协同设计。附录中包含了CISC与RISC指令集特征,并详细阐述了几种高性能的嵌入式处理器、微控制器、数字信号处理器以及总线和设备。本书提供了大量案例,这对读者的实践开发具有非常好的指导意义。
本书适合于嵌入式系统的软硬件开发人员,以及接受嵌入式系统课程教育的本科生和研究生。
《嵌入式系统体系结构编程与设计(影印版)》图书目录:
Acknowledgements
1. Introduction to Embedded Systems
1.1 An Embedded System
1.2 Processor in the System
1.3 Other Hardware Units
1.4 Software Embedded into a System
1.5 Exemplary Embedded Systems
1.6 Embedded System-On-Chip (SOC) and in VLSI Circuit
Summary
List of Keywords and their Definitions
Review Questions
Practice Exercises
2. Processor and Memory Organisation
2.1 Structural Units in a Processor
2.2 Processor Selection for an Embedded System
2.3 Memory Devices
2.4 Memory Selection for an Embedded System
2.5 Allocation of Memory to Program Segments and Blocks and Memory Map of a System
2.6 Direct Memory Access
2.7 Interfacing Processor, Memories and I/O Devices
Summary
List of Keywords and their Definitions
Review Questions
Practice Exercises
3. Devices and Buses for Device Networks
3.1 I/O Devices
3.2 Timer and Counting Devices
3.3 Serial Communication Using the 'I2C', 'CAN'and Advanced I/O Buses between the Networked Multiple Devices
3.4 Host System or Computer Parallel Communication between the Networked I/O Multiple Devices Using the ISA, PCI,PCI-X and Advanced Buses
Summary
List of Keywords and their Definitions
Review Questions
Practice Exercises
4. Device Drivers and Interrupts Servicing Mechanism
4.1 Device Drivers
4.2 Parallel Port Device Dri,~ers in a System
4.3 Serial Port Device Drivers in a System
4.4 Device Drivers for Internal Programmable Timing Devices
4.5 Interrupt Servicing (Handling) Mechanism
4.6 Context and the Periods for Context-Switching,Deadline and Interrupt Latency
Summary
List of Keywords and their Definitions
Review Questions
Practice Exercises
5. Programming Concepts and Embedded Programming in C and C++
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 Structures,Modifiers, Statements, Loops and Pointers
5.5 Queues
5.6 Stacks
5.7 Lists and Ordered Lists
5.8 Embedded Programming in C++
5.9 Embedded Programming in Java
5.10 ‘C’ Program Compiler and Cross-Compiler
5.11 Source Code Engineering Tools for Embedded C/C++
5.12 Optimisation of Memory Needs
Summary
List of Keywords and their Definitions
Review Questions
Practice Exercises
6. Program Modeling Concepts in Single and Multiprocessor Systems Software-Development Process
6.1 Modeling Processes for Software Analysis Before Software Implementation
6.2 Programming Models for Event Controlled or Response Time Constrained Real Time Programs
6.3 Modeling of Multiprocessor Systems
Summary
List of Keywords and their Definitions
Review Questions
Practice Exercises
7. Software Engineering Practices
8. Inter-Process Communication and Synchronisation
9. Real Time Operating Systems
10. Real Time Operating System Programming Tools: Micro C/OS-II and VxWorks
11. Case Studies of Programming with RTOS
12. Hardware-Software Co-design in an Embedded System
Appendix A. CISC and RISC Processor Architectures and an Exemplary Instruction Set
Appendix B. Embedded System High-performance Processors
Appendix C. Embedded System 8/16/32 Bit Microcontrollers and an Overview of their Architecture
Appendix D. Embedded Digital Signal Processors
Appendix E. New Innovative Processors for Embedded Systems
Appendix G. Devices in Embedded Systems
Appendix H. Important Topics in Embedded Systems Architecture,Programming and Design