Introduction to Computing Systems - Yale N. Patt, Sanjay J. Patel

Introduction to Computing Systems

Yale N. Patt, Sanjay J. Patel

出版时间

2003-08-05

ISBN

9780072467505

评分

★★★★★
书籍介绍
"Introduction to Computing Systems: From bits & gates to C & beyond", now in its second edition, is designed to give students a better understanding of computing early in their college careers in order to give them a stronger foundation for later courses. The book is in two parts: the underlying structure of a computer, and programming in a high level language and programming methodology. To understand the computer, the authors introduce the LC-3 and provide the LC-3 Simulator to give students hands-on access for testing what they learn. To develop their understanding of programming and programming methodology, they use the C programming language.The book takes a "motivated" bottom-up approach, where the students first get exposed to the big picture and then start at the bottom and build their knowledge bottom-up. Within each smaller unit, the same motivated bottom-up approach is followed. Every step of the way, students learn new things, building on what they already know. The authors feel that this approach encourages deeper understanding and downplays the need for memorizing. Students develop a greater breadth of understanding, since they see how the various parts of the computer fit together.
AI导读
核心看点
  • 自底向上构建系统认知,从逻辑门到C语言
  • 独创LC-3模拟器,提供动手实践体验
  • 打通硬件电路与软件编程的知识壁垒
适合谁读
  • 计算机专业大一新生,建立系统观
  • 非科班转码者,补足底层硬件知识
  • 想深入理解计算机工作原理的爱好者
读前提醒
  • 务必配合LC-3模拟器进行代码调试
  • 前半部分硬件内容较难,需耐心攻克
  • 后半部分C语言可结合K&R教材阅读
读者共识
  • 被誉为一本极佳的EE与CS入门教材
  • 相比CSAPP更适合作为第一本系统书
  • 部分习题存在错误,阅读时需保持警惕

本导读基于书籍简介、目录、原文摘录、短评和书评生成,不等同于全文精读。

精彩摘录
  • "目睹了"
  • "Line 2: Replace AltaVec instruction set With AltiVec instruction set."
  • "Similarly, the value of a negative number does not change by extending the sign bit 1 as many bit positions to the left as desired. Sign-EXTension, often abbreviated SEXT. Sign-Extension is performed in order to be able to operate on bit patterns of different lengths. It does not affect the values o"
  • "当设计一个由各种门电路组成的逻辑电路时,千万不要深陷门电路的内部原理,因为这会大大拖延设计进度。你应该将其中的每个门电路都看做是现成的、可靠的;而仅当电路不工作的时候,才去研究门电路的内部结构,也只有这样,才能发现问题的症结所在"
  • "在转换过程中,每一层的实现又都存在很多选择方案,面对不同的方案,我们的最终决策和选择决定了系统实现的性能和成本。"
  • "我们对照之前的规则验证一下:对于任意A,它与其反码之和总为11111;如果我们将00001与11111相加,结果显然为00000。"
  • "试问,你能画出8选1多路复用器的示意图吗?那么它需要多少个选择线?"
  • "内存是由一定数目(通常非常大)的“位置”组成的,其中每个“位置”可以被单独识别并独立存放1个数据。通常,我们称位置识别符为“地址”,又称存储在各个位置中的bit数目为“寻址能力”(addressability)。"
用户评论
读了 好像又没读
cs入门好书我只能说
在紫金港暑期有幸上过PATT亲自教授的这门课,大神果然是大神,和最后两节课本校老师代的高下立判。
为什么我大一的时候没读这本书! 个人认为在CSAPP之上, CSAPP陆陆续续看了一个学期, 想来当时看到如果是这本, 也许能少走许多弯路, 当然CSAPP也是精品.
LC-3的微架构真的很美,附录C是全书的精华
。。
这本天书讲了一年。。结果只有六节是Lumetta上的。(Patt在紫金港讲过一学期的课啊)
这本书和 SICP 书很有对照性,这本书自底向上讲解,SICP 书自顶向下讲解,两本书都特别强调分层抽象的概念,而且都为了讲解方便发明了自己的语言,这本书发明了 LC-3 ISA汇编语言,SICP 发明了 scheme 语言,很有趣
收藏