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

搜索资源列表

  1. Qsort

    0下载:
  2. 快速排序(分治法实现) 快速排序(分治法实现)-Quick Sort (sub-rule method) quick sort (sub-rule method)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:973
    • 提供者:scf
  1. ex1_cityoutline_squ

    0下载:
  2. 用分治法实现城市轮廓问题,开发工具为eclipse,jdk 1.6-Treatment with sub-urban profile issues, development tools for the eclipse, jdk 1.6
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:2927
    • 提供者:Jiawang
  1. Strassen

    0下载:
  2. 利用C++实现strassen矩阵乘法,即采用七次乘法的分治法。-The use of C++ realization of Strassen matrix multiplication, namely multiplication seven sub-rule method.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:1571
    • 提供者:吕东
  1. ChesssBoard

    0下载:
  2. 分治法棋盘覆盖chess,算法设计的例子-Coverage of sub-rule method chessboard chess, algorithm design examples
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1477
    • 提供者:楚燕
  1. MaxSum

    0下载:
  2. 计算机算法分析,最大字段和的几个求法,采用直接法,分治法,动态优化法进行求解的程序。-Analysis of computer algorithms, the largest number of fields and method, using the direct method, sub-rule method, dynamic optimization method for solving procedures.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1366
    • 提供者:楚燕
  1. fenzhi

    0下载:
  2. 这是一个利用分治法求最短回路的算法,希望对大家有帮助撒-This is a law governing the use of sub-algorithm for the shortest loop, in the hope that everyone has to help spread
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:300089
    • 提供者:xuli
  1. text

    0下载:
  2. 设B是一个n×n棋盘,n=2k,(k=1,2,3,…)。用分治法设计一个算法,使得:用若干个L型条块可以覆盖住B的除一个特殊方格外的所有方格。其中,一个L型条块可以覆盖3个方格。且任意两个L型条块不能重叠覆盖棋盘。-。。
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:789
    • 提供者:陈翠勤
  1. The_design_of_computer_algorithms

    0下载:
  2. 全书从算法设计和算法分析的基本概念和方法入手,系统介绍了算法设计方法与分析技巧。全书分为3个部分:第一部分介绍算法的基本概念、算法的数学基础以及算法复杂度分析;第二部分针对排序问题和图的问题,讨论各种已有的算法,并介绍常用的算法设计方法包括分治法、贪心法、动态规划法、回溯法和分支限界法,并介绍了计算的复杂性以及NP完全问题;第三部分讲述并行计算模型和并行算法设计技术。书中每章后面都附有一定数量的习题,帮助读者理解和掌握书中的内容。-Book from the algorithm design a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-23
    • 文件大小:7182696
    • 提供者:shang
  1. ChessMulch

    0下载:
  2. 棋盘覆盖问题,用分治法算法求解的一个例子。-Cover board with sub-algorithm treatment of a case in point.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:28283
    • 提供者:张三
  1. Mul-of-big-Int

    0下载:
  2. 引用分治法实现两个位数相同的大整数的乘法运算-Act reference divided large integer multiplication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:31943
    • 提供者:07网络
  1. CompareSort

    0下载:
  2. 采用分治法,比较快速排序和归并排序的时间复杂度,即计算每个排序过程所花的时间并输出。-The use of sub-rule law, compare quick sort and merge sort time complexity, that is calculated for each sort process and output the time spent.
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-08
    • 文件大小:1913334
    • 提供者:jay
  1. CSort

    0下载:
  2. 用C++6.0编写,采用分治法求解快速排序和归并排序所花的时间并输出,能够具体地让大家明白时间复杂度这一抽象的概念-Using C++6.0 development, the use of sub-rule method to sort quick sort and merge the time spent and output, specifically so that everyone can understand the time complexity of this abstract c
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:437832
    • 提供者:jay
  1. nearestpoint

    1下载:
  2. 求最近点对的算法,使用分治法求解最近点对问题-For the nearest point of the algorithm, the use of sub-rule method to solve the problem nearest point
  3. 所属分类:Data structs

    • 发布日期:2016-11-20
    • 文件大小:1861
    • 提供者:xiliting
  1. ChessBoard

    1下载:
  2. 经典的棋盘覆盖程序,实现MFC界面,用分治法实现-Coverage of the classic board procedures, the realization of MFC interface, with sub-rule method
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:335635
    • 提供者:杨旸
  1. Cover_board

    0下载:
  2. 棋盘覆盖问题,,算法中分治法的一个好例子,代码不到100行啊-Chessboard coverage, distributed algorithm for treatment of a good example of the code less than 100 lines ah
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:519
    • 提供者:wanghang
  1. CSDNdatastructure

    0下载:
  2. 分治法求大数乘法的问题 等等一些算法分析-datastructure
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:392612
    • 提供者:lazer1988
  1. devide_conquer

    0下载:
  2. 分治法解最近点对问题:首先输入点的个数,然后输入点的坐标,输出先是根据x的坐标对点进行排序,然后输出最近点对的距离。-Divide and conquer solution of the nearest point of the problem: First, the number of input points, and then enter the coordinates of points, the output first, according to the coordinates of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6075
    • 提供者:张英霞
  1. closestpoints

    0下载:
  2. 最短距离点对算法分治法实现 以及暴力算法的对比-Closest Distance Point Pairs Divide and Conque Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:38390
    • 提供者:马晟
  1. NearestPoints

    0下载:
  2. 分别利用分治法及穷举法求解最近点对问题,输出查找结果及比较次数。-Use, respectively, sub-rule method and brute-force method for solving the nearest point of the problem, the output and compare the number of search results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2534
    • 提供者:yushu
  1. Nearest

    0下载:
  2. 分别利用分治法及穷举法求解最近点对问题,输出查找结果及比较次数。-Use, respectively, sub-rule method and brute-force method for solving the nearest point of the problem, the output and compare the number of search results.
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5035
    • 提供者:yushu
« 1 2 3 4 56 7 8 9 10 ... 16 »
搜珍网 www.dssz.com