首页
社区
课程
招聘
[下载]Professional Multicore Programming: Design and Implementation for C++ Developers
发表于: 2008-11-27 01:11 4174

[下载]Professional Multicore Programming: Design and Implementation for C++ Developers

2008-11-27 01:11
4174
Professional Multicore Programming: Design and Implementation for C++ Developers
(Wrox Programmer to Programmer)

# Paperback: 648 pages
# Publisher: Wrox (September 9, 2008)
# Language: English
# ISBN-10: 0470289627
# ISBN-13: 978-0470289624

Professional Multicore Programming: Design and Implementation for C++ Developers presents the basics of multicore programming in a simple, easy-to-understand manner so that you can easily apply the concepts to your everyday projects. Learn the fundamentals of programming for multiprocessor and multithreaded architecture, progress to multi-core programming and eventually become comfortable with programming techniques that otherwise can be difficult to understand. Anticipate the pitfalls and traps of concurrency programming and synchronization before you encounter them yourself by finding them outlined in this indispensable guide to multicore programming.

What you will learn from this book

* The various pitfalls, traps, and challenges of concurrency programming and synchronization
* Methods and techniques for debugging and testing multicore programming
* How to take advantage of processor-specific features using cross-platform techniques
* The role of the operating system in multicore programming
* Ways to take advantage of framework classes as building blocks for concurrency
* How to reduce the complexity of task synchronization and communication through the use of interface classes

http://www.amazon.com/Professional-Multicore-Programming-Implementation-Developers/dp/0470289627

http://www.megaupload.com/?d=C71BQMH9

http://depositfiles.com/files/57ess1uy3

[课程]FART 脱壳王!加量不加价!FART作者讲授!

收藏
免费 1
支持
分享
最新回复 (3)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
gry
2
支持1下lz
2008-11-28 00:23
0
雪    币: 240
活跃值: (26)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
3
Cover:

Contents:
Professional Multicore Programming
Introduction ............................................................................................. xxi
Chapter 1: The New Architecture ................................................................ 1
Chapter 2: Four Effective Multicore Designs ............................................. 19
Chapter 3: The Challenges of Multicore Programming .............................. 35
Chapter 4: The Operating System’s Role ................................................ 67
Chapter 5: Processes, C++ Interface Classes, and Predicates ..................95
Chapter 6: Multithreading ....................................................................... 143
Chapter 7:  Communication and Synchronization of Concurrent Tasks ... 203
Chapter 8: PADL and PBS: Approaches to Application Design ................. 283
Chapter 9:  Modeling Software Systems That Require Concurrency ........ 331
Chapter 10:  Testing and Logical Fault Tolerance for Parallel Programs ...375
Appendix A: UML for Concurrent Design  ................................................. 401
Appendix B: Concurrency Models ............................................................. 411
Appendix C: POSIX Standard for Thread Management ............................ 427
Appendix D: POSIX Standard for Process Managemnet ........................... 567
Bibliography ............................................................................................. 593
Index ........................................................................................................ 597

Introduction:
Themulticore revolution is at hand. Parallel processing is no longer the exclusive domain of supercomputers or clusters. The entry - level server and even the basic developer workstation have the capacity for hardware -  and software - level parallel processing. The question is what does this mean forthe software developer and what impact will it have on the software development process? In the racefor who has the fastest computer, it is now more attractive for chip manufacturers to place multiple processors on a single chip than it is to increase the speed of the processor. Until now the software developer could rely on the next new processor to speed up the software without having to make any actual improvements to the software. Those days are gone. To increase overall system performance, computer manufacturers have decided to add more processors rather than increase clock frequency. Thmeans if the software developer wants the application to benefit from the next new processor, the application will have to be modified to exploit multiprocessor computers.  Althoughsequential programming and single core application development have a place and will remain with us, the landscape of software development now reflects a shift toward multithreading andmultiprocessing. Parallel programming techniques that were once only the concern of theoretical computer scientists and university academics are in the process of being reworked for the masses. Theideas of multicore application design and development are now a concern for the mainstream.  ........
上传的附件:
2008-12-16 08:53
0
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
thank you very much
2009-2-5 18:02
0
游客
登录 | 注册 方可回帖
返回
//