CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Conquer

搜索资源列表

  1. nearestPointPair

    0下载:
  2. 给定一个点数组,比较求解最近点对的一般算法和分治法的效率。-Given a point group, compared to solve the nearest point on the general algorithm and divide and conquer efficiency.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5881473
    • 提供者:Jimin
  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. src

    0下载:
  2. 征服PYTHON--语言基础与典型应用光盘-Conquer PYTHON- language base and the typical application of CD-ROM
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3569241
    • 提供者:oceanlee
  1. petroline

    0下载:
  2. 输油管道问题 计算机算法设计分析 分治法算法实现题-Computer Algorithm Design and Analysis of pipeline issues divide and conquer algorithm question
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:514968
    • 提供者:吴沁竹
  1. fenzhifazuiyoujiewenti

    0下载:
  2. 分治法解决最优解问题,很好很强大 分治法解决最优解问题,很好很强大-Divide and conquer the optimal solution to solve the problem, very good very strong Oita conquer the optimal solution to solve the problem, very good very strong
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:851
    • 提供者:高宇
  1. suanfa

    0下载:
  2. 常用算法,为初学者服务,简单易懂,常用的算法设计方法: 数值算法:迭代法、递归法、插值法等; 非数值算法:分治法、贪婪法、回溯法等。-Commonly used algorithms, for beginners service, easy to understand, common algorithm design methods: numerical algorithms: iterative method, the recursive method, interpolation m
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:7631
    • 提供者:peiyu
  1. Divfuntion

    0下载:
  2. 算法分析实验 算法分析分治法 最近点对问题-Experimental analysis of algorithms analysis of algorithms divide and conquer the nearest point of the problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2295
    • 提供者:tabuiy
  1. Luncher

    0下载:
  2. Co luncher for conquer privite server
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:811271
    • 提供者:zeko2010ss
  1. co

    0下载:
  2. ramdan yahe and my love
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1487926
    • 提供者:mahmoud
  1. LCS.tar

    0下载:
  2. LCS匹配算法,divide and conquer LCS-LCS matching algorithms, divide and conquer LCS
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:20480
    • 提供者:刘研
  1. CommonAlgorithmDesign

    0下载:
  2. 常用的算法设计方法集合,主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法-Algorithm commonly used method of collection, mainly iterative, exhaustive search methods, recursion, greedy method, backtracking, divide and conquer, dynamic programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:67716
    • 提供者:YuMy
  1. MINMAX

    0下载:
  2. find min or max by Divide and conquer
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:1405
    • 提供者:kunkun
  1. AlgorithmCode

    0下载:
  2. C++版本的各类算法源代码,包括动态规划法、分治法、贪心法、回溯法、分支限界法、概率算法-C++ source code version of the various algorithms, including dynamic programming, divide and conquer, greedy method, backtracking, branch and bound method, probability algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:40013
    • 提供者:江涛
  1. Quicksort

    0下载:
  2. 基于分治算法的快速排序。编程工具vc++6.0.时间复杂度O(nlogn)-Divide and Conquer Algorithm Quicksort
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:650811
    • 提供者:wujing
  1. Mergesort

    0下载:
  2. 归并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 -Merge sort merge operation is based on an efficient sorting algorithm. This method used divide and conquer (Divide and Conquer) a very typical applications.
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:11101
    • 提供者:郑阳
  1. project2

    0下载:
  2. 用c语言做分治法之循环赛日程表,由于水平有限,我不知道错在哪里?请指教!-With the c language to divide and conquer the round-robin schedule, due to limited, I do not know wrong? Please advise!
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:988
    • 提供者:源泉
  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. 分治法

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

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

    0下载:
  2. cq_sql database conquer landers database
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:1126400
    • 提供者:Yiki
  1. LordsRoad Fixed By Amjad V 2

    2下载:
  2. 征服新版模拟器源代码,V2版,能正常编译(Conquer the new version of the simulator source code, V2)
  3. 所属分类:其他

    • 发布日期:2020-02-04
    • 文件大小:9904128
    • 提供者:Dirpunk
« 12 3 4 5 »
搜珍网 www.dssz.com