Introduction to Computing Systems:From Bits and Gates to C and Beyond, 2/e (Patt) (計算機概論導讀本) (授權經銷版)

Yale N. Patt , Sanjay J. Patel 著、林柏江(Po-Chiang Lin ) 導讀

  • 出版商: 東華
  • 出版日期: 2017-05-24
  • 定價: $1,250
  • 售價: 9.5$1,188
  • 語言: 繁體中文
  • ISBN: 986341316X
  • ISBN-13: 9789863413165
  • 相關分類: C 程式語言Computer-Science
  • 立即出貨(限量) (庫存=1)

買這商品的人也買了...

商品描述

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 語言來撰寫程式。筆者在每一章皆提供中文導讀以及重點整理,希望對於讀者有所幫助。

目錄大綱

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