图书介绍

计算机组织与设计硬件/软件接口 英文版 第2版2025|PDF|Epub|mobi|kindle电子书版本百度云盘下载

计算机组织与设计硬件/软件接口 英文版 第2版
  • (美)亨尼丝(Hennessy,J.L.)等著 著
  • 出版社: 北京:机械工业出版社
  • ISBN:7111074378
  • 出版时间:1999
  • 标注页数:759页
  • 文件大小:48MB
  • 文件页数:787页
  • 主题词:

PDF下载


点此进入-本书在线PDF格式电子书下载【推荐-云解压-方便快捷】直接下载PDF格式图书。移动端-PC端通用
种子下载[BT下载速度快]温馨提示:(请使用BT下载软件FDM进行下载)软件下载地址页直链下载[便捷但速度慢]  [在线试读本书]   [在线获取解压码]

下载说明

计算机组织与设计硬件/软件接口 英文版 第2版PDF格式电子书版下载

下载的文件为RAR压缩包。需要使用解压软件进行解压得到PDF格式图书。

建议使用BT下载工具Free Download Manager进行下载,简称FDM(免费,没有广告,支持多平台)。本站资源全部打包为BT种子。所以需要使用专业的BT下载软件进行下载。如BitComet qBittorrent uTorrent等BT下载工具。迅雷目前由于本站不是热门资源。不推荐使用!后期资源热门了。安装了迅雷也可以迅雷进行下载!

(文件页数 要大于 标注页数,上中下等多册电子书除外)

注意:本站所有压缩包均有解压码: 点击下载压缩包解压工具

图书目录

Index1

Glossary1

C Mapping Control to Hardware2

B The Basics of Logic Design2

A Assemblers,Linkers,and the SPIM Simulator by James R.Larus,University of Wisconsin2

APPENDICES2

CHAPTERS2

1 Computer Abstractions and Technology2

B.1 Introduction3

A.1 Introduction3

C.1 Introduction3

1.1 Introduction3

C.2 Implementing Combinational Control Units4

B。2 Gates,Truth Tables,and Logic Equations4

1.2 Below Your Program5

B.3 Combinational Logic8

C.3 Implementing Finite State Machine Control8

A.2 Assemblers10

1.3 Under the Covers10

A.3 Linkers17

B.4 Clocks18

A.4 Loading19

A.5 Memory Usage20

B.5 Memory Elements21

C.4 Implementing the Next-State Function with a Sequencer21

1.4 Integrated Circults:Fueling Innovation21

A.6 Procedure Call Convention22

1.5 Real Stuff:Manufacturing Pentium Chips24

C.5 Transiating a Microprogram to Hardware28

1.6 Fallacies and Pitfalls29

1.7 Concluding Remarks30

C.6 Concluding Remarks31

C.7 Key Terms32

A.7 Exceptions and Interrupts32

C.8 Exercises32

1.8 Historical Perspective and Further Reading32

B.6 Flinite State Machines35

A.8 Input and Output36

A.9 SPIM38

B.7 Timing Methodologies39

B.8 Concluding Remarks44

1.9 Key Terms44

B.10 Exercises45

B.9 Key Terms45

1.10 Exerclses45

A.10 MIPS R2000 Assembly Language49

2 The Role of Performance52

2.1 Introduction54

2.2 Measuring Performance58

2.3 Relating the Metrics60

2.4 Choosing Programs to Evaluate Performance66

2.5 Comparing and Summarizing Performance69

2.6 Real Stuff:The SPEC95 Benchmarks and Performance of Recent Processors71

A.11 Concluding Remarks75

2.7 Fallacies and Pitfalls75

A.13 Exercises76

A.12 Key Terms76

2.8 Concluding Remarks82

2.9 Historical Perspective and Further Reading83

2.10 Key Terms89

2.11 Exercises90

3 Instructions:Language of the Machine104

3.1 Introduction106

3.2 Operations of the Computer Hardware107

3.3 Operands of the Computer Hardware109

3.4 Representing Instructions in the Computer116

