搜索资源列表
-
0下载:
最优平行轨道车皮排序问题« 编程任务:给定正整数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
-
-
0下载:
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
-
-
0下载:
Pro NET 4 Parallel Programming in C#
-
-
0下载:
本书是一部好评如潮的语言参考书,作者由浅入深地介绍了c#语言的各个方面。全书共包括21章及6个附录,每章开头的“思维导图”指明了本章要讨论的主题,以及各个主题之间的层次关系。书中所包含的丰富的示例代码和精要的语言比较,都有助于读者理解c#语言。本书首先介绍了c#语言的基础知识,随后深入讲解了泛型、迭代器、反射、线程、互操作性和语言集成查询(linq)等高级主题,还涉及了动态编程、使用tpl进行多线程编程以及用plinq进行并行查询处理等c# 4.0新增内容,此外还介绍了与这些内容相关的隐式类型变
-
-
0下载:
Basic Pipeline Examples
Microsoft patterns & practices
Parallel Programming Guide using c#
===============================================================================
Copyright © Microsoft Corporation. All rights reserved.
This code
-
-
0下载:
Image Pipeline Examples
Microsoft patterns & practices
Parallel Programming Guide using c#
===============================================================================
Copyright © Microsoft Corporation. All rights reserved.
This code
-
-
0下载:
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
-
-
0下载:
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.
-
-
0下载:
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下载:
格子Boltzmann方法(Lattice Boltzmann Method, LBM)是近年来得到迅速发展并具有广阔应用前景的数值模拟方法。与基于连续介质假设的传统流体力学计算方法不同,LBM是从介观层次的流体粒子出发,基于动理学模型,假设这些流体粒子按规定的格线方向进行迁移碰撞相互作用,经过演化计算后得出符合物理规律的数值结果。与其它传统数值方法相比,LBM在复杂边界及几何条件、多相流模拟等方面具有明显的优势。并且LBM具有算法简单,容易编程实现的特点,非常适用于大规模并行计算。-Latti
-
-
0下载:
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
-
-
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的异步应
-