网站首页  软件下载  游戏下载  翻译软件  电子书下载  电影下载  电视剧下载  教程攻略

请输入您要查询的图书:

 

书名 计算机组织与结构--性能设计(第8版英文版)/国外计算机科学教材系列
分类 教育考试-考试-计算机类
作者 (美)斯托林斯
出版社 电子工业出版社
下载
简介
编辑推荐

《计算机组织与结构——性能设计(第8版英文版)》是一本反映当代计算机系统结构主流技术和最新技术进步的优秀教材,先前版本曾4次荣获Text and Academic Authors Association颁发的最佳计算机科学与工程教材奖。作者斯托林斯以Intel x86系列通用处理器和ARM系列嵌入式处理器作为主要考察实例贯穿全书,将当代计算机系统性能设计问题和计算机组织与结构的基本概念及原理紧密联系起来。通过介绍计算机的发展与演变引人性能评价和性能设计的概念,然后以自顶而下的方式逐层展开介绍计算机系统、存储器体系结构、I/O及互连、计算机算术、指令集体系结构设计及其实现技术、控制器设计,最后还介绍处理器的各种并行组织技术。

内容推荐

《计算机组织与结构——性能设计(第8版英文版)》以Intel x86系列通用处理器和ARM系列嵌入式处理器作为主要考察实例,将当代计算机系统性能设计问题和计算机组织与结构的基本概念及原理紧密联系。首先介绍计算机的发展与演变,引人性能评价和性能设计的概念,然后以自顶而下的方式逐层展开介绍计算机系统、存储器体系结构、I/O及互连、计算机算术、指令集体系结构的设计及其实现技术、控制器设计,最后还介绍了处理器的各种并行组织技术。本书特色在于探讨和揭示面向性能的各种设计博弈和实现考量,追逐性能极大化的同时顾及系统整体的性能平衡。

《计算机组织与结构——性能设计(第8版英文版)》可以作为高等院校信息领域的本科生、研究生和教师的双语教学教材或教学参考书,对于从事计算机研究与开发的技术人员,也是一本颇具指导意义的参考读物。本书由斯托林斯(William Stallings)著。

目录

Chapter 0 Reader’s Guide 1

0.1 Outline of the Book 2

0.2 A Roadmap for Readers and Instructors 2

0.3 Why Study Computer Organization and Architecture 3

0.4 Internet and Web Resources 4

PART ONE OVERVIEW 7

Chapter 1 Introduction 8

1.1 Organization and Architecture 9

1.2 Structure and Function 10

1.3 Key Terms and Review Questions 15

Chapter 2 Computer Evolution and Performance 16

2.1 A Brief History of Computers 17

2.2 Designing for Performance 38

2.3 The Evolution of the Intel x86 Architecture 44

2.4 Embedded Systems and the ARM 46

2.5 Performance Assessment 50

2.6 Recommended Reading and Web Sites 57

2.7 Key Terms, Review Questions, and Problems 59

PART TWO THE COMPUTER SYSTEM 63

Chapter 3 A Top-Level View of Computer Function and Interconnection 65

3.1 Computer Components 66

3.2 Computer Function 68

3.3 Interconnection Structures 83

3.4 Bus Interconnection 85

3.5 PCI 95

3.6 Recommended Reading and Web Sites 104

3.7 Key Terms, Review Questions, and Problems 104

Appendix 3A Timing Diagrams 108

Chapter 4 Cache Memory 110

4.1 Computer Memory System Overview 111

4.2 Cache Memory Principles 118

4.3 Elements of Cache Design 121

4.4 Pentium 4 Cache Organization 140

4.5 ARM Cache Organization 143

4.6 Recommended Reading 145

4.7 Key Terms, Review Questions, and Problems 146

Appendix 4A Performance Characteristics of Two-Level Memories 151

Chapter 5 Internal Memory Technology 158

5.1 Semiconductor Main Memory 159

