出版社: The MIT Press
副标题: Building a Modern Computer from First Principles
出版年: 2005-6-1
页数: 341
定价: USD 50.00
装帧: Hardcover
ISBN: 9780262140874
内容简介 · · · · · ·
In the early days of computer science, the interactions of hardware, software, compilers, and operating system were simple enough to allow students to see an overall picture of how computers worked. With the increasing complexity of computer technology and the resulting specialization of knowledge, such clarity is often lost. Unlike other texts that cover only one aspect of the...
In the early days of computer science, the interactions of hardware, software, compilers, and operating system were simple enough to allow students to see an overall picture of how computers worked. With the increasing complexity of computer technology and the resulting specialization of knowledge, such clarity is often lost. Unlike other texts that cover only one aspect of the field, The Elements of Computing Systems gives students an integrated and rigorous picture of applied computer science, as its comes to play in the construction of a simple yet powerful computer system.Indeed, the best way to understand how computers work is to build one from scratch, and this textbook leads students through twelve chapters and projects that gradually build a basic hardware platform and a modern software hierarchy from the ground up. In the process, the students gain hands-on knowledge of hardware architecture, operating systems, programming languages, compilers, data structures, algorithms, and software engineering. Using this constructive approach, the book exposes a significant body of computer science knowledge and demonstrates how theoretical and applied techniques taught in other courses fit into the overall picture.Designed to support one- or two-semester courses, the book is based on an abstraction-implementation paradigm; each chapter presents a key hardware or software abstraction, a proposed implementation that makes it concrete, and an actual project. The emerging computer system can be built by following the chapters, although this is only one option, since the projects are self-contained and can be done or skipped in any order. All the computer science knowledge necessary for completing the projects is embedded in the book, the only pre-requisite being a programming experience.The book's web site provides all tools and materials necessary to build all the hardware and software systems described in the text, including two hundred test programs for the twelve projects. The projects and systems can be modified to meet various teaching needs, and all the supplied software is open-source.
作者简介 · · · · · ·
Noam Nisan is Professor at the Institute of Computer Science and Engineering, Hebrew University of Jerusalem.
Shimon Schocken is the IDB Professor of Information Technologies and Dean of the Efi Arazi School of Computer Science, Interdisciplinary Center Herzliya.
喜欢读"The Elements of Computing Systems"的人也喜欢 · · · · · ·
The Elements of Computing Systems的书评 · · · · · · ( 全部 18 条 )



梦寻百千度,回首阑珊处

纸上得来终觉浅,绝知此事须躬行


从与非门到俄罗斯方块

> 更多书评 18篇
论坛 · · · · · ·
在这本书的论坛里发言这本书的其他版本 · · · · · · ( 全部4 )
-
The MIT Press (2021)暂无评分 12人读过
-
电子工业出版社 (2007)9.1分 1666人读过
-
MIT Press (2008)暂无评分 5人读过
以下书单推荐 · · · · · · ( 全部 )
- 『专业书籍』计算机工程入门到进阶 (elor)
- DIY类计算机书籍 (Joshz)
- 计算机科学自学指南 (含笑饮砒霜)
- 计算机 统计类 【书】 (幽篁坐啸)
- 计算机组成原理书籍系列 (机械唯物主义)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有545人想读,手里有一本闲着?
订阅关于The Elements of Computing Systems的评论:
feed: rss 2.0
1 有用 Expialidocius 2022-01-29 20:11:02
看看能不能捡回兴趣 // 一本实验手册 // 把看着挺熟但是都不会的东西串一串 // 从第6章开始得自己用用high-level language之后,作业就变得好烦啊,还是硬件优雅 // 汇编语言比RISC还reduced,不考虑性能真是可以设计精妙 // 还是好烦编程啊,debug就是和自己编码时的folly斗争,战胜了也只是folly而已 // 其实半年前就读到最后一章了,但是最后一章一直沒... 看看能不能捡回兴趣 // 一本实验手册 // 把看着挺熟但是都不会的东西串一串 // 从第6章开始得自己用用high-level language之后,作业就变得好烦啊,还是硬件优雅 // 汇编语言比RISC还reduced,不考虑性能真是可以设计精妙 // 还是好烦编程啊,debug就是和自己编码时的folly斗争,战胜了也只是folly而已 // 其实半年前就读到最后一章了,但是最后一章一直沒做,现在也沒做… (展开)
2 有用 ./ 2019-06-26 22:16:48
硬核CS101,看了一半,准备切换去P&H了
0 有用 包子 2019-08-02 09:23:33
计算姬的秘♂密
1 有用 Marine 2022-02-27 00:09:23
Before vm is informative and after vm is still interesting
0 有用 emerald 2019-08-30 00:12:46
跟着书本用HDL写出一台计算机,这个体验太棒了。