3.5 Instructions for Making Decisions122

3.6 Supporting Procedures In Computer Hardware132

3.7 Beyond Numbers142

3.8 Other Styles of MIPS Addressing145

3.9 Starting a Program156

3.10 An Example to Put It All Together163

3.11 Arrays versus Pointers171

3.12 Real Stuff:PowerPC and 80x86 Instructions175

3.13 Fallacies and Pitfalls185

3.14 Concluding Remarks187

3.15 Historical Perspective and Further Reading189

3.16 Key Terms196

3.17 Exercises196

4 Arithmetic for Computers208

4.1 Introduction210

4.2 Signed and Unsigned Numbers210

4.3 Addition and Subtraction220

4.4 Logical Operations225

4.5 Constructing an Arithmetic Logic Unit230

4.6 Multiplication250

4.7 Division265

4.8 Floating Point275

4.9 Real Stuff:Floating Point In the PowerPC and 80x86301

4.10 Fallacles and Pitfalls304

4.11 Concluding Remarks308

4.12 Historical Perspective and Further Reading312

4.13 Key Terms322

4.14 Exercises322

5 The Processor:Datapath and Control336

5.1 Introduction338

5.2 Building a Datapath343

5.3 A Simple Implementation Scheme351

5.4 A Multicycle Implementation377

5.5 Microprogramming:Simpllfying Control Deslgn399

5.6 Exceptions410

5.7 Real Stuff:The Pentium Pro Implementation416

5.8 Fallacles and Pitfalls419

5.9 Concluding Remarks421

5.10 Historical Perspective and Further Reading423

5.11 Key Terms426

5.12 Exercises427

6 Enhancing Performance with Pipelining434

6.1 An Overview of Pipelining436

6.2 A Pipelined Datapath449

6.3 Pipelined Control466

6.4 Data Hazards and Forwarding476

6.5 Data Hazards and Stalls489

6.6 Branch Hazards496

6.7 Exceptions505

6.8 Superscalar and Dynamic Pipelining510

6.9 Real Stuff:PowerPC 604 and Pentium Pro Pipelines517

6.10 Fallacies and Pitfalls520

6.11 Concluding Remarks521

6.12 Historical Perspective and Further Reading525

6.13 Key Terms529

6.14 Exercises529

7 Large and Fast:Exploiting Memory Hlerarchy538

7.1Introduction540

7.2 The Basics of Caches545

7.3 Measuring and Improving Cache Performance564

7.4 Virtual Memory579

7.5 A Common Framework for Memory Hlerarchles603

7.6 Real Stuff:The Pentium Pro and PowerPC 604 Memory Hierarchies611

7.7 Fallacies and Pitfalls615

7.8 Concluding Remarks618

7.9 Historical Perspective and Further Reading621

7.10 Key Terms627

7.11 Exercises628

8 Interfacing Processors and Peripherals636

8.1 Introduction638

8.2 I/O Performance Measures:Some Examples from Disk and File Systems641

8.3 Types and Characteristics of I/O Devices644

8.4 Buses:Connecting I/O Devices to Processor and Memory655

8.5 Interfacing I/O Devices to the Memory,Processor,and Operating System673

8.6 Designing an I/O System684

8.7 Real Stuff:A Typical Desktop I/O System687

8.8 Fallacies and Pitfalls688

8.9 Concluding Remarks690

8.10 Historical Perspective and Further Reading694

8.11 Key Terms700

8.12 Exercises700

9 Multiprocessors710

9.1 Introduction712

9.2 Programming Multiprocessors714

9.3 Multiprocessors Connected by a Single Bus717

9.4 Multiprocessors Connected by a Network727

9.5 Clusters734

9.6 Network Topologies736

9.7 Real Stuff:Future Directions for Multiprocessors740

9.8 Fallacies and Pitfalls743

9.9 Concluding Remarks-Evolution versus Revolution in Computer Architecture746

9.10 Historical Perspective and Further Reading748

9.12 Exercises756

9.11 Key Terms756

热门推荐