Task Parallel Library的意思|示意

美 / / 英 / /

任务并行库


Task Parallel Library的网络常见释义

任务并行库 NET 4.0支持并行计算的构成元素 任务并行库(TPL, Task Parallel Library):是.NET 4.0为帮 助工程师开发并行程序提供的一组类,使用TPL开发并行程 序,考虑的着眼点是...

任务并行函数库 NET Framework函数库,比如任务并行函数库(Task Parallel Library,TPL)和并行LINQ(PLINQ),以及并行模式函数库(Parallel Pattern Library,...

比如任务并行函数库 NET Framework函数库,比如任务并行函数库(Task Parallel Library,TPL)和并行LINQ(PLINQ),以及并行模式函数库(Parallel Pattern Library,...

并行库 它们还用于完成同步办法、职务并行库(Task Parallel Library,TPL)和其他异步编程模型。

Task Parallel Library相关短语

1、 Microsoft Task Parallel Library 微软的任务并行库

Task Parallel Library相关例句

The fourth video is on the core of Parallel Extensions, the Task Parallel Library.

第四个视频针对并行扩展的核心——任务并行库(Task Parallel Library)。

If you're doing CPU-based operations, then I'd recommend the Task Parallel Library.

如果你做的CPU为基础的业务,那么我建议你任务并行库。

The Task Parallel Library, or TPL, is essentially an advanced version of the.net thread pool.

任务并行库,又被称为TPL,本质上是一个高级版本的。NET线程池。

Just like code that targets the Task Parallel Library, PLINQ queries scale in the degree of concurrency based on the capabilities of the host computer.

就像面向任务并行库的代码一样,PLINQ查询会根据主计算机的能力按比例调整并发程度。

Microsoft has been working on ways to improve the performance of parallel applications in.net 4.5, specifically those using the Task parallel Library. Here is a preview of what you can expect to see.

微软正在努力改进。NET 4.5中应用程序的性能,特别是使用任务并行类库(Task Parallel Library)的那些应用。