In this, structural analytical method and matching pattern method of chinese character's recognition are penetrably disserted.
文中对汉字识别的结构分析法和模板配比法作了较深入的阐述。
This paper presents the principle and the features of a new spatial amplitude encoding pattern method implementing optical parallel array logic gates.
本文给出了执行光学并行阵列逻辑的一种新的空间振幅编码图形法的原理和特性。
Nowadays there are many methods to observe the magnetic domain structure, including powder-pattern method, magneto-optical effect method and electron holography method, etc.
目前,磁畴观测的方法已有很多种,如粉纹图法、磁光效应法、电子全息法等。
It is suggested that the dynamic pattern method could completely and directly show the anomaly characteristic in Radon precursor and be a new method of Radon analysis for the earthquake prediction.
表明动态图像方法能较完整、直观地揭示水氡前兆异常的特征,可望成为一种水氡分析预报的新方法。
You use the factory method pattern when an application needs to create objects whose type depend on the implementation of subclasses.
您可以在应用程序需要创建其类型依赖于子类的实现的对象时,使用工厂方法模式。
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.
使用模板方法实现中介模式的桥接角色,这种做法提供了一种可以在将来添加外部通信备用类型的机制。
If that logic embodies true business value, however, then you'll want to test it, in which case you'll get to see the Extract Method pattern at work.
但是,如果逻辑中包含真实的业务值,就会想到测试它,这个时候就可以看到提取方法模式的作用了。
Finally, lazy acquisition pattern was applied to the initialization of services by exposing a startup method with the framework context interface.
最后,利用框架上下文接口公开一个启动方法,从而将延迟获取模式应用在服务的初始化中。
I usually find the swish pattern alone to be weak and ineffective, but this method works very well for me.
我经常发觉,单独使用闪变模式效果不佳,但这种方法对我却起了很大作用。
When supplemented using the contribution pattern, the base element appears in the method configuration with added content.
当补充使用贡献模式的时侯,基本元素在方法配置中伴着被添加的内容浮现出来。
The factory method pattern, as its name implies, defines the implementation of a method used to churn out objects.
而工厂方法模式,顾名思义,定义的是一个用来大量产出对象的方法的实现。
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.
中介模式的“桥接”角色是使用模板方法模式实现的,它通过几种不同的基础通信技术,为远程服务调用提供支持。
SOMA has been recognized as the DE facto method (or capability pattern) to support SOA development.
SOMA已被视为是支持SOA开发的实际方法(或能力模式)。
How can cases be handled that do not fit neatly into to the synchronous request-response pattern typically exposed by the object-oriented method pattern?
在出现不完全符合由面向对象的方法模式所公开的典型同步请求-响应模式的情况时,如何处理?
If the specific EJB method in question matches the defined pattern, then the interceptors defined for that pattern are applied.
如果所关注的特定的EJB方法与定义的模式相符的话,那么为该模式定义的截取程序就会被应用。
This pattern CANNOT be used in cases of method overloading.
这个模式不能用于方法重载。
Table 5 summarizes the URI pattern and HTTP method, as well as which event gets emitted.
表5总结了URI模式和HTTP方法,以及发出了的哪些事件。
Two things help achieve this result: expressive, readable languages and the composed method pattern.
有两种情况有助于实现这个结果:表达充分的、可读的语言和结构化函数模式。
Last month, I showed you how to use the Extract Method pattern to refactor your way out of the maze.
上一个月,我向您展示了如何使用ExtractMethod模式重构您的代码,从而将您带出迷宫。
The Template Method pattern suggests that I should move common boilerplate code up the inheritance hierarchy, deferring algorithmic details to child classes.
TemplateMethod模式建议,应当将公共模板代码移到继承层次结构之上,将算法细节推迟到子类。
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
现在,假设我们正在使用TemplateMethod模式,那么我们可以将清单4中的方法看作是空白,而清单5中的代码是组成故事的情节
Similarly, classes using the Template Method pattern contain a series of steps, and some are left blank.
类似地,采用TemplateMethod模式的类也包含一系列的步骤,而其余的则留空。
A servlet that USES the Template Method pattern to encapsulate a three-step workflow.
一个采用TemplateMethod模式的Servlet封装一个包含三个步骤的工作流。
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模式定义了基类算法的骨架,使用了抽象方法和覆盖将具体细节放到子类中。
In Listing 1, once a regular expression is compiled into a Pattern, it creates a matcher with the matcher method.
在清单1中,一旦将正则表达式编译成Pattern,它就创建了带matcher方法的matcher。
This article identifies the value addition provided by wrapped document literal pattern in the WSDL design and the shortcoming on method overloading programming practice.
本文介绍了由WSDL设计中的wrapped文档文本模式提供的附加价值,以及方法重载编程实践中的缺点。
Consider the visitor pattern in which a visitor class is defined with a for method for each class in a composite hierarchy.
请考虑访问者模式,其中用for方法为复合层次结构中的每个类都定义了访问者类。
Adding new data types (classes) with visitors is difficult, however, as the visitor pattern requires a visit method for all concrete types.
然而,通过访问者添加新数据类型(类)较为困难,因为访问者模式要求所有具体类型都具有一个visit方法。
How to add the processing of Business Events actions in a flow using the pattern of one method per action?
如何使用“每个动作一种方法”的模式在流中添加BusinessEvents动作的处理。
How to add the processing of Business Events actions in a flow using the pattern of one method per action?
如何使用“每个动作一种方法”的模式在流中添加BusinessEvents动作的处理。
应用推荐