• If you want to get parallel performance, you have to start writing parallel code, "says MIT computer-science professor Saman Amarasinghe."

    MIT计算机科学教授萨芒阿马拉辛赫说:“平行处理,需要编写代码时就平行编写。”

    youdao

  • In the field of bioluminescence imaging, in order to accelerate simulation speed, a parallel code for Monte Carlo simulation of photon transport is developed.

    生物自发成像领域,将基于蒙特卡罗方法光子前向传输仿真进行并行化,提高了仿真的速度

    youdao

  • Optimization is an indispensably important step in the process of automatic parallel code generation, but the parallel code can have some practical value only after proper optimization.

    并行代码自动生成过程中,优化不可或缺重要环节只有经过适当的优化处理,自动生成并行程序具有一定实用价值

    youdao

  • A further difficulty is the lack of tools for working with parallel code, such as compilers, to translate human-readable code into something a microprocessor can run, and debuggers to find mistakes.

    还有长远困难就是处理平行代码工具匮乏例如编译可以人可读的代码转变些微处理器能够运行的指令,并且调试者可以发现错误。

    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

  • What I try to do nowadays is to implement new ideas in parallel with the old ones, rather than mutating the existing code.

    现在的做法保留代码情况下并行实现想法不是直接旧代码上修改。

    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

  • This code is very similar to what you might see in a functional programming language, with the additional benefit that it's automatically executed in parallel.

    代码可能使用函数程序设计语言编写的那些类似,不过额外优势在于该代码自动并行执行的。

    youdao

  • The code for expressing operations on parallel arrays is somewhat deceptive.

    表示并行数组操作代码有点欺骗性

    youdao

  • This parallel clustering system is called Pseudo remote threads because the threads are scheduled on the job dispatcher but the code within the threads is executed on a remote machine.

    这种并行集群系统之所以称为远程线程是因为线程作业调度器上调度的,线程代码却是在远程计算机执行的。

    youdao

  • Thanks to allocation groups, the XFS code will allow multiple threads and processes to continue to run in parallel, even if many of them are performing non-trivial IO on the same filesystem.

    多亏分配XFS代码允许多个线程和进程持续并行方式运行即使它们中的许多线程和进程正在同一文件系统执行大规模IO 操作。

    youdao

  • If you've spent most of your programming career writing sequential code, you might have more trouble adapting to the parallel nature of the robotics programs than your kids will.

    如果长期以来从事顺序代码编写工作的话,那么您可能不如孩子们那样顺利地适应机器人技术编程中的并行本质属性

    youdao

  • Automation is even more useful when doing parallel development, working on various branches of the code.

    多代码分支进行并行开发自动化更加有用了。

    youdao

  • Concurrency, in the sense of running code in parallel, isn't actually that hard to do.

    并发程序,从代码并行运行意义上讲,并不做到

    youdao

  • Today you have the Scala Parallel Collections that enable a programmer use existing Scala code and with minor changes gain the performance given by multi-core systems.

    目前我们已经有Scala并行集合程序员只需小小改动现有的Scala代码就可以利用多核系统性能优势。

    youdao

  • With goroutines, parallel execution of code is easy.

    有了goroutine代码并行执行容易了。

    youdao

  • The HPC Cloud Service evaluates the code, runs it in parallel Mathematica sessions, bundles up the results and notifies the user.

    HPC服务计算代码的值,运行并行Mathematica会话中打包结果通知用户

    youdao

  • "It's the beginning of a parallel genetic code," says Chin.

    平行遗传密码开端。”Chin如是说。

    youdao

  • Parallel portlet rendering attempts to execute the code for each portlet in parallel to speed up the rendering of the portal page.

    并行portlet呈现试图并行执行每个 portlet代码加速门户页面的呈现。

    youdao

  • One of the reasons for the success of the MapReduce system is that it is designed to be a simple paradigm for writing code that needs to massively parallel.

    MapReduce系统获得成功原因之一编写需要大规模并行处理代码提供了简单的编程模式

    youdao

  • This allows you to pass a parallel collection to existing (non-parallel) code bases and potentially use that code as is.

    将允许传递一个并行集合现有(非并行)代码按原样使用代码。

    youdao

  • They developed the code for different operating systems in parallel.

    他们开发代码可同时用于不同操作系统

    youdao

  • Some of this parallelization of development was made possible through the use of source code management tools because of the ability to keep parallel lines of development synchronized.

    由于使用源代码管理工具可以保持开发同步并行进行这样可能实现开发的部分并行化。

    youdao

  • This code computes the same result as the example in Listing 1, except in a parallel-friendly way.

    代码计算结果清单1中的示例相同采用并行友好的方式。

    youdao

  • This means that developers can have many code changes running in parallel at once, with minimal effort required to start work on any individual task.

    意味着开发员可以一次性并发处理多项代码更改私人工作需要极小工作量

    youdao

  • Often, code bases also introduce the challenge of working on multiple versions or streams of the same code that represent different release versions in parallel.

    通常代码引入处理多个版本或者并行表现不同发布版本同一段代码挑战

    youdao

  • When a team develops in parallel, it's important to merge code back to the mainline (trunk) as often as feasible.

    团队进行并行开发一定以最高的频率将代码合并干线(即主干)。

    youdao

  • This problem also highlights one of the fundamental design principles when it comes to working with parallel data structures: Do not assume sequential execution of any code, ever.

    这个问题突显了并发数据结构基本设计原则之一决不要假设任何代码连续执行

    youdao

  • This code computes the same result as the example in Listing 1, except in a parallel-friendly way.

    代码计算出与清单1中的例子一样结果除了是以一种并行友好的方式来进行的这点不同之外。

    youdao

  • Because these three blocks are alternatives (parallel paths through the code), each needs to be tracked separately at the points shown in bold.

    因为个代码选一的(代码并行路线),因此一个代码块都需要分别跟踪,如黑体代码所

    youdao

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

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

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