CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - parallel programming

搜索资源列表

  1. 030300741

    0下载:
  2. 最优平行轨道车皮排序问题« 编程任务:给定正整数n,和n个车皮的初始编号n a , a , ,a 1 2 L ,编程计算最少需要多少个平行轨道才能按照规则(1)和(2)调度车皮,使车皮在车皮出口按照1,2,…,n的顺序输出。« 数据输入:由文件input.txt 给出输入数据。第1 行有1 个正整数n,表示有n 个车皮。第2 行是n个车皮的初始编号n a , a , ,a 1 2 L 。-optimal parallel tracks wagon laquo schedu
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:936
    • 提供者:林天
  1. CSharp4.0_in_a_Nutshell_Fourth_Edition

    0下载:
  2. When you have questions about how to use C# 4.0 or the .NET CLR, this highly acclaimed bestseller has precisely the answers you need. Uniquely organized around concepts and use cases, this fourth edition includes in-depth coverage of new C# topics su
  3. 所属分类:CSharp

    • 发布日期:2017-05-16
    • 文件大小:4270472
    • 提供者:TiiUuHA
  1. Pro-NET-4-Parallel-Programming-in-CSharp

    0下载:
  2. Pro NET 4 Parallel Programming in C#
  3. 所属分类:CSharp

    • 发布日期:2017-05-14
    • 文件大小:3897815
    • 提供者:
  1. Essential.CSharp.4.0

    0下载:
  2. 本书是一部好评如潮的语言参考书,作者由浅入深地介绍了c#语言的各个方面。全书共包括21章及6个附录,每章开头的“思维导图”指明了本章要讨论的主题,以及各个主题之间的层次关系。书中所包含的丰富的示例代码和精要的语言比较,都有助于读者理解c#语言。本书首先介绍了c#语言的基础知识,随后深入讲解了泛型、迭代器、反射、线程、互操作性和语言集成查询(linq)等高级主题,还涉及了动态编程、使用tpl进行多线程编程以及用plinq进行并行查询处理等c# 4.0新增内容,此外还介绍了与这些内容相关的隐式类型变
  3. 所属分类:CSharp

    • 发布日期:2017-05-22
    • 文件大小:7594713
    • 提供者:yaguang_li
  1. BasicPipelineExamples

    0下载:
  2. Basic Pipeline Examples Microsoft patterns & practices Parallel Programming Guide using c# =============================================================================== Copyright © Microsoft Corporation. All rights reserved. This code
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:5046
    • 提供者:shiyar david
  1. ImagePipeline

    0下载:
  2. Image Pipeline Examples Microsoft patterns & practices Parallel Programming Guide using c# =============================================================================== Copyright © Microsoft Corporation. All rights reserved. This code
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:19792
    • 提供者:shiyar david
  1. ParallelProgrammingSamples

    0下载:
  2. this an example for the parallel programming code written in c sharp. it may be helpful for someone-this is an example for the parallel programming code written in c sharp. it may be helpful for someone
  3. 所属分类:CSharp

    • 发布日期:2017-05-18
    • 文件大小:4740682
    • 提供者:G
  1. Patterns-of-Parallel-Programming-CSharp-4.0

    0下载:
  2. Parallel programming is one of the essential features of .NET 4, providing the foundation of Microsoft s effort to standardize and simplify programming scalable and reliable multi-threaded applications.
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:1544382
    • 提供者:kaplan
  1. Pro-.NET-4.0-Parallel-Programming-in-CSharp

    0下载:
  2. Parallel programming is one of the essential features of .NET 4, providing the foundation of Microsoft s effort to standardize and simplify programming scalable and reliable multi-threaded applications.
  3. 所属分类:CSharp

    • 发布日期:2017-11-05
    • 文件大小:3669963
    • 提供者:kaplan
  1. 123

    3下载:
  2. 格子Boltzmann方法(Lattice Boltzmann Method, LBM)是近年来得到迅速发展并具有广阔应用前景的数值模拟方法。与基于连续介质假设的传统流体力学计算方法不同,LBM是从介观层次的流体粒子出发,基于动理学模型,假设这些流体粒子按规定的格线方向进行迁移碰撞相互作用,经过演化计算后得出符合物理规律的数值结果。与其它传统数值方法相比,LBM在复杂边界及几何条件、多相流模拟等方面具有明显的优势。并且LBM具有算法简单,容易编程实现的特点,非常适用于大规模并行计算。-Latti
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1493
    • 提供者:fyh
  1. Multithreading in C# 5.0 Cookbook

    0下载:
  2. C#多线程编程实战 目录 第1章 线程基础 第2章 线程同步 第3章 使用线程池 第4章 使用任务并行库 第5章 使用C# 5.0 第6章 使用并发集合 第7章 使用PLINQ 第8章 使用Reactive Extensions 第9章 使用异步I/O 第10章 并行编程模式 第11章 更多信息(C# multi thread programming real war directory The first chapter thread base Sec
  3. 所属分类:C#编程

    • 发布日期:2018-04-21
    • 文件大小:1531904
    • 提供者:gengr
  1. C#多线程编程实战_中文完整版_带书签目录

    2下载:
  2. 《C#多线程编程实战》共分为11章,第1章介绍C#中基本的线程操作;第2章描述线程交互细节;第3章解释线程池概念;第4章深入讲解任务并行库框架;第5章深入解释C#5.0中的新功能——异步方法;第6章描述.NET框架中并行算法的标准数据结构;第7章深入讲解并行LINQ基础设施;第8章解释如何以及何时使用Reactive Extensions框架;第9章深入讲解异步I/O进程,包括文件、网络及数据库等场景;第10章针对常见的并行编程问题给出一些解决方案;第11章讲述编写基于Windows 8的异步应
  3. 所属分类:C#编程

    • 发布日期:2018-04-30
    • 文件大小:25056256
    • 提供者:边缘1025
搜珍网 www.dssz.com