并行执行

  • 网络PARALLEL;Parallel Execution;side-by-side;Side-by-side Execution
并行执行并行执行
  1. 整个排序算法的并行执行代价为O(np)。

    The total parallel execution cost is O ( np ) .

  2. join动作的功能是要同步fork动作启动的多个并行执行的线程。

    The role of the join action is to synchronize multiple threads of parallel execution started by fork actions .

  3. 用Java程序演示线程的并行执行

    Java Programs Show that Multiple Threads Execute Concurrently

  4. 典型的例子是请求发送后,会并行执行任务(task)。

    The classic example of this is where a request is made and tasks are executed in parallel .

  5. FPGA(现场可编程逻辑门阵列)用做高速数据采集系统的主控制器具有单片机、DSP等通用CPU所不具备的特点:并行执行、速度快、低功耗等。

    FPGA has the characteristics of parallel executing , high speed , low consumption , etc.

  6. 结果,HighPerformanceUnload可以并行执行卸载和加载过程,这优化了时间和资源。

    As a result , High Performance Unload performs the unloading and the loading processes in parallel , which optimizes time and resources .

  7. PARALLELTABLE选项告诉重分发实用程序,在表级并行执行重分发,并同时重分发其中的多个表。

    The PARALLEL TABLE option tells the redistribute utility to perform parallelism at the table level where multiple tables are redistributed at the same time .

  8. EPIC微体系结构的存储级并行执行模型的研究

    The Research on Memory-Level Parallelism Execution Model in EPIC Architecture

  9. DNA拼接并行执行,并通过发送和接收数据包在各个拼接进程之间共享数据。

    The assembly process will execute in parallel , and during assembly process , the various assembly processes share data by sending and receive package .

  10. 使用一批作业员来并行执行多个任务对CPU密集型任务也大有裨益。

    Utilizing a pool of workers to execute multiple tasks in parallel is also beneficial for CPU-bound tasks .

  11. 多向嵌套循环的FMS并行执行模式

    FMS Parallel Executing Scheme for Multi-way Nested Loops

  12. 它允许定义可通过link串起来的活动集(包括其它flow活动),使flow的各部分的并行执行成为可能。

    It allows defining sets of activities ( including other flow activities ) that are wired together via links , providing for the potential parallel execution of parts of the flow .

  13. 与PC机构成主从式结构,实现了数据采集、运算和数据通信的并行执行。

    The data acquisition system and the computer construct a master-slave structure and realize the concurrent execution among data acquisition , calculation and communication .

  14. 由于FPGA并行执行的机制,使得它可以在较低的时钟频率下也可以很好的实现实时视频图像处理。

    Because of the parallel mechanism , it is good at processing real-time video image at a lower clock frequency based on FPGA .

  15. 基于消息的事件子流程Handleorderupdates是一个不可中断的事件子流程,这意味着它之中的活动会与主要处理路径并行执行。

    The message-based event subprocess Handle order updates is a non-interruptible event subprocess meaning that the activities within it occur in parallel to the main processing path .

  16. 因为DB2HighPerformanceUnload使用指定管道来并行执行加载和卸载步骤,所以迁移过程非常快。

    Because DB2 High Performance Unload performs the loading and the unloading steps in parallel by using named pipes , the migration process is fast .

  17. 使用工作站网络并行执行prolog程序

    To execute a prolog program in parallel upon a Sun workstation network

  18. 对内存的访问延时除了受基础的硬件性能制约外,还受访存序列在Bank间的并行执行能力以及Bank上的冲突概率等因素的影响。

    The delay of accessing memory is affected not only by the restriction of hardware , but also by the parallel execution of memory accessing requests and the probability of bank conflicts .

  19. 如果将inclusivedecision与merge组对,则在要并行执行多个分支时,inclusivedecision将导致缺乏同步问题。

    When the inclusive decision is paired with a merge it can lead to a lack of synchronization when several branches execute in parallel .

  20. Petri网是一种天然的具有并行执行语义的自动机,模型可以自然地表达超媒体系统中的动态执行语义;

    Petri net is a kind of automata with asynchronous concurrent execution semantic and can naturally represent dynamic execution se-mantic of hypermedia ;

  21. 数据分布允许自动地并行执行许多操作,包括装载、插入、查询、更新、删除、检验和发布XML数据。

    The data distribution allows many operations to be automatically parallelized , including loading , inserting , querying , updating , deleting , validating , and publishing XML data .

  22. 为保证系统检测的实时性,利用FPGA的并行执行特性和内部的逻辑资源丰富等特点,选用FPGA芯片作为视频监控的主控制器。

    To ensure the real-time performance of the system , FPGA is adopted as the main controller for its parallel execution and rich logic resources .

  23. VM有时候也会调用Core(例如定义一个方法)请求Core锁,但是大多数时候它都是并行执行的。

    The VM sometimes calls the Core ( when defining a method for example ) which acquires the Core lock , but most of the time it just runs concurrently .

  24. RationalAutomationFramework通过数据驱动来提供准确性和一致性,以及以并行执行形式提供的高速度&超出了通过自动化获取的性能收益。

    Rational Automation Framework is data driven to provide accuracy and consistency , as well as increased speed in the form of parallel execution & beyond the performance gains acquired through automation .

  25. 通过分区的方法,将CFD计算划分成可并行执行的交互式子问题;

    By using the zone divided method , the CFD calculation can be divided into sub problems which can interactively and paralleled execute .

  26. 关于DDA算法的并行执行

    On the parallel execution of DDA algorithm

  27. 根据设备的模型,所有这些操作都是由数百个snippet处理器并行执行的。

    All this happens in parallel on hundreds of snippet processors , depending on the model of the appliance .

  28. FPGA平台拥有丰富的寄存器资源和逻辑资源,其并行执行的硬件实现方式可以满足大量的高速电子线路设计需求。

    FPGA platform possesses abundant register resources and logic resources , and the hardware implementation method of which is parallel processing can meet the design demands of numerous high-speed electronic circuits .

  29. 该策略减少了矢量量化的各环节之间以及环节内部的相互依赖,使得在GPU中并行执行矢量量化成为了可能。

    The strategy reduces the interdependence between various aspects of vector quantization , it make implement vector quantization in GPU became true .

  30. 客户机请求内涉及到的Portlet可以并行执行(以优化响应时间)或顺序执行,具体取决于其线程安全状态。

    Portlets involved within a client request can be executed in parallel ( to optimize response time ) or sequentially depending on their thread-safe state .