王朝百科
分享
 
 
 

深入理解计算机系统

王朝百科·作者佚名  2010-04-18  
宽屏版  字体: |||超大  

深入理解计算机系统

作者:(美)布赖恩特(Bryant,R.E.) 等著

ISBN:10位[7121025809] 13位[9787121025808]

出版社:电子工业出版社

出版日期:2006-7-1

定价:¥89.00 元

内容提要

本书主要介绍了计算机系统的基本概念,包括最底层的内存中的数据表示、流水线指令的构成、虚拟存储器、编译系统、动态加载库,以及用户应用等。书中提供了大量实际操作,可以帮助读者更好地理解程序执行的方式,改进程序的执行效率。此书以程序员的视角全面讲解了计算机系统,深入浅出地介绍了处理器、编译器、操作系统和网络环境,是这一领域的权威之作。

本书适合作为计算机及相关专业的本科生教材,同时也适用于编程人员参考阅读。

编辑推荐

本书主要介绍了计算机系统的基本概念,包括最底层的内存中的数据表示、流水线指令的构成、虚拟存储器、编译系统、动态加载库,以及用户应用等。书中提供了大量实际操作,可以帮助读者更好地理解程序执行的方式,改进程序的执行效率。此书以程序员的视角全面讲解了计算机系统,深入浅出地介绍了处理器、编译器、操作系统和网络环境,是这一领域的权威之作。

本书适合作为计算机及相关专业的本科生教材,同时也适用于编程人员参考阅读。

作者简介

Randal E.Brant:1981年在麻省理工学院获计算机科学博士学位,现任美国卡内基·梅隆大学计算机学院院长,是ACM和IEEE的双会士,多次获得这两个协会颁发的大奖。Bryant教授从事计算机系统方面的教学工作已超过20年,结合计算机体系结构课程多年的教学经验,他开始把关注点从如何设计计算机转移到如何使用程序员在更好地了解系统的情况下编写出更有效、更可靠的程序上来。

目录

1 A Tour of Computer Systems

1.1 Information is Bits + Context

1.2 Programs Are Translated by Other Programs into Different Forms

1.3 It Pays to Understand How Compilation Systems Work

1.4 Processors Read and Interpret Instructions Stored in Memory

1.5 Caches Matter

1.6 Storage Devices Form a Hierarchy

1.7 The Operating System Manages the Hardware

1.8 Systems CommunicateWith Other Systems Using Networks

1.9 The Next Step

1.10 Summary

Bibliographics Notes

Part I Program Structure and Execution

2 Representing and Manipulating Information

2.1 Information Storage

2.2 Integer Representations

2.3 Integer Arithmetic

2.4 Floating Point

2.5 Summary

Bibliographic Notes

Homework Problems

Solution to Practice Problems

3 Machine-Level Representation of Programs

3.1 A Historical Perspective

3.2 Program Encodings

3.3 Data Formats

3.4 Accessing Information

3.5 Arithmetic and Logical Operations

3.6 Control

3.7 Procedures

3.8 Array Allocation and Access

3.9 Heterogeneous Data Structures

3.10 Alignment

3.11 Putting it Together: Understanding Pointers

3.12 Life in the RealWorld: Using the GDB Debugger

3.13 Out-of-Bounds Memory References and Buffer Over

3.14 *Floating-Point Code

3.15 *Embedding Assembly Code in C Programs

3.16 Summary

Bibliographic Notes

Homework Problems

Solutions to Practice Problems

4 Processor Architecture

5 Optimizing Program Performance

6 The Memory Hierarchy

Part Ⅱ Running Programs on a System

7 Linking

8 Exceptional Control Flow

9 Measuring Program Execution Time

10 Virtual Memory

Part Ⅲ Interaction and Communication Between Programs

11 System-Level I/O

12 Network Programming

13 Concurrent Programming

A HCL Descriptions of Processor Control Logic

B Error Handling

Bibliography

Index

前言

This book; Computer Systems: A Programmer's Perspective (CS:APP), is for programmers who want to improve their skills by learning what is going on "under the hood" of a computer system. . Our aim is to explain the enduring concepts underlying all computer systems, and to show you the concrete ways that these ideas affect the correctness, performance, and utility of your application programs. Unlike other systems books, which are written primarily for system builders, this book is written for programmers, from a programmer's perspective. If..

 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
如何用java替换看不见的字符比如零宽空格​十六进制U+200B
 干货   2023-09-10
网页字号不能单数吗,网页字体大小为什么一般都是偶数
 干货   2023-09-06
java.lang.ArrayIndexOutOfBoundsException: 4096
 干货   2023-09-06
Noto Sans CJK SC字体下载地址
 干货   2023-08-30
window.navigator和navigator的区别是什么?
 干货   2023-08-23
js获取referer、useragent、浏览器语言
 干货   2023-08-23
oscache遇到404时会不会缓存?
 干货   2023-08-23
linux下用rm -rf *删除大量文件太慢怎么解决?
 干货   2023-08-08
刀郎新歌破世界纪录!
 娱乐   2023-08-01
js实现放大缩小页面
 干货   2023-07-31
生成式人工智能服务管理暂行办法
 百态   2023-07-31
英语学习:过去完成时The Past Perfect Tense举例说明
 干货   2023-07-31
Mysql常用sql命令语句整理
 干货   2023-07-30
科学家复活了46000年前的虫子
 探索   2023-07-29
英语学习:过去进行时The Past Continuous Tense举例说明
 干货   2023-07-28
meta name="applicable-device"告知页面适合哪种终端设备:PC端、移动端还是自适应
 干货   2023-07-28
只用css如何实现打字机特效?
 百态   2023-07-15
css怎么实现上下滚动
 干货   2023-06-28
canvas怎么画一个三角形?
 干货   2023-06-28
canvas怎么画一个椭圆形?
 干货   2023-06-28
canvas怎么画一个圆形?
 干货   2023-06-28
canvas怎么画一个正方形?
 干货   2023-06-28
中国河南省郑州市金水区蜘蛛爬虫ip大全
 干货   2023-06-22
javascript简易动态时间代码
 干货   2023-06-20
感谢员工的付出和激励的话怎么说?
 干货   2023-06-18
 
>>返回首页<<
 
 
静静地坐在废墟上,四周的荒凉一望无际,忽然觉得,凄凉也很美
© 2005- 王朝网络 版权所有