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

搜索资源列表

  1. dbPoint.c

    0下载:
  2. C语言实现,分治法求平面中任意个点的最近点对和最近距离。-C language implements, find out the shortest point pair and the shortest length between arbitrary points in a plane, with divide and conquer method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1085
    • 提供者:liuwei
  1. KitBag

    1下载:
  2. 分治法和蛮力法求解最近点对问题,不好意思中文传不了,改传背包问题了。-leastport
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:14224
    • 提供者:刘恩亮
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:28446
    • 提供者:wgl
  1. QuickSort

    0下载:
  2. 分治法快速排序使用分治法快速排序分治法快速排序 使用分治法快速排序-Quicksort for fenzhifa,you use youkonowQuicksort for fenzhifa,you use youkonowQuicksort for fenzhifa,you use youkonow
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:667
    • 提供者:
  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. fenshu

    0下载:
  2. 算法分析中的分书问题,运用分治法解决的经典问题-Analysis of algorithms written in the sub-problem, the use of divide and conquer to solve the classic problem
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:133492
    • 提供者:感飞
  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. fenzhifa

    0下载:
  2. 分治法的应用 将序列A(0:n-1)中元素按照升序排序方法:归并排序和快速排序((1)对于快速排序,主元采用三者A(low),A(high),A((low+high)/2)中其值居中者-Divide and conquer the application of the sequence A (0: n-1) elements in ascending sorted by: Merge sort and quick sort ((a) for Quick Sort, the main elemen
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:924
    • 提供者:xiaolu
  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. fenzhi

    0下载:
  2. 正好在写用分治法求众数问题实验报告,写好了,让大家看下-Just writing to use divide and conquer the problem seeking plural experimental report, written, and let everyone Kanxia
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:46745
    • 提供者:isolate
  1. suanfa

    0下载:
  2. 编程实现最大子段和问题的求解(分别采用分治法和动态规划法求解)。-Programming the largest sub-segment and the problem solving (respectively divide and conquer and dynamic programming method to solve).
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:518
    • 提供者:liqiaowaner
  1. revcount_MergeSort

    0下载:
  2. 统计两个序列中的逆序对。经典的分治法,采用归并排序的框架实现。-Counting reverse pairs
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:2373
    • 提供者:PKUmzhang
  1. RSA

    1下载:
  2. RSA算法加密与解密,MFC精美的添加SKinMagic皮肤的可视化界面,采用了分治法处理大整数取模问题-RSA algorithm for encryption and decryption, MFC delicate skin to add SKinMagic visual interface, using divide and conquer the problem to handle large integers modulo
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2331637
    • 提供者:yanpinghu
  1. algorithm_report

    0下载:
  2. 算法设计报告5个重要算法,包括贪心,回溯,动态规划,分支限界,分治法,每种算法介绍及实例问题代码,C++成功编译运行-Algorithem report including 5 Major algorithms
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:52150
    • 提供者:cherry
  1. shortestpath

    0下载:
  2. 用蛮力法和分治法求最近点对的问题-用蛮力法和分治法求最近点对的问题............
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:452051
    • 提供者:wenwen
  1. qi_pan

    0下载:
  2. 用C++语言编写的残缺棋盘问题的分治法源代码,很完整,可直接编译运行。-Using C++ language problems and incomplete chessboard divide and conquer the source code, it is complete, can be directly compiled to run.
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:861
    • 提供者:陈皮
  1. Search

    0下载:
  2. 用c 实现 的分治法排序,比一般的排序算法要好点,主要是给初学者一个很好的练习版本-a Good sort Design
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:147060
    • 提供者:bb
  1. MergeSort

    0下载:
  2. mergesort分治排序 - 先产生1000个随机数,连续分为3组,直到每组只剩k个元素,分别排列每组数,再用分治法合并数组-mergesort- randomly generate 1000 numbers, then split it into thirds, subarray is of size- k, stop the recursion and use insertion-sort to sort the subarray, then merge sort
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:1053
    • 提供者:
  1. Computeralgorithmsr

    0下载:
  2. 计算机算法_贪婪算法 计算机算法(贪心算法,遍历搜索,递归,回溯法,分治法,分枝定界) 关于这方面的介绍-计算机算法_贪婪算
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:495369
    • 提供者:linjunying
  1. DivideConquer

    0下载:
  2. 使用C使用分治法实现了在一个乱序集合中求最大值,最小值的算法,运行环境:linux,g-The use of C using the divide and conquer to achieve an out of order in order to set the maximum, minimum algorithm, operating environment: linux, gcc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:4301
    • 提供者:ajaxhe
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com