Parallel Programming with Microsoft Visual Studio 2010 Step by Step (Paperback)
Donis Marshall
- 出版商: MicroSoft
- 出版日期: 2011-07-25
- 售價: $1,500
- 貴賓價: 9.5 折 $1,425
- 語言: 英文
- 頁數: 256
- 裝訂: Paperback
- ISBN: 0735640602
- ISBN-13: 9780735640603
-
相關分類:
Visual Studio
已過版
買這商品的人也買了...
-
$880$695 -
$450$383 -
$980$774 -
$850$808 -
$480$379 -
$490$417 -
$580$458 -
$980$774 -
$480$379 -
$600$468 -
$800$600 -
$680$530 -
$580$458 -
$560$437 -
$490$417 -
$280$238 -
$1,200$948 -
$299Learning iOS Programming: From Xcode to App Store, 2/e (Paperback)
-
$580$435 -
$1,292$1,224 -
$680$537 -
$780$616 -
$550$468 -
$650$553 -
$790$751
相關主題
商品描述
Your hands-on, step-by-step guide to the fundamentals of parallel programming
Teach yourself how to help improve application performance by using parallel programming techniques in Visual Studio 2010—one step at a time. Ideal for experienced programmers with little or no parallel programming experience, this tutorial provides practical, learn-by-doing exercises for creating applications that optimize the use of multicore processors.
Discover how to:
- Apply techniques to help increase your application's speed and efficiency
- Simplify the process of adding parallelism with the Task Parallel Library (TPL)
- Execute several tasks concurrently with various scheduling techniques
- Perform data queries in parallel with PLINQ
- Use concurrent collections in Microsoft .NET Framework 4 for data items
- Extend classes in the TPL to meet the specific requirements of your application
- Perform live debugging of an application with parallel code