上传者: u012398331
|
上传时间: 2022-03-24 20:15:48
|
文件大小: 59.31MB
|
文件类型: -
Professional Parallel Programming with C#: Master Parallel Extensions with .NET 4的源代码,
书的中文名是C#并行编程高级教程 精通.NET 4 Parallel Extensions
This is the code file for the book "Professional Parallel Programming with C#: Master Parallel Extensions with .NET 4"
ISBN: 978-0-470-49599-5
Author: Gaston C. Hillar
Publisher: Wrox - John Wiley & Sons, Inc.
This zip file contains the code for the entire book, organized by chapter. In this zip file, you will find eleven folders. Each folder has the code for an entire chapter.
When the book mentions a Snippet or a Listing, you can open the project with Visual Studio 2010 and work with the files indicated in the chapter's exercises.
For example, Listing2_1 for Chapter 2 has a project that can be found in CH02\Listing2_1. The solution is CH02\Listing2_1\Listing2_1.sln. You can go to the cH02 folder, go to Listing2_1, and then open Listing2_1.sln with Visual Studio 2010. You can also open the code files located in each folder with any text editor. For example, the main program for Listing2_1 is CH02\Listing2_1\Listing2_1\Program.cs.
Most of the code is organized in solutions because it makes it easy for you to load the solutions with Visual Studio 2010 and run the examples. Thus, you will also find the code snippets as solutions most of the time. For example, Snippet2_1 for Chapter 2 has a project that be found in CH02\Snippet2_1. The solution is CH02\Snippet2_1\Snippet2_1.sln. You can go to the cH02 folder, go to Snippet2_1, and then open Snippet2_1.sln with Visual Studio 2010.
When there isn't a solution for a code listing or code snippet, you will find the code in a text file. For example, Snippet3_4 for Chapter 3 is CH03\Snippet3_4.txt.
Enjoy your parallel programming training!
Gaston C. Hillar