• 阐述平面方法方法枚举启发式方法逼近算法

    Develops cutting plane methods, integral basis methods, enumerative and heuristic methods and approximation algorithms.

    youdao

  • 提出了利用弹上信息引信安全性抗干扰方面目标方法

    The method of the target base in Safety and in Anti-jamming is presented.

    youdao

  • 计算实例表明,模型的计算结果方法的计算结果有了很大程度改善实际情况非常接近

    The actual case shows that the result from the proposed model is much better than Terzaghi's theory and very close to the...

    youdao

  • 运用血清白蛋白培养基方法分别测定了对氟康唑敏感对氟康唑耐药念珠菌的分泌性蛋白酶活力。

    The secretory proteinase activity (SAP) of fluconazole-susceptible Candida albicans isolate and fluconazole-resistant Candida albicans isolate were measured by bovine serum albumin assay.

    youdao

  • 结果表明:在故障检测先采用最优小波方法对故障信号进行消有利于提高汽轮机振动检测准确性

    Measure test results show that signal denoising with BWPB prior to fault measurement is advantageous to enhancing the accuracy of steam turbine vibration fault detection.

    youdao

  • 没有付诸实施方法不过因为没有已知恒星颗行星月亮过境

    Kipping hasn't put his method into practice yet, since no star is known to have both a planet and moon that transit.

    youdao

  • 在这种情况下,继承这个通常行不通因为所添加的方法需要类的实例可用

    Subclassing the class is typically not an option here, since the method needs to be available to instances of the base class itself.

    youdao

  • 例如可以中实现错误处理方法,让所有都可以使用,从而确保一致的方式处理所有远程服务异常

    For example, an error handling method can be implemented in a callback base class so that it can be used by all callbacks to ensure all remote service exceptions will be handled consistently.

    youdao

  • 了一群山信徒正在聊他们运用戴尼提实际方法

    He shot a group of Scientologists talking about the practical ways that they had used Dianetics.

    youdao

  • 然后可以放弃事件或者调用重写方法

    Then you can either abandon the event or must invoke the method overridden in the based class.

    youdao

  • 接下来需要覆盖来自或者任何方法填充

    The next thing you have to do is override any method from the base class or classes to populate the column.

    youdao

  • 此外bobase包含返回实际数据库实例方法

    Additionally, the base class contains a method to return the actual database instance.

    youdao

  • 实际上一项深思熟虑设计决策允许Scala程序员轻而易举使用的用户“隐藏字段方法之间差异。

    This is actually a deliberate design decision that allows Scala programmers to "hide" the distinction between fields and methods quite easily from those who use the base class. Consider Listing 10.

    youdao

  • 当然篇文章中举的仅仅一个例子使用生成器必须实现DatabaseTable增加删除更新方法

    Of course, what I provide in these two articles is just an example: to use the generator, you have to implement the DatabaseTable base class, then add methods for deleting and updating.

    youdao

  • 2.0版本开始,NUnit进行了重写重新设计使用Attributes代替特定方法和相应的

    With the 2.0 version NUnit was rewritten and redesigned as .NET application making use of Attributes instead of special methods and base classes.

    youdao

  • 然后UIComponent 扩展覆盖updateDisplayList()方法绘制这个定制矢量

    Then extend from the base class UIComponent, and override the updateDisplayList() method to draw the custom vector drawing.

    youdao

  • 定义名为load方法

    The base class defines a method called load .

    youdao

  • 工人对象RequestContext定义的,提供finalexecute方法定义请求进行监视流程

    The worker object, a RequestContext, is defined in the base class and provides a final execute method that defines the flow for monitoring any request.

    youdao

  • TypeDescription只是抽象类,其中定义处理类型方法原生类型数组实例

    The TypeDescription class is just an abstract base class with methods defined for dealing with three kinds of types: primitives, arrays, and instances of classes.

    youdao

  • TemplateMethod模式定义算法骨架使用抽象方法覆盖具体细节放到子类中

    The Template Method pattern defines the skeleton of an algorithm in a base class, using abstract methods and overriding to defer individual details to child classes.

    youdao

  • 这样一个定义负责构建部件呈现元素buildRendering方法

    Such a base class defines the buildRendering method that is responsible for building the widget rendering elements.

    youdao

  • 或许这里应该针对IList创建一个,该类会将接受T返回T的方法区分开来。

    Perhaps the solution here is to retroactively create base classes for IList that separate the methods that accept a T value from the ones that return one.

    youdao

  • 调用工厂方法断言返回对象具有正确类型一样简单

    This can be as simple as invoking the base class's factory method and asserting that the returned object is of the correct type. For example.

    youdao

  • 一种直观演示动态类型化工作方式简单方法设想单个名为pyobject的,让Python中的所有其他对象类型都继承它。

    An easy way to visualize how the dynamic typing works is to imagine a single base class called PyObject from which all other object types in Python inherit.

    youdao

  • 创建存根实例可以选择使用or g . apache . axis2 . client . Stub定义方法配置各个功能

    After you've created an instance of the stub, you can optionally use methods defined by the base org.apache.axis2.client.Stub class to configure various features.

    youdao

  • 编程方式构造导航状态作为多个EnginURL状态时,请使用方法

    Use this method when a new navigational state is to be constructed programmatically to serve as a base for several EngineURLs.

    youdao

  • 上世纪40年代末,巴提出了一个解决方法,即球型屋顶,这也是著名发明

    Dome, the invention he is most famous for. The geodesic.

    youdao

  • 然后就可以键入的以作为方法参数方法使用任何一个子类

    You can then use the base class, or any of the subclasses, in methods that are typed to expect the base class as a method argument.

    youdao

  • 因为我们覆盖工厂方法编写这个测试所以其结果是:我们的测试不再包括任何原始创建代码(现在工厂方法内部)。

    Because we overrode the factory method to write this test, it turns out that we no longer have any test coverage of the original creation code (which is now inside the base class's factory method).

    youdao

  • 因为我们覆盖工厂方法编写这个测试所以其结果是:我们的测试不再包括任何原始创建代码(现在工厂方法内部)。

    Because we overrode the factory method to write this test, it turns out that we no longer have any test coverage of the original creation code (which is now inside the base class's factory method).

    youdao

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

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

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