• Through the confirmed feed solution character, physical property method, unit operation module, the experimental model was established.

    通过性质方法单元操作模块确定,建立了实验模型

    youdao

  • The simulation results with the WILSON property method are consistent with design. The methanol mass fraction on the top of rectification tower is up to 99.99%.

    采用WILSON物性方法时的模拟计算结果能够满足工艺要求,精馏塔塔顶出液甲醇含量高达99.99%。

    youdao

  • It is investigated that the ideal gas law and the Henry law are suitable for the process. Ethanol can't be separated from methanol with the NRTL or UNIQUAC property method.

    计算表明,精馏过程汽相符合理想气体定律亨利定律,液相非理想溶液,采用NRTLUNIQUA C物方法时,乙醇甲醇在精馏塔中无法进行有效分离。

    youdao

  • The property of the near field subwavelength imaging in a metal thin-film structure is investigated using finite difference time domain method based on Drude model.

    采用基于等离子体物理模型的时域有限差分方法模拟金属薄膜成像特性采用薄膜传输矩阵方法计算了金属薄膜对倏逝波分量的放大作用。

    youdao

  • The method name reflects only one property of the method: the business logic to perform the credit operation.

    这个方法反映了方法一个属性执行信贷业务业务逻辑

    youdao

  • It would be nice to have similar operators that could take names of, say, methods and give you other metadata objects, like method infos, property infos, and so on.

    要是还有相似的用来获取名称操作符了。比如其它元数据对象——诸如方法信息、属性信息等等——的方法

    youdao

  • In general, setting a property on a component automatically calls the appropriate invalidation method.

    一般而言,在组件设置属性时将自动调用适当失效方法。

    youdao

  • Because I allow both a method call and a property call to work as a definition query, I must write at least two tests in Listing 14.

    因为同时允许让方法调用属性调用作为定义查询因此清单14必须编写至少两个测试

    youdao

  • This method returns a message context property if one has been set, otherwise it returns the value of the defined mediation parameter.

    如果设置消息上下文属性方法返回此属性,否则将返回定义中介参数

    youdao

  • When you select the corresponding property, you can see the change in the method signature at the top of the page.

    选择相应属性,您就能看到顶端方法签名变化

    youdao

  • If the property value matches the search value, then the method has successfully found the desired test object and returns it.

    如果属性搜索匹配那么方法成功地找到预期的测试对象返回对象。

    youdao

  • It then sets the HTTP method in an application-specific JMS property.

    然后,它将应用程序特定的jms属性中设置HTTP方法

    youdao

  • When you have your translations (for instance, which method to call or which property to reference), write them next to the control actions that you documented in Step 1.

    拥有了译文(比如调用哪种方法或者参考哪个属性),将它们您在步骤1中记录控件行为旁边

    youdao

  • The method takes two parameters, a Property representing the predicate of the statement, and the statement's object.

    方法使用两个参数表示语句谓词 Property语句对象

    youdao

  • NotSupportedException: Throw this exception when a type does not implement a method for which there is a corresponding property indicating whether or not the method in question is supported.

    NotSupportedException由于对应属性来标示他是否支持导致执行一个方法失败,就会抛出这个异常

    youdao

  • When you invoke a Groovy method that has no parameters, you must call it with an empty set of parentheses, which allows Groovy to distinguish between a property access from a method call.

    调用没有参数Groovy方法时,您必须使用一对括号调用使得Groovy可以分清一个属性访问一个方法调用之间的区别。

    youdao

  • You can even check that a certain method or property is available, with a finer granularity than through any instanceof check

    甚至可以检查某个特定的方法或者属性是否可用使用instanceof来检查的粒度要小的多

    youdao

  • The joy is being able to dispatch an event 20 levels into your UI without setting a globally available property/calling a globally available method, such as ModelLocator.

    高兴事件能够用户界面中被分发达20层,而无需设置全局属性/调用一个全局方法ModelLocator)。

    youdao

  • The GroupManager script library contains two classes as well as several constants that are useful as method arguments and property values and in On Error statements. The classes are

    GroupManager脚本包含两个多个常量,可以将这些常量用作方法参数属性,它们 OnError语句非常有用

    youdao

  • Unity is a lightweight, extensible dependency injection container with support for constructor, property, and method call injection.

    Unity一个轻量级可扩展依赖注入容器支持构造函数属性方法调用注入。

    youdao

  • When the getter method of the bound property is called it must use the value binding to get the value unless the setter method has set the value already.

    调用绑定属性getter方法时,除非setter方法已经设置,否则getter方法必须绑定获得值。

    youdao

  • The problem you experienced with the code in Listing 2 is that the self keyword is bound to the referenced property or method at compile time.

    清单2代码存在的问题是 self关键字绑定到了编译引用属性方法

    youdao

  • The getQNameScope method returns the binder qnameScope property to indicate whether the schema type is a named type or an anonymous type.

    getQNameScope方法返回绑定的qnameScope属性,来说明脚本类型命名类型还是匿名类型。

    youdao

  • The setValue(item, attribute, value) method of JsonDataStore updates the existing node property.

    JsonDataStoresetValue(item,attribute,value)方法更新了当前节点

    youdao

  • The server looks at the onreadystatechange property and figures out what method to call.

    服务器查看onreadystatechange属性确定要调用方法

    youdao

  • Consider a case where a developer is extending a Label and inadvertently chooses to set the text property in the updateDisplayList() method. The practical consequence of this could be gruesome.

    考虑这样一个场景,开发人员扩展Label 时不小心选择了在updateDisplayList()方法设置文本属性

    youdao

  • Note that the GridView control also supports the classic binding mechanism based on the DataSource property and the DataBind method.

    注意GridView控件支持传统基于DataSource属性DataBind方法绑定机制

    youdao

  • The static Current property uses the Stack.Peek method to return the T instance at the top of the stack if one exists, returning null if the Stack is empty.

    静态Current属性使用Stack.Peek方法返回位于堆栈顶端T实例如果存在),如果Stack返回

    youdao

  • The static Current property uses the Stack.Peek method to return the T instance at the top of the stack if one exists, returning null if the Stack is empty.

    静态Current属性使用Stack.Peek方法返回位于堆栈顶端T实例如果存在),如果Stack返回

    youdao

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

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

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