会员   密码 您忘记密码了吗?
1,583,307 本书已上架      购物流程 | 常见问题 | 联系我们 | 关于我们 | 用户协议

有店 App


当前分类

浏览历史

当前位置: 首页 > 专业/教科书/政府出版品 > 电机信息类 > Introduction to Computing Systems:From Bits and Gates to C and Beyond 2/e 計算機概論導讀本
Introduction to Computing Systems:From Bits and Gates to C and Beyond 2/e 計算機概論導讀本
上一张
下一张
prev next

Introduction to Computing Systems:From Bits and Gates to C and Beyond 2/e 計算機概論導讀本

作者: Yale N. Patt,Sanjay J. Patel,Jonathon David White(白小明)
出版社: 東華
出版日期: 2017-05-25
商品库存: 点击查询库存
以上库存为海外库存属流动性。
可选择“空运”或“海运”配送,空运费每件商品是RM14。
配送时间:空运约8~12个工作天,海运约30个工作天。
(以上预计配送时间不包括出版社库存不足需调货及尚未出版的新品)
定价:   NT1250.00
市场价格: RM190.15
本店售价: RM169.23
购买数量:
collect Add to cart Add booking
详细介绍 商品属性 商品标记
內容簡介

本書特色

  We live in an increasingly multi-lingual world. While in the past it was sufficient to be proficient in one natural language, it is becoming essential for the engineer to have a working knowledge of two of the three major world languages (English, Spanish, Chinese) according to the Institute of Electrical and Electronic Engineers (IEEE). In this revised bilingual edition, the key words and concepts of each chapter are summarized in Chinese and explored more fully in English. By first reading the Chinese summary, then delving into the material in English, followed by a reread of the Chinese, the learner will be able to assimilate the material in two languages.

  本書是採用由下而上的方式,從最底層的位元、邏輯閘等基礎知識開始,如同蓋房子一般,一層一層地把電腦運算的所需知識往上加。更加難得的是,兩位作者在書中設計了一套教學用途 LC-3 電腦系統,包括了指令集以及微架構,總共只有 15 種指令,易於學習與理解。本書分為兩部分,前半部主要採用的程式語言是 LC-3 的機器語言以及組合語言,後半部則是使用 C 語言。讀完本書後,讀者將能夠使用 C 語言來撰寫程式。筆者在每一章皆提供中文導讀以及重點整理,希望對於讀者有所幫助。
 


作者介紹


目錄

Table of Contents
1. Welcome Aboard
2. Bit, Data Types, and Operations
3. Digital Logic Structures
4. The von Neumann Model
5. The LC-3
6. Programming
7. Assembly language
8. I/O
9. TRAP Routines and Subroutines
10. And, Finally…The Stack
11. Introduction to Programming in C
12. Variables and Operators
13. Control Structures
14. Functions
15. Testing and Debugging
16. Pointers and Arrays
17. Recursion
18. I/O in C
19. Data Structures

A. The LC-3 ISA
B. From LC-3 to x86
C. The Microarchitecture of the LC-3
D. The C Programming Language
E. Useful Tables
F. Solutions to Selected Exercises