说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 非递归回溯算法
1)  non-recursive backtrack algorithm
非递归回溯算法
1.
This paper analyzes the "nine different numerals constitute a equation of multiplication",designs a recursive backtrack algorithm and non-recursive backtrack algorithm,gives the general design for exhaustive algorithm of NP problem,and at the same time,compares the characteristics of two algorithms,and experimental testing.
对"九位不同数字构成乘法等式"的问题进行分析,设计了递归回溯算法和非递归回溯算法,给出NP问题穷举算法设计的一般思路,同时比较两种算法的特点,并进行实验测试。
2)  recursive backtrack algorithm
递归回溯算法
1.
This paper analyzes the "nine different numerals constitute a equation of multiplication",designs a recursive backtrack algorithm and non-recursive backtrack algorithm,gives the general design for exhaustive algorithm of NP problem,and at the same time,compares the characteristics of two algorithms,and experimental testing.
对"九位不同数字构成乘法等式"的问题进行分析,设计了递归回溯算法和非递归回溯算法,给出NP问题穷举算法设计的一般思路,同时比较两种算法的特点,并进行实验测试。
3)  recursive backtracking
递归回溯
1.
It is realized through recursive backtracking method.
分形图形是计算机图形中的一个重要分支,它通常是通过递归回溯法实现。
4)  non-recursive algorithm
非递归算法
1.
Non-Recursive Algorithm of Postorder Binary Tree Traversal
二叉树后序遍历的非递归算法
2.
The article presents the recursive and non-recursive algorithms of postorded-traversing binary tree.
论述了二叉树后序遍历的递归算法和非递归算法,对递归算法中的工作栈的执行过程做了分析。
3.
Compared with recursive algorithm for binary tree traversing,non-recursive algorithm reduces expenses of function calls,gains performance advantage.
二叉树遍历的非递归算法相对于递归算法,减少了函数调用等开销,具有性能优势。
5)  non-recursion algorithm
非递归算法
1.
There have been lots of researches on non-recursion algorithms for tower-of-Hanoi.
关于Hanoi塔问题的非递归算法已有大量的研究。
6)  backtracking algorithm
回溯算法
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 the broad first backtracking algorithm;
基于广度优先回溯算法的试题搜索算法
补充资料:递归
分子式:
CAS号:

性质:将一个操作或一组操作多步重复的一种特定的处理过程。这种过程的某一步要用到它自身的上一步(或上几步)的结果。在人工智能语言中,大量使用递归调用。

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条