multimethod
美
英 
例句
To choose proper collaboration strategy can improve the optimization character of multimethod collaborative optimization algorithm.
合理选择协作策略,可以进一步提高多方法协作优化方法的优化特性。
This multimethod is turned into a visitor with the node-eval function.
这种多重方法又转为一个具有node-eval函数的访问者。
In Clojure, a multimethod is a special kind of function that breaks invocation into two steps.
在Clojure中,多重方法是一种特殊的函数类型,它能将调用拆分为两个步骤。
Finally, we create a multimethod to handle the evaluation, called eval-expr.
最后,我们创建一个多重方法来处理求值,即eval-expr。
We then create implementations of the multimethod for each type we want to handle, using defmethod.
随后,我们利用defmethod为希望处理的每种类型创建多重方法的实现。
Listing 7 is the complete implementation of the eval-concat multimethod.
清单7是eval-concat多重方法的完整实现。
Similar to our Java Visitor solution, we could implement an eval-concat operation for every node type in the tree using a multimethod.
与Java访问者解决方案相似,我们可以利用一个多重方法(multimethod),为树中的每一个节点类型实现一个eval-concat操作。
This example builds up a small tree of nodes, then executes the multimethod eval-concat on those nodes to find a concat of string literals.
该示例构建了一个小的节点树,随后对这些节点执行多重方法eval-concat,以查找字符串的concat。
A multimethod is defined by two macros: defmulti and defmethod.
多重方法由两个宏定义:defmulti和defmethod。
Listing 8 is an example of theeval-concat multimethod in use.
清单8是eval-concat多重方法的一个应用示例。
Research of collaboration strategies of multimethod collaborative optimization algorithm
多方法协作优化算法协作策略研究
Multimethod Collaborative Optimization for Function Optimization Problem
函数优化问题的多方法协作优化
Multimethod Collaborative Optimization of Missile System Design
导弹总体设计多方法协作优化
Multimethod Collaborative Optimization Algorithm Based on Embedding Collaboration
基于嵌入协作的多方法协作优化方法
Multimethod Collaborative Optimization Algorithm Based on Serial Collaboration
基于串联协作的多方法协作优化方法
Plane System Design Optimization Based on Multimethod Collaborative Optimization
基于多方法协作优化算法的飞机总体优化设计