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
基于多方法協作優化算法的飛機總體優化設計