• 算法利用并行方法估计差时的载波相位

    Firstly the carrier phase with frequency offset is obtained with a parallel method.

    youdao

  • 结合具体硬件实现提出了分解为棵二叉并行方法

    Combining with the concrete hardware implementation, a parallel method of dividing one binary tree into several binary trees is put forward.

    youdao

  • 不过考虑这些并行方法使用状态仍然很重要因为外部代码可能保证必要同步运作

    It is still important to consider the state used by those parallel methods, however, because the external code may not make the necessary synchronization guarantees.

    youdao

  • 另外GPars一个GParsPool块内扩展集合,我们提供构建原语之上的其他并行方法

    Additionally, GPars extends collections inside a GParsPool block, giving us additional parallel methods built on the primitives.

    youdao

  • 模型中采用了基于空间分解并行方法方法可以将不同地理位置交通子网分配集群中的台结点进行仿真运算。

    The parallelization method is a space domain decomposition, which means that each workstation of the cluster is responsible for a different geographical area of the simulated region.

    youdao

  • 针对基于区域增长图像分割方法讨论研究了数据并行实现方法证明了这种数据并行方法的正确性,简要算法性能进行了分析。

    This paper discusses the data parallel algorithm and its implementation on region growing image segmentation, the correctness is proved, and the performance is also analyzed.

    youdao

  • 通过这种方法查询可以使DB2生成多个任务这些任务并行地执行,访问数据

    With this method a single query causes DB2 to generate several tasks, which are executed in parallel to access the data.

    youdao

  • 或许一个很明显加快服务启动速度方法并行启动所有的服务,这样它们可以同时启动。

    Perhaps an obvious way to speed up the starting of services is to run all the services in parallel, so that they all start at the same time.

    youdao

  • 这些年DB 2通过实现各种并行处理方法已经大大提高了访问数据性能

    Over the years DB2 has enabled improved performance in accessing data through the implementation of various methods of parallel processing.

    youdao

  • 接下来章节将讨论检测协调并行开发通用方法

    Common methods for detection and coordination of parallel development are discussed in the following sections.

    youdao

  • 线程更好实现并行方法当然如果MVM操作代价足够

    I think it is more preferable to manipulate parallelism than thread, of course if MVM operations needs low cost enough.

    youdao

  • 有效处理大量此类数据一种方法相对比较廉价硬件上执行大量并行计算

    One approach to handling this broad set of problems efficiently is through massively parallel computations on relatively inexpensive hardware.

    youdao

  • 验证并行设置一个方法CSLD任务数据库

    A good way to verify the parallel setup is to look at the CSLD job database.

    youdao

  • 使用相同方法已生成中间数据并行处理是处理大量数据的理想方法

    In the same way, the generated intermediate data is processed in parallel, making the approach ideal for processing very large amounts of data.

    youdao

  • 可以并行集合方法透明化以便标准集合方法默认情况下并行运作

    Parallel collection methods can be made transparent, so that the standard collection methods will operate in parallel by default.

    youdao

  • 并行工作一个非常直接的方法分组工作直到基线确定以后。

    A very straightforward approach for working in parallel is to work on a branch until the baseline is stable.

    youdao

  • 本文介绍团队采用系统测试子集作为敏捷开发环境一部分,并代码开发活动并行方法

    This article describes the approach taken by one team for including a subset of system test as part of our agile development environment and in parallel with code development activities.

    youdao

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

    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

    youdao

  • 最小的CloudCrowdaction简单Ruby它被用来定义一个“进程”方法执行计算中的并行部分保存S3

    The minimal CloudCrowd action is a simple Ruby class that defines a "process" method, performing the parallel part of the computation and saving it to S3.

    youdao

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

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

    youdao

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

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

    youdao

  • 启动并行任务JNDI查找WorkManager(如上所述)通过调用startWork()方法移交Work对象

    To start the parallel task, locate a WorkManager in JNDI, as described above, and hand over the Work object by calling the startWork() method.

    youdao

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

    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.

    youdao

  • 这种做法允许我们加入lambda友好的(且可能并行友好的)方法比如说List加入forEach()。

    This will let us add lambda-friendly (and potentially parallel-friendly) methods like forEach() to List. By adding an extension method to List for sortBy(), our example now looks like

    youdao

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

    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.

    youdao

  • 与此同时我们接触一些领域这些领域中,并行web其它方法复杂

    At the same time, we have already touched on a few areas in which the parallel Web is more complex than other approaches.

    youdao

  • 输入数据使用这样一种方法进行分区,即并行处理计算机集群中分区的方法

    Input data is partitioned in such a way that it can be distributed among a cluster of machines for processing in parallel.

    youdao

  • 由于无需等待列表生成完毕(停止前进)或者分配一个线程用于处理循环(并行管道),可能最有效率方法了。

    Since you do not have to wait for a list to be generated (stop and go) or allocate a thread to processing the loop (pipelining), this can be the most efficient method.

    youdao

  • 如果服务器仍然许多空闲CPU周期首先应该尝试方法纵向伸缩这种方法中,多个服务器成员并行处理接收的消息

    If your server still has a lot of free CPU cycle, the method you want to try first will be vertical scaling, which multiple server cluster members work in parallel to process the incoming messages.

    youdao

  • 如果服务器仍然许多空闲CPU周期首先应该尝试方法纵向伸缩这种方法中,多个服务器成员并行处理接收的消息

    If your server still has a lot of free CPU cycle, the method you want to try first will be vertical scaling, which multiple server cluster members work in parallel to process the incoming messages.

    youdao

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

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

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