云书斋 -多线程、并行与分布式程序设计基础(影印版)
本书资料更新时间:2025-01-20 16:08:39

多线程、并行与分布式程序设计基础(影印版) 下载 pdf 百度网盘 epub 免费 2025 电子书 mobi 在线

多线程、并行与分布式程序设计基础(影印版)精美图片
》多线程、并行与分布式程序设计基础(影印版)电子书籍版权问题 请点击这里查看《

多线程、并行与分布式程序设计基础(影印版)书籍详细信息

  • ISBN:9787040114003
  • 作者:暂无作者
  • 出版社:暂无出版社
  • 出版时间:2002-10
  • 页数:664
  • 价格:34.50
  • 纸张:胶版纸
  • 装帧:平装
  • 开本:暂无开本
  • 语言:未知
  • 丛书:暂无丛书
  • TAG:暂无
  • 豆瓣评分:暂无豆瓣评分
  • 豆瓣短评:点击查看
  • 豆瓣讨论:点击查看
  • 豆瓣目录:点击查看
  • 读书笔记:点击查看
  • 原文摘录:点击查看
  • 更新时间:2025-01-20 16:08:39

内容简介:

本书利用现实环境中的例子,着重讲述并行系统的实践与应用。介绍了多线程、并行和分布式计算的基本概念,并且把它们与实现和完成过程联系起来,关注解决方案的正确性和性能。主要内容包括:共享变量程序设计,分布式程序设计,并行程序设计。本书对一些实际案例进行研究,论题包括并行线程、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


作者介绍:

暂无相关内容,正在全力查找中


出版社信息:

暂无出版社相关信息,正在全力查找中!


书籍摘录:

暂无相关书籍摘录,正在全力查找中!



原文赏析:

暂无原文赏析,正在全力查找中!


其它内容:

编辑推荐

咎捉萄в檬榈奶氐悖


书籍介绍

本书利用现实环境中的例子,着重讲述并行系统的实践与应用。介绍了多线程、并行和分布式计算的基本概念,并且把它们与实现和完成过程联系起来,关注解决方案的正确性和性能。主要内容包括:共享变量程序设计,分布式程序设计,并行程序设计。本书对一些实际案例进行研究,论题包括并行线程、MPI、OpenMP库,还有Java程序设计语言、Ada、高性能Fortran、Linda、Occam和SR。通过完整程序执行具体的例子,程序和实例皆为共享式和分布式的。样例应用领域包括科学计算和分布式系统。本书适用于多线程、并行和分布式计算课程。 作者Greg Andrews是美国亚利桑那大学计算机科学系教授,其研究涉及包括并发和分布式程序设计的各个层面。


书籍真实打分

  • 故事情节:8分

  • 人物塑造:7分

  • 主题深度:3分

  • 文字风格:6分

  • 语言运用:8分

  • 文笔流畅:9分

  • 思想传递:3分

  • 知识深度:9分

  • 知识广度:4分

  • 实用性:4分

  • 章节划分:9分

  • 结构布局:6分

  • 新颖与独特:8分

  • 情感共鸣:4分

  • 引人入胜:3分

  • 现实相关:9分

  • 沉浸感:9分

  • 事实准确性:8分

  • 文化贡献:9分


网站评分

  • 书籍多样性:8分

  • 书籍信息完全性:5分

  • 网站更新速度:9分

  • 使用便利性:5分

  • 书籍清晰度:6分

  • 书籍格式兼容性:7分

  • 是否包含广告:4分

  • 加载速度:6分

  • 安全性:5分

  • 稳定性:5分

  • 搜索功能:4分

  • 下载便捷性:8分


下载点评

  • 少量广告(242+)
  • 无广告(339+)
  • 内涵好书(401+)
  • 无缺页(265+)
  • 值得下载(443+)
  • 无多页(286+)
  • 已买(621+)
  • 简单(419+)
  • 下载速度快(623+)
  • 种类多(659+)

下载评价

  • 网友 冯***卉: ( 2024-12-26 21:59:44 )

    听说内置一千多万的书籍,不知道真假的

  • 网友 居***南: ( 2024-12-27 08:46:00 )

    请问,能在线转换格式吗?

  • 网友 康***溪: ( 2025-01-12 15:59:20 )

    强烈推荐!!!

  • 网友 石***致: ( 2025-01-17 18:28:18 )

    挺实用的,给个赞!希望越来越好,一直支持。

  • 网友 常***翠: ( 2025-01-15 09:33:25 )

    哈哈哈哈哈哈

  • 网友 游***钰: ( 2025-01-06 03:53:40 )

    用了才知道好用,推荐!太好用了

  • 网友 詹***萍: ( 2024-12-20 20:02:04 )

    好评的,这是自己一直选择的下载书的网站

  • 网友 曾***文: ( 2025-01-13 07:56:27 )

    五星好评哦

  • 网友 习***蓉: ( 2025-01-03 05:34:41 )

    品相完美

  • 网友 田***珊: ( 2025-01-10 06:20:09 )

    可以就是有些书搜不到

  • 网友 沈***松: ( 2025-01-12 11:12:32 )

    挺好的,不错

  • 网友 潘***丽: ( 2025-01-20 06:11:41 )

    这里能在线转化,直接选择一款就可以了,用他这个转很方便的

  • 网友 焦***山: ( 2025-01-04 11:28:57 )

    不错。。。。。

  • 网友 国***舒: ( 2025-01-06 11:26:21 )

    中评,付点钱这里能找到就找到了,找不到别的地方也不一定能找到

  • 网友 曹***雯: ( 2025-01-04 13:54:27 )

    为什么许多书都找不到?


随机推荐