青年中文青年中文

fork join的意思

fork join中文翻譯:

分叉連接

相似詞語短語

fork───vi.分叉;分歧;vt.叉起;使成叉狀;n.叉;餐叉;耙;n.(Fork)人名;(英、德)福克

join───n.(Join)人名;(法)茹安;vt.參加;結合;連接;vi.加入;參加;結合;n.結合;連接;接合點

tuning fork───[聲]音叉;n.音叉

bladed fork───刀片叉

join force───合力;共同合作;加入

dirty fork───臟叉子

fork out───v.支付;放棄;耙出; <口>付錢

dessert fork───小餐叉;甜點餐叉

four fork───四叉

雙語使用場景

Waiting tasks in fork/join do not actually block threads.───fork/join 中處于等待中的任務實際上不阻止線程。

The fork-join framework reduces contention for the work queue by using a technique known as work stealing.───fork - join框架通過一種稱作工作竊取(work stealing)的技術減少了工作隊列的爭用情況。

's easy to express such problems using fork-join, as you saw in the previous installment.───用fork - join可以很容易地表示這類問題,正如您在上一期中看到的那樣。

It's easy to express such problems using fork-join, as you saw in the previous installment.───用fork-join可以很容易地表示這類問題,正如您在上一期中看到的那樣。

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任務。

Furthermore, computing the right multiplicities can be challenging in models with more complex fork-join structures.───而且,在一個使用更復雜的fork-join結構的模型中,要計算出正確的增殖次數也并非易事。

A fork-join framework like the one illustrated in Listing 3 can be implemented in many ways.───可以有很多方法實現清單3中演示的fork-join框架。

To this end, Java 7 will include a framework for representing a certain class of finer-grained parallel algorithms: the fork-join framework.───最終,Java7將會包含一種框架,用于表示某種更細粒度并行算法的類:fork-join框架。

英語使用場景

As mentioned by Doug Lea, the implementation of Phaser for JSR-166y is being adapted from facilities in the existing fork/join framework implementation.

As a result, such integration provides asynchronous execution support for a process with multiple tokens (e.g. in the case of fork/join or parallel loop execution see above).