• Review: fork-join decomposition.

    回顾fork - join分解

    youdao

  • Listing 1. Merge-sort using the fork-join library.

    清单1.使用fork - join库进行合并排序。

    youdao

  • In this regard, JPFF can be viewed as an extended, distributed fork-join framework.

    这个角度来讲,我们可以JPPF看作一个扩展的、分布式fork - join框架

    youdao

  • It's easy to express such problems using fork-join, as you saw in the previous installment.

    fork - join可以容易地表示这类问题正如上一期中看到的那样。

    youdao

  • The fork-join framework reduces contention for the work queue by using a technique known as work stealing.

    fork - join框架通过一种称作工作窃取(work stealing)的技术减少了工作队列用情况。

    youdao

  • The pattern in Figure 14 presents the correct way to model parallel branching by using a matching fork-join pair.

    14中的模式展示使用匹配fork-join 对建立并行分支模型正确方法

    youdao

  • Furthermore, computing the right multiplicities can be challenging in models with more complex fork-join structures.

    而且一个使用复杂fork - join结构的模型中,要计算正确增殖次数也并非易事。

    youdao

  • Each of these problems can be easily parallelized using divide-and-conquer, and can be easily represented as fork-join tasks.

    其中的每个问题可以divide - and - conquer轻松并行化轻松地表示fork - join任务。

    youdao

  • Listing 2 shows an example of a problem that is suitable to a fork-join solution: searching a large array for its maximal element.

    清单2显示了一个适合使用fork - join解决方案问题示例:在大型数组中搜索其中的最大元素。

    youdao

  • You then use the description to actually execute the array operations (which USES the fork-join framework under the hood) in parallel.

    然后描述并行地执行数组操作(幕后使用fork - join框架)。

    youdao

  • The principal benefit of using the fork-join technique is that it affords a portable means of coding algorithms for parallel execution.

    使用fork-join技术主要好处提供一种编写并行执行算法简便方法

    youdao

  • For most runs, the number of threads in the fork-join pool was equal to the number of hardware threads (cores times threads-per-core) available.

    对于大多数运行fork - join中的线程数量可用硬件线程(内核乘以每个内核中的线程数)相等

    youdao

  • The fork-join framework supports several styles of ForkJoinTasks, including those that require explicit completions and those executing cyclically.

    fork - join框架支持几种风格ForkJoinTasks包括那些需要显式完成的,以及需要循环执行的。

    youdao

  • Using conventional thread pools to implement fork-join is also challenging because fork-join tasks spend much of their lives waiting for other tasks.

    使用传统线程实现fork-join具有挑战性因为 fork-join任务将线程生命周期的大部分时间花费在等待其他任务上。

    youdao

  • Of course, this is a very simple example, but the fork-join technique is suitable for a wide variety of searching, sorting, and data analysis problems.

    虽然这个示例非常简单但是fork - join技术用于各种各样搜索排序数据分析问题。

    youdao

  • To assess the effectiveness of ParallelArray, I wrote a simple, unscientific program that runs the query for various sizes of array and fork-join pools.

    为了评估ParallelArray效率编写了一个简单程序,针对各种大小数组fork-join运行查询

    youdao

  • The fork-join approach offers a portable means of expressing a parallelizable algorithm without knowing in advance how much parallelism the target system will offer.

    fork-join方法提供一种表示并行算法简单方式而不用提前了解目标系统提供多大程度并行性。

    youdao

  • This kind of parallel decomposition is often called fork-join because executing a task forks (starts) multiple subtasks and then joins (waits for completion) with them.

    这种并行分解方法常常称作fork-join因为执行一个任务首先分解(fork为多个子任务然后再合并join)(完成后)。

    youdao

  • For sorting and searching problems, the fork-join library gives you an even easier means of expressing parallelizable operations on data sets: the ParallelArray classes.

    对于排序搜索问题fork - join提供了一种表示可以并行数据操作的非常简单途径parallelarray类。

    youdao

  • This is typical of fork-join problem implementations because the process of recursively dividing the problem will create a potentially large number of new Problem objects.

    fork-join问题实现中很常见,因为递归分解问题过程将会创建大量Problem对象

    youdao

  • The creeks Rattlesnake, Butler, Lolo, Rock and Deep shimmer and surge; the Blackfoot and the Bitterroot rivers join the Clark Fork just outside of town.

    响尾蛇管家罗罗岩石深水这几条溪闪亮汹涌黑足比特鲁特和刚好在城外汇入克拉克•福克

    youdao

  • The steps branch out using a fork, and come back together using a join.

    步骤使用分叉分出使用联合返回

    youdao

  • We'll fork left when the others fork right. We won't join the group tonight for the second five-course meal of the day.

    晚上团体吃今天第二五道菜大餐我们参加

    youdao

  • Similarly, every fork should eventually be followed by a matching join, which combines all the paths starting from the fork.

    同理每个fork最终也都应跟随一个匹配join由后者组合 fork开始所有路径

    youdao

  • To use fork/join directly, you must either use the runForkJoin() method with a task closure or a task class that subclasses AbstractForkJoinWorker.

    直接使用fork/join必须使用带有任务闭包的runForkJoin()方法一个将AbstractForkJoinWorker分为子类的任务

    youdao

  • Revisiting the example from Listing 6, notice that max() is a method already provided on parallel collections, so there is no need to define and invoke a fork/join task directly, as in Listing 7

    再看一下清单6中的示例注意到,max()一个已经并行集合中提供方法因此没有必要直接定义调用fork/join任务清单 7 所示

    youdao

  • The TaskBarrier class mentioned above was used by the fork/join framework to manage the boundaries between the various tasks, and merge their results; in other words: to join the tasks.

    前面提到的TaskBarrierfork/join框架用来管理不同任务边界合并运行结果,换话说就是连接任务。

    youdao

  • Decision and merge are always mapped to several input and output criteria-one for each branch, while fork and join correspond to a single output and input criterion, respectively.

    Decisionmerge始终映射多个输入输出条件,每个分支对应个条件,forkjoin则分别对应于一个输出和输入条件。

    youdao

  • We used a fork and join and placed additional copies of the tasks between them.

    我们使用fork一个join任务其他副本置于两者之间。

    youdao

  • A could bypass the fork and join, but it still needs to enter and leave the process fragment in the upper branch of the fork.

    A可以绕过forkjoin仍然需要进入离开 fork 的靠那条分支中的流程片断

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定