Logo

Parallel Programming with Microsoft Visual C++

Large book cover: Parallel Programming with Microsoft Visual C++

Parallel Programming with Microsoft Visual C++
by

Publisher: Microsoft Press
ISBN/ASIN: 0735651752
ISBN-13: 9780735651753

Description:
This guide introduces you to the most important and frequently used patterns of parallel programming and provides executable code samples for them, using PPL. When thinking about where to begin, a good place to start is to review the patterns in this book. See if your problem has any attributes that match the six patterns presented in the following chapters.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Language Translation Using PCCTS and C++Language Translation Using PCCTS and C++
by - Automata Publishing Company
This book is a reference guide for the parser generator ANTLR, ANother Tool for Language Recognition, and the tree-parser generator SORCERER, which is suited to source-to-source translation. It is valuable to scientists, engineers, or programmers.
(17243 views)
Book cover: C++ Programming for ScientistsC++ Programming for Scientists
by - NIST
From the table of contents: ANSI C; C++ as a better C; C++ Classes and Objects; Objects in Scientific Computing; Inheritance and Polymorphism; Templates, Exceptions and Observations; Programming Examples; Scientific Library Examples.
(24698 views)
Book cover: An Introduction to GCCAn Introduction to GCC
by - Network Theory Ltd
This manual provides a complete introduction to the GNU C and C++ compilers, common problems and encountered error messages, with numerous easy examples. The text covers compiling using headers and libraries, preprocessor, linking, and more.
(29730 views)
Book cover: Optimizing Software in C++Optimizing Software in C++
by - Agner.org
This is an optimization manual for advanced C++ programmers. Topics: The choice of platform and operating system. Choice of compiler and framework. Finding performance bottlenecks. The efficiency of different C++ constructs. Multi-core systems. Etc.
(8824 views)