结构化计算机组成 英文版PDF电子书下载
- 电子书积分:19 积分如何计算积分?
- 作 者:(荷)Andrew S.Tanenbaum著
- 出 版 社:北京:机械工业出版社
- 出版年份:2002
- ISBN:7111092872
- 页数:670 页
PREFACE 1
1 INTRODUCTION 1
1.1 STRUCTURED COMPUTER ORGANIZATION 2
1.1.1 Languages, Levels, and Virtual Machines 2
1.1.2 Contemporary Multilevel Machines 4
1.1.3 Evolution of Multilevel Machines 8
1.2 MILESTONES IN COMPUTER ARCHITECTURE 13
1.2.1 The Zeroth Generation--Mechanical Computers (1642-1945) 13
1.2.2 The First Generation--Vacuum Tubes (1945-1955) 16
1.2.3 The Second Generation--Transistors (1955-1965) 19
1.2.4 The Third Generation--Integrated Circuits (1965-1980) 21
1.2.5 The Fourth Generation--Very Large Scale Integration (1980-?) 23
1.3 THE COMPUTER ZOO 24
1.3.1 Technological and Economic Forces 25
1.3.2 The Computer Spectrum 26
1.4.1 Introduction to the Pentium II 29
1.4 EXAMPLE COMPUTER FAMILIES 29
1.4.2 Introduction to the UltraSPARC II 31
1.4.3 Introduction to the picoJava II 34
1.5 OUTLINE OF THIS BOOK 36
2 COMPUTER SYSTEMS ORGANIZATION 39
2.1 PROCESSORS 39
2.1.1 CPU Organization 40
2.1.2 Instruction Execution 42
2.1.3 RISC versus CISC 46
2.1.4 Design Principles for Modern Computers 47
2.1.5 Instruction-Level Parallelism 49
2.1.6 Processor-Level Parallelism 53
2.2 PRIMARY MEMORY 56
2.2.1 Bits 56
2.2.2 Memory Addresses 57
2.2.3 Byte Ordering 58
2.2.4 Error-Correcting Codes 61
2.2.5 Cache Memory 65
2.2.6 Memory Packaging and Types 67
2.3 SECONDARY MEMORY 68
2.3.1 Memory Hierarchies 69
2.3.2 Magnetic Disks 70
2.3.3 Floppy Disks 73
2.3.4 IDE Disks 73
2.3.5 SCSI Disks 75
2.3.6 RAID 76
2.3.7 CD-ROMs 80
2.3.8 CD-Recordables 84
2.3.9 CD-Rewritables 86
2.3.10 DVD 86
2.4 INPUT/OUTPUT 89
2.4.1 Buses 89
2.4.2 Terminals 91
2.4.3 Mice 99
2.4.4 Printers 101
2.4.5 Modems 106
2.4.6 Character Codes 109
2.5 SUMMARY 113
3 THE DIGITAL LOGIC LEVEL 117
3.1 GATES AND BOOLEAN ALGEBRA 117
3.1.1 Gates 118
3.1.2 Boolean Algebra 120
3.1.3 Implementation of Boolean Functions 122
3.1.4 Circuit Equivalence 123
3.2.1 Integrated Circuits 128
3.2 BASIC DIGITAL LOGIC CIRCUITS 128
3.2.2 Combinational Circuits 129
3.2.3 Arithmetic Circuits 134
3.2.4 Clocks 139
3.3 MEMORY 141
3.3.1 Latches 141
3.3.2 Flip-Flops 143
3.3.3 Registers 145
3.3.4 Memory Organization 146
3.3.5 Memory Chips 150
3.3.6 RAMs and ROMs 152
3.4 CPU CHIPS AND BUSES 154
3.4.1 CPU Chips 154
3.4.2 Computer Buses 156
3.4.3 Bus Width 159
3.4.4 Bus Clocking 160
3.4.5 Bus Arbitration 165
3.4.6 Bus Operations 167
3.5 EXAMPLE CPU CHIPS 170
3.5.1 The Pentium II 170
3.5.2 The UltraSPARC II 176
3.5.3 The picoJava II 179
3.6 EXAMPLE BUSES 181
3.6.1 The ISA Bus 181
3.6.2 The PCI Bus 183
3.6.3 The Universal Serial Bus 189
3.7.1 I/O Chips 193
3.7 INTERFACING 193
3.7.2 Address Decoding 195
3.8 SUMMARY 198
4 THE MICROARCHITECTURE LEVEL 203
4.1 AN EXAMPLE MICROARCHITECTURE 203
4.1.1 The Data Path 204
4.1.2 Microinstructions 211
4.1.3 Microinstruction Control: The Mic-l 213
4.2 AN EXAMPLE ISA: IJVM 218
4.2.1 Stacks 218
4.2.2 The IJVM Memory Model 220
4.2.3 The IJVM Instruction Set 222
4.2.4 Compiling Java to IJVM 226
4.3 AN EXAMPLE IMPLEMENTATION 227
4.3.1 Microinstructions and Notation 227
4.3.2 Implementation of IJVM Using the Mic-1 232
4.4.1 Speed versus Cost 243
4.4 DESIGN OF THE MICROARCHITECTURE LEVEL 243
4.4.2 Reducing the Execution Path Length 245
4.4.3 A Design with Prefetching: The Mic-2 253
4.4.4 A Pipelined Design: The Mic-3 253
4.4.5 A Seven-Stage Pipeline: The Mic-4 260
4.5 IMPROVING PERFORMANCE 264
4.5.1 Cache Memory 265
4.5.2 Branch Prediction 270
4.5.3 Out-of-Order Execution and Register Renaming 276
4.5.4 Speculative Execution 281
4.6 EXAMPLES OF THE MICROARCHITECTURE LEVEL 283
4.6.1 The Microarchitecture of the Pentium II CPU 283
4.6.2 The Microarchitecture of the UltraSPARC-II CPU 288
4.6.3 The Microarchitecture of the picoJava II CPU 291
4.6.4 A Comparison of the Pentium, UltraSPARC, and picoJava 296
4.7 SUMMARY 298
5 THE INSTRUCTION SET ARCHITECTURE LEVEL 303
5.1.1 Properties of the ISA Level 305
5.1 OVERVIEW OF THE ISA LEVEL 305
5.1.2 Memory Models 307
5.1.3 Registers 309
5.1.4 Instructions 311
5.1.5 Overview of the the Pentium II ISA Level 311
5.1.6 Overview of the the UltraSPARC II ISA Level 313
5.1.7 Overview of the Java Virtual Machine 317
5.2 DATA TYPES 318
5.2.1 Numeric Data Types 319
5.2.2 Nonnumeric Data Types 319
5.2.3 Data Types on the Pentium II 320
5.2.4 Data Types on the UltraSPARC II 321
5.2.5 Data Types on the Java Virtual Machine 321
5.3 INSTRUCTION FORMATS 322
5.3.1 Design Criteria for Instruction Formats 322
5.3.2 Expanding Opcodes 325
5.3.3 The Pentium II Instruction Formats 327
5.3.4 The UltraSPARC II Instruction Formats 328
5.3.5 The JVM Instruction Formats 330
5.4 ADDRESSING 332
5.4.1 Addressing Modes 333
5.4.2 Immediate Addressing 334
5.4.3 Direct Addressing 334
5.4.4 Register Addressing 334
5.4.5 Register Indirect Addressing 335
5.5.6 Indexed Addressing 336
5.5.8 Stack Addressing 338
5.5.7 Based-Indexed Addressing 338
5.5.9 Addressing Modes for Branch Instructions 341
5.5.10 Orthogonality of Opcodes and Addressing Modes 342
5.5.11 The Pentium II Addressing Modes 344
5.5.12 The UltraSPARC II Addressing Modes 346
5.5.13 The JVM Addressing Modes 346
5.5.14 Discussion of Addressing Modes 347
5.5.1 Data Movement Instructions 348
5.5 INSTRUCTION TYPES 348
5.5.2 Dyadic Operations 349
5.5.3 Monadic Operations 350
5.5.4 Comparisons and Conditional Branches 352
5.5.5 Procedure Call Instructions 353
5.5.6 Loop Control 354
5.5.7 Input/Output 356
5.5.8 The Pentium II Instructions 359
5.5.9 The UltraSPARC II Instructions 362
5.5.10 The PicoJava II Instructions 364
5.5.11 Comparison of Instruction Sets 369
5.6 FLOW OF CONTROL 370
5.6.1 Sequential Flow of Control and Branches 371
5.6.2 Procedures 372
5.6.3 Coroutines 376
5.6.4 Traps 379
5.6.5 Interrupts 379
5.7 A DETAILED EXAMPLE: THE TOWERS OF HANOI 383
5.7.1 The Towers of Hanoi in Pentium II Assembly Language 384
5.7.2 The Towers of Hanoi in UltraSPARC II Assembly Language 384
5.7.3 The Towers of Hanoi in JVM Assembly Language 386
5.8 THE INTEL IA-64 388
5.8.1 The Problem with the Pentium II 390
5.8.2 The IA-64 Model: Explicitly Parallel Instruction Computing 391
5.8.3 Predication 393
5.8.4 Speculative Loads 395
5.8.5 Reality Check 396
5.9 SUMMARY 397
6 THE OPERATING SYSTEM MACHINE LEVEL 403
6.1 VIRTUAL MEMORY 404
6.1.1 Paging 405
6.1.2 Implementation of Paging 407
6.1.3 Demand Paging and the Working Set Model 409
6.1.4 Page Replacement Policy 412
6.1.5 Page Size and Fragmentation 414
6.1.6 Segmentation 415
6.1.7 Implementation of Segmentation 418
6.1.8 Virtual Memory on the Pentium II 421
6.1.9 Virtual Memory on the UltraPSARC 426
6.1.10 Virtual Meory and Caching 428
6.2 VIRTUAL I/O INSTRUCTIONS 429
6.2.1 Files 430
6.2.2 Implementation of Virtual I/O Instructions 431
6.2.3 Directory Management Instructions 435
6.3 VIRTUAL INSTRUCTIONS FOR PARALLEL PROCESSING 436
6.3.1 Process Creation 437
6.3.2 Race Conditions 438
6.3.3 Process Synchronization Using Semaphores 442
6.4 EXAMPLE OPERATING SYSTEMS 446
6.4.1 Introduction 446
6.4.2 Examples of Virtual Memory 455
6.4.3 Examples of Virtual I/O 459
6.4.4 Examples of Process Management 470
6.5 SUMMARY 476
7 THE ASSEMBLY LANGUAGE LEVEL 483
7.1 INTRODUCTION TO ASSEMBLY LANGUAGE 484
7.1.1 What Is an Assembly Language? 484
7.1.2 Why Use Assembly Language? 485
7.1.3 Format of an Assembly Language Statement 488
7.1.4 Pseudoinstructions 491
7.2 MACROS 494
7.2.1 Macro Definition, Call, and Expansion 494
7.2.2 Macros with Parameters 496
7.2.3 Advanced Features 497
7.2.4 Implementation of a Macro Facility in an Assembler 498
7.3 THE ASSEMBLY PROCESS 498
7.3.1 Two-Pass Assemblers 498
7.3.2 Pass One 499
7.3.3 Pass Two 502
7.3.4 The Symbol Table 505
7.4 LINKING AND LOADING 506
7.4.1 Tasks Performed by the Linker 508
7.4.2 Structure of an Object Module 511
7.4.3 Binding Time and Dynamic Relocation 512
7.4.4 Dynamic Linking 515
7.5 SUMMARY 519
8 PARALLEL COMPUTER ARCHITECTURES 523
8.1 DESIGN ISSUES FOR PARALLEL COMPUTERS 524
8.1 Communication Models 526
8.1.2 Interconnection Networks 530
8.1.3 Performance 539
8.1.4 Software 545
8.1.5 Taxonomy of Parallel Computers 551
8.2 SIMD COMPUTERS 554
8.2.1 Array Processors 554
8.2.2 Vector Processors 555
8.3.1 Memory Semantics 559
8.3 SHARED-MEMORY MULTIPROCESSORS 559
8.3.2 UMA Bus-Based SMP Architectures 564
8.3.3 UMA Multiprocessors Using Crossbar Switches 569
8.3.4 UMA Multiprocessors Using Multistage Switching Networks 571
8.3.5 NUMA Multiprocessors 573
8.3.6 Cache coherent NUMA Multiprocessors 575
8.3.7 COMA Multiprocessors 585
8.4 MESSAGE-PASSING MULTICOMPUTERS 586
8.4.1 MPPs-Massively Parallel Processors 587
8.4.2 COWs-Clusters of Workstations 592
8.4.3 Scheduling 593
8.4.4 Communication Software for Multicomputers 598
8.4.5 Application-Level Shared Memory 601
8.5 SUMMARY 609
9 READING LIST AND BIBLIOGRAPHY 613
9.1 SUGGESTIONS FOR FURTHER READING 613
9.1.1 Introduction and General Works 613
9.1.2 Computer Systems Organization 614
9.1.3 The Digital Logic Level 615
9.1.4 The Microarchitecture Level 616
9.1.5 The Instruction Set Architecture Level 617
9.1.6 The Operating System Machine Level 617
9.1.7 The Assembly Language Level 618
9.1.8 Parallel Computer Architectures 618
9.1.9 Binary and Floating-Point Numbers 620
9.2 ALPHABETICAL BIBLIOGRAPHY 620
A.1 FINITE-PRECISION NUMBERS 631
A BINARY NUMBERS 631
A.2 RADIX NUMBER SYSTEMS 633
A.3 CONVERSION FROM ONE RADIX TO ANOTHER 635
A.4 NEGATIVE BINARY NUMBERS 637
A.5 BINARY ARITHMETIC 640
B FLOATING-POINT NUMBERS 643
B.1 PRINCIPLES OF FLOATING POINT 644
INDEX 653
B.2 IEEE FLOATING-POINT STANDARD 754
- 《联吡啶基钌光敏染料的结构与性能的理论研究》李明霞 2019
- 《异质性条件下技术创新最优市场结构研究 以中国高技术产业为例》千慧雄 2019
- 《卓有成效的管理者 中英文双语版》(美)彼得·德鲁克许是祥译;那国毅审校 2019
- 《计算机组成原理解题参考 第7版》张基温 2017
- 《AutoCAD 2018自学视频教程 标准版 中文版》CAD/CAM/CAE技术联盟 2019
- 《跟孩子一起看图学英文》张紫颖著 2019
- 《柏里曼人体结构绘画教学描摹本 第2册 头手足结构》杨建飞主编 2019
- 《计算机组成原理 第2版》任国林 2018
- 《AutoCAD机械设计实例精解 2019中文版》北京兆迪科技有限公司编著 2019
- 《认知语言学视野的抽象方位结构研究》曹爽著 2019
- 《中风偏瘫 脑萎缩 痴呆 最新治疗原则与方法》孙作东著 2004
- 《水面舰艇编队作战运筹分析》谭安胜著 2009
- 《王蒙文集 新版 35 评点《红楼梦》 上》王蒙著 2020
- 《TED说话的力量 世界优秀演讲者的口才秘诀》(坦桑)阿卡什·P.卡里亚著 2019
- 《燕堂夜话》蒋忠和著 2019
- 《经久》静水边著 2019
- 《魔法销售台词》(美)埃尔默·惠勒著 2019
- 《微表情密码》(波)卡西亚·韦佐夫斯基,(波)帕特里克·韦佐夫斯基著 2019
- 《看书琐记与作文秘诀》鲁迅著 2019
- 《酒国》莫言著 2019
- 《指向核心素养 北京十一学校名师教学设计 英语 七年级 上 配人教版》周志英总主编 2019
- 《北京生态环境保护》《北京环境保护丛书》编委会编著 2018
- 《高等教育双机械基础课程系列教材 高等学校教材 机械设计课程设计手册 第5版》吴宗泽,罗圣国,高志,李威 2018
- 《指向核心素养 北京十一学校名师教学设计 英语 九年级 上 配人教版》周志英总主编 2019
- 《高等院校旅游专业系列教材 旅游企业岗位培训系列教材 新编北京导游英语》杨昆,鄢莉,谭明华 2019
- 《中国十大出版家》王震,贺越明著 1991
- 《近代民营出版机构的英语函授教育 以“商务、中华、开明”函授学校为个案 1915年-1946年版》丁伟 2017
- 《新工业时代 世界级工业家张毓强和他的“新石头记”》秦朔 2019
- 《智能制造高技能人才培养规划丛书 ABB工业机器人虚拟仿真教程》(中国)工控帮教研组 2019
- 《AutoCAD机械设计实例精解 2019中文版》北京兆迪科技有限公司编著 2019