It then calls the base method to render all the verbs.
然后,它会呼叫基底方法以呈现所有动词命令。
The transition base method is restricted by the similarities than L2 similarity metric of the sample video.
无论采用何种帧相似性尺度,基于跳变的合成方法始终受限于视频帧的相似性。
If the method is being called for any other reason, then the base method is invoked to raise a postback event to the server.
如果方法是因为任何其他原因而呼叫,则会叫用基底方法,以引发伺服器的回传事件。
Now, the main methodology of AGD includes: numeric based method, symbol based method, rule base method and graph based method.
目前,几何自动推理的主要方法有:基于数值计算的方法、基于符号计算的方法、基于规则的方法和基于图论的方法。
After calling Validator with the help of base , RequiredValidator deletes the base method from the current object because it is not needed anymore.
在base的协助下调用Validator之后,RequiredValidator从当前对象删除base方法,因为不再需要它。
The third sample CHCl 3 part of acid base method (mainly containing alkaloids) is better according to the antitussive, expectorant and antiasthmatic activities.
综合分析不同部位的镇咳、祛痰、平喘活性实验结果,样品C即酸碱法的氯仿部位(主要含生物碱)效果较好。
The new technological process of normal-pressure acid-base method with non-timber fiber is introduced briefly, which has been adopted by Jiangxi Sansen Paper Co. , Ltd.
简述了江西三森纸业有限公司采用的非木纤维常压酸碱法造纸新工艺流程,并进行了该工艺的清洁生产分析。
The base of the CIM (computer integrated Manufacturing) is the information integrated, the computer network is the base method and the key of the information integrated.
集成制造的基础是信息集成,信息集成的基本手段是计算机通信网络。
A new concept of method base and knowledge expressing system by combination of production rule method, frame method and data base method appropriate to big knowledge base was proposed.
系统实现“四库一体化”结构,提出全新的方法库概念和适合于大体量知识库的产生式规则法、框架法、关系数据库法结合的知识表达体系。
The method can provide a reference for the material base research and quality control of the decoction of Rhizoma Polygonati.
该方法可为黄精物质基础研究与质量控制提供参考。
In this scenario two elements will appear in the method configuration — a base element and the extended element.
在这个场景中,在方法配置中将出现两个元素——一个基本元素和一个扩展元素。
Subclassing the class is typically not an option here, since the method needs to be available to instances of the base class itself.
在这种情况下,继承这个类通常是行不通的,因为所添加的方法需要在基类的实例中可用。
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.
然后您就可以在键入的以基类作为方法参数的方法中使用基类或任何一个子类。
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.
例如,可以在回调基类中实现错误处理方法,让所有回调都可以使用它,从而确保以一致的方式处理所有远程服务异常。
The subclass can then override any particular method to alter the behavior of the base reader.
然后让子类改写某些特殊的方法从而改变基本读取器的行为。
The first method only requires the base name and it will use the default system locale.
第一种方法只要求基本名称,它将使用系统默认的地区。
When supplemented using the contribution pattern, the base element appears in the method configuration with added content.
当补充使用贡献模式的时侯,基本元素在方法配置中伴着被添加的内容浮现出来。
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).
因为我们覆盖了工厂方法来编写这个测试,所以其结果是:我们的测试不再包括任何原始创建代码(现在它在基类的工厂方法内部)。
The JAX-RPC specification defines a base interface for stubs that supports a method allowing the requestor to modify the endpoint address before invoking the service.
JAX-RPC规范为存根定义了一个基本接口,这个接口支持一个允许请求程序在调用服务前更改端点地址的方法。
More complex type libraries can use this method to make types dependent on context and various parameters, such as base URIs and namespace prefixes in scope.
更复杂的类型库可以使用该方法建立依赖于上下文和不同参数的数据类型,如作用域中的基准URI和名称空间前缀。
The goal for the suite is to show any relationship that is either explicitly in the code (method calls, inheritance, etc) or done so at runtime (calls to interfaces or base classes).
该套件的目标就是展示代码中显露出来的关系(方法调用、继承等等)和运行时出现的关系(对接口或基类的调用)。
You should now be able to adapt this method to build a valuable and efficient knowledge base that meets your specific business requirements.
现在您可以调整此方法,根据自己的具体业务需求构建一个有价值的且高效的知识库。
Additionally, Listing 13 shows the use of an abstract method to demonstrate how basic functionality can be put into a base class and specific functionality can be deterred to an implementation class.
此外,清单13显示了抽象方法的用法,演示如何将基本功能放入基类中以及如何阻止实现类使用特定函数。
The next thing you have to do is override any method from the base class or classes to populate the column.
接下来需要覆盖来自基类或者类的任何方法来填充列。
At the top of Listing 4, you see a nested module definition. A module has method definitions, but no base inheritance hierarchy.
在清单4的顶部,可以看到一个嵌套的模块定义,但是没有基继承层次结构。
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.
TemplateMethod模式定义了基类算法的骨架,使用了抽象方法和覆盖将具体细节放到子类中。
The base Visitor interface contains a visit method for every concrete type in the domain.
基本 Visitor接口为域中的每个具体类型都提供了一个访问方法。
One way to approach this is to factor the extraction of the parameters and the invocation of the doPost method itself into a base class, such as in version 2 shown in Listing 8
一种解决方法是将参数提取和doPost方法本身的调用添加到一个基类,如清单 8中的版本2所示
Concrete classes provide the appropriate implementation for their respective base class. The Factory Method Pattern consists of the following classes.
concrete类为它们各自的基类提供恰当的实现。
In the case of the base validator, the verify method (shown in Listing 3) returns 0, but the other validators will replace this method with their own.
对于基础的Validator,verify方法(如清单3所示)返回0,但其他验证器将用其自身方法代替这个方法。
应用推荐