5.2 Error Correction 169

5.3 Advanced DRAM Organization 173

5.4 Recommended Reading and Web Sites 179

5.5 Key Terms, Review Questions, and Problems 180

Chapter 6 External Memory 184

6.1 Magnetic Disk 185

6.2 RAID 194

6.3 Optical Memory 203

6.4 Magnetic Tape 210

6.5 Recommended Reading and Web Sites 212

6.6 Key Terms, Review Questions, and Problems 214

Chapter 7 Input/Output 217

7.1 External Devices 219

7.2 I/O Modules 222

7.3 Programmed I/O 224

7.4 Interrupt-Driven I/O 228

7.5 Direct Memory Access 236

7.6 I/O Channels and Processors 242

7.7 The External Interface: FireWire and Infiniband 244

7.8 Recommended Reading and Web Sites 253

7.9 Key Terms, Review Questions, and Problems 254

Chapter 8 Operating System Support 259

8.1 Operating System Overview 260

8.2 Scheduling 271

8.3 Memory Management 277

8.4 Pentium Memory Management 288

8.5 ARM Memory Management 293

8.6 Recommended Reading and Web Sites 298

8.7 Key Terms, Review Questions, and Problems 299

PART THREE THE CENTRAL PROCESSING UNIT 303

Chapter 9 Computer Arithmetic 305

9.1 The Arithmetic and Logic Unit (ALU) 306

9.2 Integer Representation 307

9.3 Integer Arithmetic 312

9.4 Floating-Point Representation 327

9.5 Floating-Point Arithmetic 334

9.6 Recommended Reading and Web Sites 342

9.7 Key Terms, Review Questions, and Problems 344

Chapter 10 Instruction Sets: Characteristics and Functions 348

10.1 Machine Instruction Characteristics 349

10.2 Types of Operands 356

10.3 Intel x86 and ARM Data Types 358

10.4 Types of Operations 362

10.5 Intel x86 and ARM Operation Types 374

10.6 Recommended Reading 384

10.7 Key Terms, Review Questions, and Problems 385

Appendix 10A Stacks 390

Appendix 10B Little, Big, and Bi-Endian 396

Chapter 11 Instruction Sets: Addressing Modes and Formats 400

11.1 Addressing 401

11.2 x86 and ARM Addressing Modes 408

11.3 Instruction Formats 413

11.4 x86 and ARM Instruction Formats 421

11.5 Assembly Language 426

11.6 Recommended Reading 428

11.7 Key Terms, Review Questions, and Problems 428

Chapter 12 Processor Structure and Function 432

12.1 Processor Organization 433

12.2 Register Organization 435

12.3 The Instruction Cycle 440

12.4 Instruction Pipelining 444

12.5 The x86 Processor Family 461

12.6 The ARM Processor 469

12.7 Recommended Reading 475

12.8 Key Terms, Review Questions, and Problems 476

Chapter 13 Reduced Instruction Set Computers (RISCs) 480

13.1 Instruction Execution Characteristics 482

13.2 The Use of a Large Register File 487

13.3 Compiler-Based Register Optimization 492

13.4 Reduced Instruction Set Architecture 494

13.5 RISC Pipelining 500

13.6 MIPS R4000 504

13.7 SPARC 511

13.8 The RISC versus CISC Controversy 517

13.9 Recommended Reading 518

13.10 Key Terms, Review Questions, and Problems 518

Chapter 14 Instruction-Level Parallelism and Superscalar Processors 522

14.1 Overview 524

14.2 Design Issues 528

14.3 Pentium 4 538

14.4 ARM Cortex-A8 544

14.5 Recommended Reading 552

14.6 Key Terms, Review Questions, and Problems 554

PART FOUR THE CONTROL UNIT 559

Chapter 15 Control Unit Operation 561

15.1 Micro-operations 563

15.2 Control of the Processor 569

15.3 Hardwired Implementation 581

