• 片式离合器摩托车重要部件不同的摩托车其试验模拟参数也不同。

    Plate type clutch is an important part of motorcycle, with different testing analog parameters in different motorcycles.

    youdao

  • 模拟参数估计基于一些物理测量微波光导介电损耗的测量结果。

    The estimation of parameters for simulation is based on some physical measurements, such as by microwave technique and dielectric loss etc.

    youdao

  • 本文前一阶段集成优化旋流池模型模拟参数结构参数进行进一步优化研究

    In this article, the simulation parameters and the structure parameters in the first stage will be taken further research.

    youdao

  • 环境模拟参数随机场中的离子质量浓度为例,介绍指示克里格估值计算的理论方法及应用。

    The present article is to introduce the authors' improved indicator Kriging water environmental simulation model based on the traditional ordinary Kriging method.

    youdao

  • 使用一个多边形对象创建模式曲线迅速调整组织对撞机模拟参数之间性格碰撞裤子

    You would use a polygon object to create pattern curves quickly, and adjust simulation parameters to organize collision among character, pants, and colliders.

    youdao

  • 通过分析模拟结果确定自由光电子衰减时间模拟参数对应关系,从而为确定具体乳剂中的参数提供依据

    By analyzing the simulating results, the dependence of free photoelectron decay time on simulating parameters is gotten, which is the basis to decide the parameters for practical emulsions.

    youdao

  • 最后利用APDL语言编制具有一定通用性参数模拟分析程序通过改变模拟参数可以模拟分析不同条件下的焊接击处理。

    Finally, the parametric simulation program was designed with ANSYS APDL language, various simulation of welding and hammer peening can be analysed through defining different parameters.

    youdao

  • 根据研究区域GIS数据信息实地踏勘信息,借鉴国内外相关研究模型模拟参数在对研究区域进行概化的基础上,建立研究区域的非点源污染负荷模型。

    On the base of data from GIS and survey of study area on the spot, non-point source pollution load model of study area was constructed.

    youdao

  • 但是回放性能测试模拟用户产生装载时,您可能希望使用相同URL请求参数回放

    But when you play back the performance test to generate load with many simulated users, you may not want the same URLs and request parameters played back.

    youdao

  • 他们计划航空工程师合作,研究他们出新的气候参数以便助于模拟沿海地区风力涡轮机

    They plan to collaborate with aeronautical engineers to develop parameters for the climate model that will allow them to simulate turbines in coastal waters.

    youdao

  • 业务流程建模分析师可以定义模拟参数

    Model the business processes. the analyst can also define parameters to be simulated.

    youdao

  • 可以保存集成测试客户端实例看到所有内容其中包括输入事件手动模拟配置参数

    You can save everything you see in a integration test client instance including input values, events, manual emulation values, and configuration parameters.

    youdao

  • 可以通过参数实体部分模拟名称空间但是非常复杂,而且不是完全令人满意

    You can emulate namespaces partially through parameter entities, but it is complex and not totally satisfactory.

    youdao

  • 通过控制参数可以告诉模拟引擎只能激活特定数量任务

    By controlling this parameter, you can tell the simulation engine that only a specific number of tasks can be active at one time.

    youdao

  • 模拟参数临床标准快速艾滋病病毒抗体检测CD 4 +T淋巴细胞数量构成。

    The modelled parameters consisted of clinical criteria, rapid HIV antibody testing and CD4 + T-lymphocyte (CD4) count.

    youdao

  • PhuongHuynh工作这个项目博士后说道例如一个计算机流体流过管道内的一个障碍物模拟可以依赖于一个单独参数:障碍物的半径

    For instance, says Phuong Huynh, a postdoc who worked on the project, a computer simulation of fluid flow around an obstacle in a pipe could depend on a single parameter: the radius of the obstacle.

    youdao

  • 开始时,这个语法有点让人迷惑但是Ruby提供了模拟已命名可选参数能力所需的语言额外开支却很小。

    This syntax is a little confusing at first, but it gives Ruby the ability to simulate named, optional parameters with minimal additional overhead to the language.

    youdao

  • 首先,移除salary参数标点模拟数据库中读取整数

    First, a salary parameter is stripped of punctuation to simulate a read of an integer from the database.

    youdao

  • 最后提示您ShippingService导入(模拟)的输出参数输入

    Eventually you will be prompted to enter a value for the output parameter of the ShippingService import (it is being emulated).

    youdao

  • 测试客户端停止CustomerInformationPartner手动模拟事件时,Out put参数键入true

    When the test client stops at the manual emulation event for the CustomerInformationPartner, type true for the Output parameter.

    youdao

  • 此类只是使用虚构,用于强化一个要点:要模拟构造函数接收对象参数必要使用RMock

    This class is just a dummy class I use to reinforce the point that RMock is necessary for mocking classes in which constructors receive object parameters.

    youdao

  • 再次重新运行ServiceClassTest达到最终肯定结果:在模拟对象实例期间提供参数造成了所有差别

    Rerun the ServiceClassTest once again to achieve the final positive result: the parameters you supplied during mock object instantiation made all the difference.

    youdao

  • 方法签名类似于 jMockCGLIBmock() 方法签名,因为这两种方法接纳惟一模拟对象标识符作为参数

    The signature of the method is similar to that of the jMock CGLIB mock() method because both methods take on unique mock object identifiers as arguments.

    youdao

  • 第一通过对指定参数应用简单String操作模拟SimplePackageFilter(来自前一篇文章)。

    The first one emulates the SimplePackageFilter (from the previous article) by applying simple String operations on a given parameter.

    youdao

  • 使用标记参数(例如etree . XPath (“childTitle ”))模拟iterchildren行为简单模式执行时间与iterchildren是相同的。

    Simple patterns that mimic the behavior of iterchildren with tag arguments (for example, etree.XPath (" child: : Title ")) execute in effectively the same time as their iterchildren equivalents.

    youdao

  • 提供jMockCGLIBmock()方法附加String参数用作创建模拟对象的标识符。

    The extra String parameter supplied to jMock CGLIB's mock() method is used as an identifier for the mock object created.

    youdao

  • 可以这些参数进行添加而且可以运行模拟收集有关流程需要如何执行数据

    These parameters might be added and simulations might be run to collect data on how the process needs to perform.

    youdao

  • 此外通过模拟手段分析了各种电路参数放电电流波形影响

    Moreover, by the means of simulation, the influence of circuit parameters on the current wave were investigated.

    youdao

  • 通过有限元模拟磁极精密模锻工艺参数模具结构进行了研究。

    The process parameters and mould structure for precision alternator pole forging are researched through FEM simulation.

    youdao

  • 明白为什么添加丢失钥匙通过参数越野撞机模拟腰部避免麻烦

    You would understand why you should make keys of parameters through add missing seam, and off simulation of waist collider to avoid a trouble.

    youdao

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

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

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