当前位置:在线查询网 > 在线百科全书查询 > 并行程序设计导论

并行程序设计导论_在线百科全书查询


请输入要查询的词条内容:

并行程序设计导论




图书信息


书 名:并行程序设计导论

作 者:(美)帕切克 著

出 版 社:机械工业出版社

出版时间:2011-10-1

版 次:1

页 数:370

字 数:

印刷时间:2011-10-1

开 本:16开

纸 张:胶版纸

印 次:1

I S B N:9787111358282

包 装:平装

22528908

内容简介


无内容

作者简介


无内容

目录


CHAPTER 1 Why Parallel Computing?

1.1 Why We Need Ever-Increasing Performance

1.2 Why We''re Building Parallel Systems

1.3 Why We Need to Write Parallel Programs

1.4 How Do We Write Parallel Programs?

1.5 What We''ll Be Doing

1.6 Concurrent, Parallel, Distributed

1.7 The Rest of the Book

1.8 A Word of Warning

1.9 Typographical Conventions

1.10 Summary

1.11 Exercises

CHAPTER 2 Parallel Hardware and Parallel Software

2.1 Some Background

2.1.1 The von Neumann architecture

2.1.2 Processes, multitasking, and threads

2.2 Modifications to the von Neumann Model

2.2.1 The basics of caching

2.2.2 Cache mappings

2.2.3 Caches and programs: an example

2.2.4 Virtual memory

2.2.5 Instruction-level parallelism

2.2.6 Hardware multithreading.

2.3 Parallel Hardware

2.3.1 SIMD systems

2.3.2 MIMD systems 32

2.3.3