说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 递归回溯算法
1)  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)  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问题穷举算法设计的一般思路,同时比较两种算法的特点,并进行实验测试。
3)  recursive backtracking
递归回溯
1.
It is realized through recursive backtracking method.
分形图形是计算机图形中的一个重要分支,它通常是通过递归回溯法实现。
4)  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;
基于广度优先回溯算法的试题搜索算法
5)  recursive algorithm
递归算法
1.
A fast recursive algorithm of discrete Hartley transform;
离散Hartley变换的一种快速递归算法
2.
Building treeview with recursive algorithm in JSP;
在JSP中使用递归算法生成目录树
3.
Mathematical Model and Its Recursive Algorithm for Intelligently Editing and Recording CD Tracks;
CD音轨智能编辑转录的数学模型及递归算法
6)  Recursion algorithm
递归算法
1.
Realistic rendering of trees based on fractal recursion algorithm;
基于分形递归算法的树木真实感绘制
2.
Modal-domain modelling of frequency-dependent overhead lines based on recursion algorithm;
基于递归算法的含频变参数架空线的模量计算模型
3.
a Recursion Algorithm to Seek the Characteristic Value of Real Symmetric Tri-diagonal Matrix;
求实对称三对角矩阵特征值的递归算法
补充资料:递归
分子式:
CAS号:

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

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