• Such USES of the Template Method pattern offer good separation of concerns.

    模板方法模式这种用法提供了关注点好的分离

    youdao

  • A servlet that USES the Template Method pattern to encapsulate a three-step workflow.

    采用Template Method模式Servlet封装一个包含三个步骤工作流

    youdao

  • The similarity into the template method is introduced, which finds the rules of concern by pruning.

    提出基于相似性关联规则启发式发现方法

    youdao

  • This differs from the Template Method pattern in that the abstract superclass doesn't handle workflow.

    模板方法模式抽象不同处理工作流程

    youdao

  • Similarly, classes using the Template Method pattern contain a series of steps, and some are left blank.

    类似地采用Template Method模式也包含一系列步骤其余的则留空

    youdao

  • This paper proposes a primary and secondary template method to construct the conceptual relation of fairy tale.

    提出一种主次模板方法构建面向童话故事概念关系

    youdao

  • Template Method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure.

    模板方法模式使得子类可以改变一个算法结构即可重定义算法某些特定步骤

    youdao

  • Template Method lets subclasses redefine certain steps of an algorithm without changing the algorithm's structure.

    模板方法使子类可以在改变一个算法结构情况下,就可以重定义算法的某些特定步骤

    youdao

  • Template method pattern of GOF and the realization of template method pattern in back tracing algorithm are introduced.

    介绍采用GOF模板方法模式采用回溯算法的模板方法模式的设计与实现

    youdao

  • An alternative to the Template Method is the Strategy design pattern, which factors the variant behavior into an interface.

    模板方法模式个选择策略模式,抽取多变行为一个接口中。

    youdao

  • The Strategy design pattern takes a little more work to implement than the Template Method pattern, but it is more flexible.

    策略设计模式模板方法模式花费更多工作实现但是灵活

    youdao

  • The invention provides a method for synthesizing tin oxide nano-crystal by combining template method with hydrothermal condition.

    发明提供模板法结合水热条件合成氧化纳米晶的方法

    youdao

  • The execute method delegates to an abstract template method, doExecute(), which is responsible for proceeding with the original join point.

    execute方法委托抽象模板方法doExecute()负责继续处理原始的连接点。

    youdao

  • It extracts the concept pair of the fairy tale, experimental results show that the primary and secondary template method has high precision rate.

    童话故事内容进行抽取概念实验结果表明,采用主次模板方法具有较高的正确率。

    youdao

  • When the assertions fail, the methods throw AssertionFailedError, which TestResult catches and interprets in the result-handling fixture template method.

    如果断言失败,那么这些方法抛出AssertionFailedError,TestResult结果处理装置模板方法中捕获这些异常进行解释

    youdao

  • Based on the phrase-standard grammar system, a hybrid-template method is planned out to realize the language generator of Chinese spoken dialogue system.

    基于短语本位语法体系,本文提出了一个混合模板方法用于实现汉语口语对话系统语言生成器

    youdao

  • As it's usually better to define types in interfaces rather than classes, the Template Method pattern is often used as a strategy to implement an interface.

    由于通常定义接口定义更好模板方法模式通常被用于实现接口策略

    youdao

  • The Template Method pattern suggests that I should move common boilerplate code up the inheritance hierarchy, deferring algorithmic details to child classes.

    Template Method模式建议应当公共模板代码继承层次结构之上,将算法细节推迟子类

    youdao

  • A new image enhancement algorithm based on covering template method was proposed in allusion to problem of blurring of edge contour induced by using the method.

    针对掩模存在边缘模糊负面效应问题提出了一种基于模法的新型图像增强算法

    youdao

  • Now, given that we're using the Template Method pattern, think of the methods in Listing 4 as the blanks and the code in Listing 5 as the story that assembles them

    现在假设我们正在使用Template Method模式,那么我们可以将清单4中的方法看作空白,而清单5中的代码是组成故事的情节

    youdao

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

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

    youdao

  • Using the template method for implementing the bridge role of the broker pattern provided a mechanism for adding alternative types of external communication in the future.

    使用模板方法实现中介模式桥接角色,这种做法提供了一种可以将来添加外部通信备用类型机制

    youdao

  • Simulation result showed that target recognition ratio can be improved by 7.8% with the modified algorithm, which shows that the decision template method is effective.

    仿真结果表明改进决策模板比经典的决策模板法识别率提高7.8% ,是一种比较有效识别方法。

    youdao

  • The polymer foils irradiated by heavy ions can be used as templates to prepare metallic nanowires and some inorganic salt nanowires. It is called "ion-track template method".

    重离子辐照高分子有机膜,经过适当的处理,可以作为模板制备金属可溶性纳米线,此方法称为离子径模板

    youdao

  • The paper recommended two methods for velocity analysis in VTI medium: non-hyperbolic P-wave velocity analysis and template method, which achieved practical and stable effects.

    文中推荐VTI介质P波非双曲线速度分析量板两种方法,得到了较为实用稳定的结果。

    youdao

  • This dissertation mainly studies on the preparation of polymeric-inorganic composite microspheres of core-shell structure based on template method of polymeric hydrogel microspheres.

    论文主要基于高分子水凝胶球为模板制备有机—无机复合材料进行了研究

    youdao

  • The "bridge" role from the broker pattern was then implemented using the template method pattern to support remote service invocation using several different underlying communication technologies.

    中介模式桥接角色使用模板方法模式实现的,它通过几种不同基础通信技术远程服务调用提供支持

    youdao

  • To do the actual collecting, the Template Method TestResult.runProtected(..) brackets test execution with start and end housekeeping calls and interprets exceptions thrown as negative test results.

    为了完成采集工作,Template Method TestResult.runProtected(..) 将测试执行放在startend 辅助调用(housekeeping call)之间,把抛出异常解释的测试结果。

    youdao

  • The Template Method design pattern (GoF) addresses a common problem: we know the steps of an algorithm and the order in which they should be performed, but don't know how to perform all of the steps.

    模板方法设计模式(gof)强调了一个普遍问题我们知道算法一步并且知道他们执行顺序但是我们知道怎么样执行所有这些步骤

    youdao

  • The Template Method design pattern (GoF) addresses a common problem: we know the steps of an algorithm and the order in which they should be performed, but don't know how to perform all of the steps.

    模板方法设计模式(gof)强调了一个普遍问题我们知道算法一步并且知道他们执行顺序但是我们知道怎么样执行所有这些步骤

    youdao

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

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

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