• But, PIN detector thickness is limited, thus we used the parallel method.

    但是PIN探测器厚度有限因而采用并联方法

    youdao

  • The eigenmode of the structure is solved using subspace iterative parallel method.

    采用子结构模态综合算法结构特征模态采用空间迭代方法并行求解

    youdao

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

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

    youdao

  • An example is presented to illustrate practicality and usefulness of this parallel method.

    文末数值表明,方法具有良好的实用性

    youdao

  • In addition, all stereograms of mine are made in "parallel method", but they are enjoyable enough in "crossing method".

    另外所有立体图是通过“平行”来制作的,但是也可通过“交叉法”来审视它们。

    youdao

  • This paper has been studied the parallel method of capillary double columns and it's linked fitting with vaporizer and detector.

    本文研究了毛细管并联方法与检测器及汽化室连接

    youdao

  • Test results shows that the parallel method has good scalability, and can be used in solving large-scale homologous RNA search problem.

    数值试验表明算法具有良好可扩展性能够用于全基因组范围大规模同源RNA序列搜索

    youdao

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

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

    youdao

  • Based on model design and rotary wing design of helicopters, this paper introduces a multi targets inverse eigenvalue problem and gives a parallel method.

    模型设计直升机旋翼设计问题出发,归纳出一类目标特征问题提出一种适合并行计算机上实现的并行算法。

    youdao

  • Numerical results have shown that the alternation plane data communication strategy and block pipeline parallel method applied are effective and scalable.

    数值实验结果表明交替平面数据通信策略流水线并行算法有效可扩展的。

    youdao

  • This paper attempts to study comparative literature parallel method of Kafka's novels and Canxue and absurd sense of the similarities and differences in presentation.

    本文试图比较文学平行研究方法分析卡夫卡残雪小说荒诞意识及其呈现方式的异同

    youdao

  • On the basis of analysis of the process mechanism, the model for soft measurement of the dry-point of crude gasoline delayed coking is established by using PLS-RBFN parallel method.

    分析工艺机理基础上PLS- RBFN并联方法建立延迟焦化汽油干点测量模型

    youdao

  • Based on a high-accuracy and large-scale-parallel method, SA model and detached eddy simulation (DES) based on SA were employed to research the flows of compressor stator-rotor interaction.

    本文基于一种并行高精度的静动交接面处理方法采用SA模型基于SA的分离模拟DES方法,进行了某压气机静动干涉流动计算。

    youdao

  • The parallel and redundancy are implemented by using data communication method in emergency shutdown for enhancing the reliability of the system.

    停系统采用数据通信方式实现并行余,提高了系统可靠性

    youdao

  • On my parallel VM, a non-thread safe method (written in c) is invoked, at first, VM acquires GVL, and process such a method, and releases GVL.

    并行vm上,会调用一个线程安全方法(使用c编写)。首先,VM请求GVL,然后处理这个方法,接着释放GVL。

    youdao

  • As you'll recall, when you invoke the run method on an instance of Parallel, it creates (n-1) threads to run the first (n-1) CSProcess instances and runs the last CSProcess instance on its own thread.

    想起前面介绍过,调用Parallel实例run方法时,创建了(n - 1)个线程运行前面(n - 1)个CSProcess实例,然后自己的线程中运行最后一个CSProcess实例。

    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 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.

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

    youdao

  • In the "OrderedByKey" method, events are also being delivered in a parallel way in a special situation.

    OrderedByKey方法中,事件一些特殊情况会采用并行方式交付

    youdao

  • To support the parallel extraction of large amount of data, the connector needs to be configured to use the bulk access method and the Teradata parallel Transporter export driver.

    支持并行提取容量数据需要配置指导者使用批量访问方法TeradataParallelTransporter导出驱动程序

    youdao

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

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

    youdao

  • 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.

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

    youdao

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

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

    youdao

  • It has to take the method invocation coming from the client's ORB and forward that call to a skeleton object, which is a direct parallel of the stub on the client side.

    必须接收来自客户机orb方法调用,并转发给基干(skeleton)对象后者客户端的存根直接对应

    youdao

  • Based on the initial value sensitivity of chaotic motion and the analysis of optimal searching process, a parallel adaptive chaotic optimization (PACO) method is proposed.

    基于混沌运动初值敏感性对混沌优化搜索过程分析提出了并行自适应混沌优化方法

    youdao

  • Using a dispatcher queue to execute the code in parallel with the caller and then an OS event to block a public method that waits for the result (assuming a synchronous future pattern).

    使用dispatcherqueue并行执行调用被调用代码然后一个操作系统事件阻塞一个等待结果公共方法假定一个同步未来模式assuming a synchronous future pattern,看不懂,再汗一个-_- !

    youdao

  • The operation invoke-in-parallel is implemented by the coInvoke() method, which invokes multiple actions simultaneously and waits for them all to complete.

    invoke-in-parallel操作 coInvoke()方法实现的,操作同时调用多个动作等待所有动作完成。

    youdao

  • The parallel computation method was used for numerical simulation of flow field with moving boundary, and unstructured moving grids were generated by spring analogy method.

    并行计算方法应用运动边界数值模拟采用弹簧方法生成非结构运动网格

    youdao

  • The difference equations are solved by the alternating group explicit (AGE) method which is specially suitable for parallel calculations.

    交替分组显式(age)方法求解了差分方程,方法便于并行计算

    youdao

  • The difference equations are solved by the alternating group explicit (AGE) method which is specially suitable for parallel calculations.

    交替分组显式(age)方法求解了差分方程,方法便于并行计算

    youdao

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

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

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