zoukankan      html  css  js  c++  java
  • 电子书下载:Professional Parallel Programming with C#: Master Parallel Extensions with .NET 4

    Professional Parallel Programming with C#: Master Parallel Extensions with .NET 4

    Book Description
    Expert guidance for those programming today’s dual-core processors PCsAs PC processors explode from one or two to now eight processors, there is an urgent need for programmers to master concurrent programming. This book dives deep into the latest technologies available to programmers for creating professional parallel applications using C#, .NET 4, and Visual Studio 2010. The book covers task-based programming, coordination data structures, PLINQ, thread pools, asynchronous programming model, and more. It also teaches other parallel programming techniques, such as SIMD and vectorization.

    • Teaches programmers professional-level, task-based, parallel programming with C#, .NET 4, and Visual Studio 2010
    • Covers concurrent collections, coordinated data structures, PLINQ, thread pools, asynchronous programming model, Visual Studio 2010 debugging, and parallel testing and tuning
    • Explores vectorization, SIMD instructions, and additional parallel libraries

    Master the tools and technology you need to develop thread-safe concurrent applications for multi-core systems, with Professional Parallel Programming with C#.

     From the Back Cover
    Gain a solid understanding of parallel programming with C# 4, Visual Studio 2010 and the .NET 4 Framework

    Are you maximizing the processing power in your multi-core computer systems? With this resource, you discover how to do exactly that, while gaining insight into concurrent programming with tasks to create professional parallel applications using C# 4, .Net 4, and Visual Studio 2010. You learn other parallel programming techniques, including modern single instruction, multiple data instructions and vectorization. Plus, you explore the possibilities offered by modern parallel libraries and advanced Intel tools with C#. Use the new lightweight coordination structures to tackle the most complex concurrent programming problems and develop your own customized solutions.

    Professional Parallel Programming with C#:

    • Focuses on creating scalable and reliable parallelized designs targeting the new Task Parallel Library and .NET 4
    • Walks you through imperative data parallelism, imperative task parallelism, concurrent collections, and coordination data structures
    • Describes advanced declarative data parallelism with PLINQ
    • Describes how to debug anonymous methods, tasks, and threads by using the new Visual Studio® 2010 parallel debugging features
    • Demonstrates how to partition data sources to load-balance the workload among diverse tasks and threads

    About the Author
    Gastón C. Hillar is an independent software consultant who has been researching parallel programming, multiprocessor, and multicore since 1997. He has years of experience designing and developing diverse types of complex parallelized solutions that take advantage of multiple processing cores with C# and .NET Framework.

    Book Details

    • Paperback: 576 pages
    • Publisher: Wrox (December, 2010)
    • Language: English
    • ISBN-10: 0470495995
    • ISBN-13: 978-0470495995
    • File Size: 69.2 MiB

    Download:Wrox.Professional.Parallel.Programming.with.CSharp.Dec.2010.rar

  • 相关阅读:
    SpringCloud教程第10篇:高可用的服务注册中心(F版本)
    SpringCloud教程第9篇:Sleuth(F版本)
    requests.session保持会话
    Jmeter Constant Throughput Timer 使用
    Jmeter提取响应数据的结果保存到本地的一个文件
    练习2
    练习1
    一道简单的练习题
    Maven下org.junit.Test无法使用
    [转]解决pycharm无法导入本地包的问题(Unresolved reference 'tutorial')
  • 原文地址:https://www.cnblogs.com/MaxWoods/p/1930757.html
Copyright © 2011-2022 走看看