15.4 Recommended Reading 584

15.5 Key Terms, Review Questions, and Problems 584

Chapter 16 Microprogrammed Control 586

16.1 Basic Concepts 587

16.2 Microinstruction Sequencing 596

16.3 Microinstruction Execution 602

16.4 TI 8800 614

16.5 Recommended Reading 624

16.6 Key Terms, Review Questions, and Problems 625

PART FIVE PARALLEL ORGANIZATION 627

Chapter 17 Parallel Processing 628

17.1 The Use of Multiple Processors 630

17.2 Symmetric Multiprocessors 632

17.3 Cache Coherence and the MESI Protocol 640

17.4 Multithreading and Chip Multiprocessors 646

17.5 Clusters 653

17.6 Nonuniform Memory Access Computers 660

17.7 Vector Computation 664

17.8 Recommended Reading and Web Sites 676

17.9 Key Terms, Review Questions, and Problems 677

Chapter 18 Multicore Computers 684

18.1 HardwarePerformance Issues 685

18.2 Software Performance Issues 690

18.3 Multicore Organization 694

18.4 Intel x86 Multicore Organization 696

18.5 ARM11 MPCore 699

18.6 Recommended Reading and Web Sites 704

18.7 Key Terms, Review Questions, and Problems 705

Appendix A Projects for Teaching Computer Organization

and Architecture 707

A.1 Interactive Simulations 708

A.2 Research Projects 708

A.3 Simulation Projects 710

A.4 Assembly Language Projects 711

A.5 Reading/Report Assignments 711

A.6 Writing Assignments 712

A.7 Test Bank 712

Appendix B Assembly Language and Related Topics 713

B.1 Assembly Language 714

B.2 Assemblers 723

B.3 Loading and Linking 728

B.4 Recommended Reading and Web Sites 735

B.5 Key Terms, Review Questions, and Problems 736

ONLINE CHAPTERS

Chapter 19 Number Systems 19-1

19.1 The Decimal System 19-2

19.2 The Binary System 19-2

19.3 Converting between Binary and Decimal 19-3

19.4 Hexadecimal Notation 19-5

19.5 Key Terms, Review Questions, and Problems 19-8

Chapter 20 Digital Logic 20-1

20.1 Boolean Algebra 20-2

20.2 Gates 20-4

20.3 Combinational Circuits 20-7

20.4 Sequential Circuits 20-24

20.5 Programmable Logic Devices 20-33

20.6 Recommended Reading and Web Site 20-38

20.7 Key Terms and Problems 20-39

Chapter 21 The IA-64 Architecture 21-1

21.1 Motivation 21-3

21.2 General Organization 21-4

21.3 Predication, Speculation, and Software Pipelining 21-6

21.4 IA-64 Instruction Set Architecture 21-23

21.5 Itanium Organization 21-28

21.6 Recommended Reading and Web Sites 21-31

21.7 Key Terms, Review Questions, and Problems 21-32

ONLINE APPENDICES

Appendix C Hash Tables

Appendix D Victim Cache Strategies

D.1 Victim Cache

D.2 Selective Victim Cache

Appendix E Interleaved Memory

Appendix F International Reference Alphabet

Appendix G Virtual Memory Page Replacement Algorithms

Appendix H Recursive Procedures

H.1 Recursion

H.2 Activation Tree Representation

H.3 Stack Processing

H.4 Recursion and Iteration

Appendix I Additional Instruction Pipeline Topics

I.1 Pipeline Reservation Tables

I.2 Reorder Buffers

I.3 Scoreboarding

I.4 Tomasulo’s Algorithm

Appendix J Linear Tape Open Technology

Appendix K DDR SDRAM

Glossary 740

References 750

Index 763

随便看

 

霍普软件下载网电子书栏目提供海量电子书在线免费阅读及下载。

 

Copyright © 2002-2024 101bt.net All Rights Reserved
更新时间:2025/4/21 19:13:15