go top

网络释义专业释义

  divide-and-conquer algorithm

...(山脊线、山谷线、陡坎等)的特点,提出了基于通用边交换(edge flip)约束Delaunay三角化的分治算法(divide-and-conquer algorithm),该算法效率高,对于任意复杂平面域的三角化都是稳健的.

基于54个网页-相关网页

  divide and conquer

随着逐渐深入的讨论,擒兽队的算法工程师们拿出了程序设计领域的经典算法,分治算法divide and conquer)来解决问题。分治方法属于典型的抽象(abstraction)技术。

基于46个网页-相关网页

短语

二叉树问题与分治算法 Binary Tree & Divide Conquer Algorithm

分而治之算法 Divide-and-conquer algorithms

  • divide-and-conquer algorithm - 引用次数:4

    Good linear speedup and stable efficiency can be achieved under distributed-memory environments. ii) A divide-and-conquer algorithm /with new dividing strategy is proposed.

    同时,算法也具有良好的内在并行性,当n→∞时,加速比Sp→p,在分布式环境下可以获得很好的线性加速比和稳定的效率。 (2)关于实对称带状矩阵广义特征值问题 ⅰ) 提出了一种结合多分法的并行分治算法,给出了特征值分割定理及其证明。

    参考来源 - 分布式存储环境下矩阵广义特征值问题的并行计算
    divide and conquer algorithm - 引用次数:2

    参考来源 - 求解对称带状广义特征值问题的扩展分治算法 in C
    the algorithm of divide and conquer - 引用次数:1

    参考来源 - 用分治算法求大整数相乘问题的进一步分析 in C

·2,447,543篇论文数据,部分数据来源于NoteExpress

双语例句原声例句

  • 如果可以这么做那么分治算法是个好的选择

    If this can be done, then the divide-and-conquer algorithm is a good choice.

    youdao

  • 分治算法解决许多实际问题重要有效方法

    The divide and conquer algorithm is an important and efficient method to many problems.

    youdao

  • 文中分析已有算法基础上,提出利用分治算法实现平面散乱点三角剖分

    In this paper, analyse the existed algorithms and put forward the method to make use of divide algorithm to realize plane scattered data triangulation.

    youdao

更多双语例句
  • And then the things I have to ask is how much of a division do I want to do?

    如果可以这么做,那么分治算法是个好的选择,接下的问题就是我需要把问题分成多少份?

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • OK. Binary search is perhaps the simplest of the divide and conquer algorithms, and what does that mean? It says, in order to solve a problem, cut it down to a smaller problem and try and solve that one.

    好了,二分搜索也许是,最简单的分治算法,这意味着什么?,也就是说,为了解决一个问题,把它切割成小的问题,然后再来一个个解决。

    麻省理工公开课 - 计算机科学及编程导论课程节选

  • So things that are good candidates for divide And conquer are problems where it's easy to figure out how to divide down, and the combination is of little complexity.

    因为适合用分治算法解决的问题,最好是能够简单的将问题进行分解,并且合并的过程不是非常的复杂,只要比线性方案要小。

    麻省理工公开课 - 计算机科学及编程导论课程节选

百科

分治算法

分治算法的基本思想是将一个规模为N的问题分解为K个规模较小的子问题,这些子问题相互独立且与原问题性质相同。求出子问题的解,就可得到原问题的解。即一种分目标完成程序算法,简单问题可用二分法完成。

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定