Going Multicore with C++
Autor Joe Hummelen Limba Engleză Paperback – feb 2020
- For readers familiar with C++, wanting to learn parallel computing and understand the new, parallel features of C++ 11
- The most practical parallel computing textbook, illustrating each concept with concrete, realistic examples and example-driven exercises to test learning
- Learn the skills needed to develop parallel-dependent applications including big data, cloud computing, image processing, mobile computing, games, and more
- Download source code, examples, and instructor support materials on the book's companion page
Preț: 356.45 lei
Preț vechi: 445.57 lei
-20% Precomandă
Puncte Express: 535
Preț estimativ în valută:
63.05€ • 74.76$ • 54.93£
63.05€ • 74.76$ • 54.93£
Carte nepublicată încă
Doresc să fiu notificat când acest titlu va fi disponibil:
Se trimite...
Specificații
ISBN-13: 9780124077195
ISBN-10: 0124077196
Pagini: 320
Dimensiuni: 191 x 234 mm
Editura: ELSEVIER SCIENCE
ISBN-10: 0124077196
Pagini: 320
Dimensiuni: 191 x 234 mm
Editura: ELSEVIER SCIENCE
Cuprins
1. Introduction to Concurrent Programming2. A Quick Tour of C++11 from a Concurrency Perspective3. The Modern Computer System4. Threading in C++115. Avoiding the Dangers of Concurrency6. Async and Futures in C++117. Working with Concurrent Programs8. Some (helpful) Patterns9. Some (early) Best Practices