divide-and-conquer algorithm的意思|示意
分治算法
divide-and-conquer algorithm的网络常见释义
分治算法 2、 分治算法 ( divide-and-conquer algorithm ) 也可以称之分解算法,该算法就是将一个大问题分解成许多小问题,然后单独 处理这些小问题,最终将结果结合起来形成对整个问题的...
divide-and-conquer algorithm相关短语
1、 divide and conquer algorithm 分治法
divide-and-conquer algorithm相关例句
The Algorithm of Finding Pair of Three-Dimensional Points with the Minimum Distance by Means of Divide and Conquer;
文中在分析已有算法的基础上,提出利用分治算法实现平面散乱点三角剖分。
If this can be done, then the divide-and-conquer algorithm is a good choice.
如果可以这么做,那么分治算法是个好的选择。
The divide and conquer algorithm is an important and efficient method to many problems.
分治算法是解决许多实际问题的重要而有效的方法。
A really nice algorithm. As I said, an example of divide and conquer.
真的很好的一个算法,就如我说的。
And that's because that is a version of a divide and conquer algorithm.
这个想法非常重要,因为这就是分而治之算法的一个版本。
A typical parallel divide-and-conquer algorithm takes the form shown in Listing 1.
典型的并行divide - and - conquer算法的形式如清单1所示。