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

搜索资源列表

  1. 分治法java与c++的实现

    0下载:
  2. 分治法java与c++的实现
  3. 所属分类:源码下载

    • 发布日期:2011-09-23
    • 文件大小:63619
    • 提供者:mxqaig@163.com
  1. 分别用蛮力法、分治法、减治法求a的n次方

    0下载:
  2. 分别用蛮力法、分治法、减治法求a的n次方,并比较时间-Respectively with brute force method, partition method, reduce the power comes for a n, and more time
  3. 所属分类:C#编程

    • 发布日期:2016-01-25
    • 文件大小:367616
    • 提供者:陆逸冰
  1. 最近点对问题,分别用蛮力法和分治法进行了求解

    0下载:
  2. 最近点对问题,分别用蛮力法和分治法进行了求解,算法已经做过优化-Nearest point on the issue, respectively, and with brute force method for solving divide and conquer algorithm optimization has been done
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-09
    • 文件大小:2052959
    • 提供者:zhou
  1. 用分治法求第k小元素

    1下载:
  2. 用分治法求第k小元素 输入:程序从标准输入读入数据,第一行是一个整数n (1=<n<=100000)表示元素的个数,接下来的n行中每行有一个整数。最后一行是k,就是我们要找的第k小元素。 输出:针对每一组输入,输出一个结果,每个结果占一行。 例如: 输入 5↵ 123↵ 12↵ 1↵ 3↵ 4↵ 4↵ 输出: 12 ,Separation method using the first k elements in small
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-23
    • 文件大小:531
    • 提供者:cj
  1. searchK

    0下载:
  2. 分治法寻找第K小元素,包含具体程序和word文档。-Sub-rule method to find the first small element of K, including the specific procedures and word documents.
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:6733
    • 提供者:zhlohi
  1. lcs2

    0下载:
  2. 用分治法求出两个字符串中的最长公共子序列,输出长度,并输出最终序列-Calculated by sub-rule 2 of the longest string common sub-sequence, the output length, and output the final sequence
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:852
    • 提供者:王颖
  1. fenzhifa

    1下载:
  2. 棋盘覆盖问题,是用分治法实现的。基本上全是数字实现的。虽然简单,但是这是为了说明一个算法的设计问题-Board cover problem is the use of sub-rule method to achieve. Basically, all the figures attainable. Although simple, but this is to illustrate the design of an algorithm
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:832
    • 提供者:刘锦瑞
  1. DivConquer

    0下载:
  2. 算法实验:1 分治法在数值问题中的应用 ——最近点对问题 2 减治法在组合问题中的应用——8枚硬币问题 3 变治法在排序问题中的应用——堆排序 4 动态规划法在图问题中的应用——全源最短路径问题 -Algorithm experiment: 1 divided numerical problems in the application- the nearest point to question 2 by governance problems in the applicati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:24308
    • 提供者:邱名楷
  1. fenzhifa

    0下载:
  2. 这是分治法的小程序,来自书本上的作业. 没什么大的改变.看看就好-This is a small sub-rule law procedures, from the books work. No big change. Look like
  3. 所属分类:Other windows programs

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

    1下载:
  2. 用蛮力法和分治法解最近对问题以及对算法时间性能及运行结果的分析 -And sub-rule by brute force method of solving the problem, as well as the recent performance of the algorithm and running time analysis of the results
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1082989
    • 提供者:hehuiling
  1. aifenchazhao

    0下载:
  2. 利用分治法解决二分查找问题,这个程序可以输出结果。希望对大家有一定的帮助,谢谢了-The use of sub-rule method to deal with two minutes to find the problem, this program can output. We want to have some help, thank you
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:626
    • 提供者:胡吉旦
  1. jingdiansuanfa

    0下载:
  2. 经典算法+分支限界法+分治法+动态规划+贪心算法+回溯法-Classical branch and bound algorithm+ France+ divide and conquer dynamic programming+++ backtracking greedy algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:280651
    • 提供者:云博
  1. ChessBoard

    0下载:
  2. 算法分析与设计中用分治法解决棋盘覆盖问题。-Algorithm Analysis and Design using divide and conquer to solve the problem the board cover.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2232772
    • 提供者:草人
  1. qq

    0下载:
  2. 分治法网球循环赛日程安排,课程设计希望有用-Divide and conquer tennis round robin scheduling, curriculum design, hope helpful
  3. 所属分类:Software Testing

    • 发布日期:2017-04-07
    • 文件大小:3221
    • 提供者:king
  1. maxamin

    0下载:
  2. 如何用分治法求一个数组中的最大值和最小值-With the Method find an array of maximum and minimum values
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:552
    • 提供者:phoenix
  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
  1. 分治法求最大子数组以及其对应的下标

    0下载:
  2. 分治法应用分治法求最大子数组以及其对应的下标分治法求最大子数组以及其对应的下标(Application of divide and conquer therapy)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Sincenir
  1. 01beibao_fenzhijiexian

    0下载:
  2. 分治法实现01背包问题,输入为即将放入背包的物品的重量和对应价值的数组,输出为放置物品的最优方案(Realization of 01 knapsack problem by divide and conquer method)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:887808
    • 提供者:泸沽湖123
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com