沪江词库精选回溯算法用英语怎么说、英语单词怎么写、例句等信息 back-track algorithm 相似短语 back in 无意中获得,偶然取得 back on v. 背靠 back on to 背对着;与…相连 be back 回来,放回 in back of 在...后面 back of 在…后面;在…以前;是…的起因 back into 倒车
组播路由算法 1. Application level multicast routing algorithm based on immune algorithm; 基于免疫算法的应用层组播路由算法 2. Research of Multicast Routing Algorithms with QoS Constraint Based on IP Network; 基于IP网络的QoS约束组播路由算法研究 3. New delay-bounded constraint multicast routing algorith...
单向回溯算法 3) backtracking [英]['bæktræk] [美]['bækˌtræk] 回溯法 1. Improving the efficiency of backtracking; 不同数据结构下回溯法效率的比较 2. dynamic programming,recursion and backtracking are three kinds of typical algorithms to solve the 0/1 knapsack problem. 动态...
6. Backtracking algorithm for assigning dormitory problem based on matrix storage 基于矩阵存储的学生分班问题的回溯算法7. The Recursive and Non-recursive Backtrack Algorithms for Nine Different Numerals Constitute an Equation of Multiplication 九位不同数字乘法等式的递归与非递归回溯算法8. algorithm for...
Java 回溯 英文 java回溯算法 1. 概要 回溯算法实际上一个类似枚举的搜索尝试过程,主要是在搜索尝试过程中寻找问题的解,当发现已不满足求解条件时,就“回溯”返回,尝试别的路径。回溯法是一种选优搜索法,按选优条件向前搜索,以达到目标。但当探索到某一步时,发现原先选择并不优或达不到目标,就退回一步重新...
然而,已制定若干的高效算法来创建或合理准确的虽然不理想,决策树"长大"在合理的时间内。这些算法通常雇用的每一步成长使用资料最丰富的特性 (功能) 的树贪婪策略,并且不允许回溯。资料最丰富的属性将是分裂抵达该节点为最齐的子集的集。 翻译结果4复制译文编辑译文朗读译文返回顶部 判定树是易使用的;更加有趣的...
回溯算法 1. Application and research ofbacktracking algorithmbased on matrix storage in multi-constraint assignment problem; 基于矩阵存储的回溯算法在多约束分配问题中的应用探讨 2. Discussion about Backtracking Algorithm of n-Queen Problem; N皇后问题回溯算法探讨 ...
回溯算法 1. Application and research of backtracking algorithm based on matrix storage in multi-constraint assignment problem; 基于矩阵存储的回溯算法在多约束分配问题中的应用探讨 2. Discussion about Backtracking Algorithm of n-Queen Problem; N皇后问题回溯算法探讨 3. Problems search algorithm based on...
5) modified backtracking algorithm 改进回溯算法 1. Minimum residual heuristic search and forward check were introduced into the modified backtracking algorithm. 采用最小剩余值启发与前向检验相结合的改进回溯算法实现的计算机智能排课系统,运行效果良好。