本文主要是介绍Professional Multicore Programming: Design and Implementation for C++ Developers,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。 http://blog.csdn.net/topmvp - topmvpProfessional Multicore Programming: Design and Implementation for C++ Developers
In order to increase overall system performance, computer manufacturers have opted to add more processors rather than increase clock frequency. In turn, if you want an application to benefit from the next new processor, that application will have to be modified to exploit multiprocessor computers. This practical book shifts the focus from sequential programming techniques to parallel and multithreaded programming techniques and introduces you to the everyday fundamentals of programming for multiprocessor and multithreaded architectures.
This duo of experienced authors takes the complicated topics of parallel processing and software concurrency and presents them in a clear, understandable manner. Their no-nonsense approach to programming multiprocessing and multithreading models, along with numerous helpful examples, demonstrates how to execute successful multicore programming and enables you to harness the power of the new multicore processors to their fullest potential.
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://rapidshare.com/files/164516401/0470289627.rar
http://depositfiles.com/files/yhw9jtwyp
这篇关于Professional Multicore Programming: Design and Implementation for C++ Developers的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!