免费下载书籍地址:PDF下载地址
精美图片

多线程、并行与分布式程序设计基础(影印版)书籍详细信息
- ISBN:9787040114003
- 作者:暂无作者
- 出版社:暂无出版社
- 出版时间:2002-10
- 页数:664
- 价格:34.50
- 纸张:胶版纸
- 装帧:平装
- 开本:暂无开本
- 语言:未知
- 丛书:暂无丛书
- TAG:暂无
- 豆瓣评分:暂无豆瓣评分
内容简介:
本书利用现实环境中的例子,着重讲述并行系统的实践与应用。介绍了多线程、并行和分布式计算的基本概念,并且把它们与实现和完成过程联系起来,关注解决方案的正确性和性能。主要内容包括:共享变量程序设计,分布式程序设计,并行程序设计。本书对一些实际案例进行研究,论题包括并行线程、MPI、OpenMP库,还有Java程序设计语言、Ada、高性能Fortran、Linda、Occam和SR。通过完整程序执行具体的例子,程序和实例皆为共享式和分布式的。样例应用领域包括科学计算和分布式系统。本书适用于多线程、并行和分布式计算课程。 作者Greg Andrews是美国亚利桑那大学计算机科学系教授,其研究涉及包括并发和分布式程序设计的各个层面。
书籍目录:
Preface
Chapter 1: The Concurrent Computing Landscape
1.1 The Essence of Concurrent Programming
1.2 Hardware Architectures
1.2.1 Processors and Caches
1.2.2 Shared-Memory Multiprocessors
1.2.3 Distributed-Memory Multicomputers and Networks
1.3 Applications and Programming Styles
1.4 Iterative Parallelism: Matrix Multiplication
1.5 Recursive Parallelism: Adaptive Quadrature
1.6 Producers and Consumers: Unix Pipes
1.7 Clients and Servers: File Systems
1.8 Peers: Distributed Matrix Multiplication
1.9 Summary of Programming Notation
1.9.1 Declarations
1.9.2 Sequential Statements
1.9.3 Concurrent Statements, Processes, and Procedures
1.9.4 Comments
Historical Notes
References
Exercises
Part 1: Shared-Variable Programming
Chapter 2: Processes and Synchronization
2.1 States, Actions, Histories, and Properties
2.2 Parallelization: Finding Patterns in a File
2.3 Synchronization: The Maximum of an Array
2.4 Atomic Actions and Await Statements
2.4.1 Fine-Grained Atomicity
2.4.2 Specifying Synchronization: The Await Statement
2.5 Producer/Consumer Synchronization
2.6 A Synopsis of Axiomatic Semantics
2.6.1 Formal Logical Systems
2.6.2 A Programming Logic
2.6.3 Semantics of Concurrent Execution
2.7 Techniques for Avoiding Interference
2.7.1 Disjoint Variables
2.7.2 Weakened Assertions
2.7.3 Global Invariants
2.7.4 Synchronization
2.7.5 An Example: The Array Copy ProbIem Revisited
2.8 Safety and Liveness Properties
2.8.1 Proving Safety Propertes
2.8.2 Scheduling Policies and Fairness
Historical Notes
References
Exercises
Chapter 3: Locks and Barriers
3.1 The Critical Section Problem
3.2 Critical Sections: Spin Locks
3.2.1 Test and Set
3.2.2 Test and Test and Set
3.2.3 Implementing Await Statements
3.3 Critical Sections: Fair Solutions
3.3.1 The Tie-Breaker Algorithm
3.3.2 The Ticket Algorithm
3.3.3 The Bakery Algorithm
3.4 Barrier Synchronization
3.4.1 Shared Counter
3.4.2 Flags and Coordinators
3.4.3 Symmetric Barriers
3.5 Data Parallel Algorithms
3.5.1 Parallel Prefix Computations
3.5.2 Operations on Linked Lists
3.5.3 Grid Computations: Jacobi Iteration
3.5.4 Synchronous Multiprocessors
3.6 Parallel Computing with a Bag of Tasks
3.6.1 Matrix Multiplication
3.6.2 Adaptive Quadrature
Historical Notes
References
Exercises
Chapter 4: Semaphores
Chapter 5: Monitors
Chapter 6: Implementations
Part 2: Distributed Programming
Chapter 7: Message Passing
Chapter 8: RPC and Rendezvous
Chapter 9: Paradigms for Process Interaction
Chapter 10: lmpIementations
Part 3: ParalleI Programming
Chapter 11: Scientific Computing
Chapter 12: Languages, Compilers,Libraries, and TooIs
Glossary
Index
作者介绍:
暂无相关内容,正在全力查找中
出版社信息:
暂无出版社相关信息,正在全力查找中!
书籍摘录:
暂无相关书籍摘录,正在全力查找中!
在线阅读/听书/购买/PDF下载地址:
在线阅读地址:多线程、并行与分布式程序设计基础(影印版)在线阅读
在线听书地址:多线程、并行与分布式程序设计基础(影印版)在线收听
在线购买地址:多线程、并行与分布式程序设计基础(影印版)在线购买
原文赏析:
暂无原文赏析,正在全力查找中!
其它内容:
编辑推荐
咎捉萄в檬榈奶氐悖
书籍介绍
本书利用现实环境中的例子,着重讲述并行系统的实践与应用。介绍了多线程、并行和分布式计算的基本概念,并且把它们与实现和完成过程联系起来,关注解决方案的正确性和性能。主要内容包括:共享变量程序设计,分布式程序设计,并行程序设计。本书对一些实际案例进行研究,论题包括并行线程、MPI、OpenMP库,还有Java程序设计语言、Ada、高性能Fortran、Linda、Occam和SR。通过完整程序执行具体的例子,程序和实例皆为共享式和分布式的。样例应用领域包括科学计算和分布式系统。本书适用于多线程、并行和分布式计算课程。 作者Greg Andrews是美国亚利桑那大学计算机科学系教授,其研究涉及包括并发和分布式程序设计的各个层面。
书籍真实打分
故事情节:3分
人物塑造:7分
主题深度:7分
文字风格:7分
语言运用:6分
文笔流畅:4分
思想传递:7分
知识深度:6分
知识广度:3分
实用性:5分
章节划分:7分
结构布局:7分
新颖与独特:8分
情感共鸣:4分
引人入胜:4分
现实相关:8分
沉浸感:7分
事实准确性:7分
文化贡献:5分
网站评分
书籍多样性:9分
书籍信息完全性:6分
网站更新速度:3分
使用便利性:6分
书籍清晰度:3分
书籍格式兼容性:9分
是否包含广告:3分
加载速度:6分
安全性:6分
稳定性:3分
搜索功能:3分
下载便捷性:9分
下载点评
- 傻瓜式服务(314+)
- 无颠倒(172+)
- 图文清晰(594+)
- 藏书馆(536+)
- 字体合适(646+)
- 方便(321+)
- 书籍完整(298+)
- 格式多(607+)
- 差评(123+)
- 内容完整(341+)
- 少量广告(470+)
- 值得购买(83+)
- 服务好(509+)
下载评价
网友 丁***菱:好好好好好好好好好好好好好好好好好好好好好好好好好
网友 芮***枫:有点意思的网站,赞一个真心好好好 哈哈
网友 陈***秋:不错,图文清晰,无错版,可以入手。
网友 印***文:我很喜欢这种风格样式。
网友 孔***旋:很好。顶一个希望越来越好,一直支持。
网友 林***艳:很好,能找到很多平常找不到的书。
网友 隗***杉:挺好的,还好看!支持!快下载吧!
网友 冷***洁:不错,用着很方便
网友 谢***灵:推荐,啥格式都有