CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - divide and conquer

搜索资源列表

  1. dye-Divide-and-conquer

    0下载:
  2. Divide: the problem into a number of subproblems that are themselves smaller instances of the same type of problem. Conquer: Recursively solving these subproblems. If the subproblems are small enough, solve them straightforward. Combine:
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:279699
    • 提供者:supercat188
  1. divide and conquer

    0下载:
  2. 这是一个分治法应用和递归的完美体现,它根据输入的数字在屏幕上打出美丽的图案。-this is a separate rule and the application of recursive the perfect embodiment of its import figures on the screen making beautiful designs.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:872
    • 提供者:唐海浪
  1. large_integer

    0下载:
  2. VC++ 分治法大整数乘法-VC++ divide and conquer large integer multiplication
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:10324
    • 提供者:dnybz
  1. ClosetPairs

    0下载:
  2. 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the probl
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:25317
    • 提供者:lhguo
  1. PolygonClipping

    2下载:
  2. 基于divide and conquer策略的Sutherland-Hodgeman多边形裁剪算法的Matlab程序-Divide and conquer strategy based on the Sutherland-Hodgeman polygon clipping algorithm of Matlab procedures
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-13
    • 文件大小:1625
    • 提供者:章礼平
  1. Convex_hull_problem

    1下载:
  2. 凸包问题( 分治法与穷举法+测试数据 )-Convex hull problem (divide and conquer and the exhaustive method+ test data)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1110900
    • 提供者:mei
  1. Divide-and-Conquer-maxmin

    0下载:
  2. 分治策略 maxmin算法 求数组A[1...n]最大最小元素-Divide and Conquer maxmin
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:6601
    • 提供者:sq
  1. Divide-and-conquer-algorithm

    0下载:
  2. 分治算法是基于多分枝递归的一种算法设计模式。分治算法递归地把一个大问题分解为多个类型相同的子问题,直到这些子问题足够的简单能被直接解决。最后把这些子问题的解结合起来就能得到原始问题的解。-Divide and conquer algorithm is based on a multi-branch recursive algorithm design pattern. Divide and conquer algorithm recursively to a large problem into
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:7849
    • 提供者:刘旭
  1. recursive-divide-and-conquer

    0下载:
  2. 算法设计课件(第二章递归与分治),主要讲述递归与分治-Algorithm courseware design (Chapter II recursive divide and conquer), focuses on the recursive divide and conquer
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:68686
    • 提供者:刘强
  1. Divide-and-ConqueraaMST

    0下载:
  2. 分治,最小生成树。自己做题的心得以及代码,希望可以对初学者起到一点作用。-Divide and conquer, minimum spanning tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:10993
    • 提供者:Rain
  1. divide-and-conquer-algorithm

    0下载:
  2. 利用分治策略求解时,所需时间取决于分解后子问题的个数、子问题的规模大小等因素,而二分法,由于其划分的简单和均匀的特点,是经常采用的一种有效的方法,例如二分法检索。-When solving using the divide and conquer strategy, the time required depends on the number of decomposed sub-problems, the size of sub-problems and other factors, but
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:5081
    • 提供者:周易
  1. divide-and-conquer

    0下载:
  2. 组合优化与算法分析 分治算法(divide and conquer)的描述和分析-divide and conquer
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1473375
    • 提供者:小蟋蟀
  1. divide-and-conquer-algorithm

    0下载:
  2. 《算法引论中》解决分治算法问题以及轮廓问题,讨论算法,适合初学者-" Introduction to Algorithms in the" divide and conquer algorithm to solve the problem and outline problems, discuss algorithms, suitable for beginners
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:390998
    • 提供者:呼晓东
  1. The-divide-and-conquer-algorithm

    0下载:
  2. 分治算法求解两个有序数组的中位数,求解过程比较详细-Divide and conquer algorithm for solving two ordered arrays median
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:15605
    • 提供者:刘一
  1. Divide-and-Conquer-EKF-SLAM-in-O(n)

    0下载:
  2. divide and conquer SLAM
  3. 所属分类:Development Research

    • 发布日期:2017-05-04
    • 文件大小:1124699
    • 提供者:sthepany07
  1. divide-and-conquer-algorithm

    0下载:
  2. 分治算法的基本思想是将一个规模为N的问题分解为K个规模较小的子问题,这些子问题相互独立且与原问题性质相同。求出子问题的解,就可得到原问题的解。-The basic idea of divide and conquer algorithm is a scale problem is decomposed into N K a smaller sub-problems, these sub-problems are independent and original problems of the s
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:7864
    • 提供者:沈甲甲
  1. divide-and-conquer-algorithm

    0下载:
  2. 详细讲解了算法学习中的分治算法的原理,并附有详细的例题讲解和伪码-Explained in detail the algorithm of learning the principle of divide and conquer algorithm, with a detailed example to explain and pseudo-code
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1785038
    • 提供者:王雨
  1. Algorithm2-Divide and Conquer

    0下载:
  2. 用C++分治法对数组进行排序、查找(使用windows下的visual C++),分治法是一种有效的排序方法。(Sorting and finding the array by the method of divide_and_conquer in C++, which is an useful method in many cases.)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:4531200
    • 提供者:Eric_a
  1. 分治法

    0下载:
  2. 分治法的详细说明,比较简单易懂,哈哈哈哈(A detailed descr iption of the divide and conquer method)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1514496
    • 提供者:miku123
  1. Divide and conquer methed

    0下载:
  2. 利用分治法来解决找出n枚硬币中所含有的一枚假币问题(To solve the counterfeit coin problem in n coins by means of divide and conquer method)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:54272
    • 提供者:Abincool
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com