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

搜索资源列表

  1. qipanfugai_CPP

    0下载:
  2. 用C++编写的棋盘覆盖问题的解决,其中有非常清楚的注释,帮助学习者了解分治法在类似问题中的应用-Board cover solution written in C++, which has a very clear comments to help students understand the divide and conquer those problems
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:1090
    • 提供者:earcherst
  1. qipanfugai_matlab

    0下载:
  2. 用matlab编写的棋盘覆盖问题的解决,有清楚的注释,帮助学习者了解分治法在类似问题中的应用-Matlab prepared by the board covering problems, clear notes, to help students understand the divide and conquer similar problems
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:1073
    • 提供者:ounexpe
  1. Voronoi

    0下载:
  2. 维诺图的实现,应用分治法实现维诺图,代码详细有注释-Voronoi come true
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3106699
    • 提供者:lijian
  1. 11

    0下载:
  2. 算法求最近对问题,通过分治法求n个点的最近对问题-the problem of the nearest point
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:969
    • 提供者:wl玲玲
  1. MergeSort

    0下载:
  2. 归并排序算法,该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。-Merge sort algorithm, which is a very typical application using the divide and conquer method (Divide and Conquer) is.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:710
    • 提供者:庭月照
  1. MaxMinDemon

    0下载:
  2. 计算一个数组中的最大最小值,分别使用直接计算和分治法计算,利用C#实现。-Maximum and minimum calculation in an array, were calculated using the direct calculation and divide and conquer, the use of C# implementation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:16393
    • 提供者:星火
  1. new--2

    0下载:
  2. 维诺图 分治法 特别的实现方法 速度为n的平方及-Voronoi
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2329
    • 提供者:
  1. fenzhifa

    0下载:
  2. 计算机算法分析里面分治法中很多算法的源码-Computer algorithm analysis, many of which divide and conquer algorithm source code
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1703243
    • 提供者:王重阳
  1. MergeSort

    0下载:
  2. 归并排序,运用分治法对数组内容进行排序。-Merge sort to sort the array, using the method of content.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1238
    • 提供者:Laona
  1. an

    0下载:
  2. 通过分治法的思想,用户输入a值和n值,输出a的n次幂的值-a n
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:9853
    • 提供者:杨毛毛
  1. 2233111

    0下载:
  2. 采用分治法、动态规划算法实现0-1背包问题的求解;动态演示算法的的实现过程。要求演示界面友好、生动,易于对算法的理解-Divide and conquer, solved using dynamic programming algorithm to achieve the 0-1 knapsack problem process dynamic demonstration algorithm. The demonstration interface is friendly and vivid,
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:558615
    • 提供者:liusong
  1. Matrix-multiplication-

    0下载:
  2. 矩阵乘法,分治法,可以直接使用,程序简单-Matrix multiplication
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1165
    • 提供者:
  1. K-th-smallest-element

    0下载:
  2. 第k小元素,使用分治法,程序简单易懂,可以直接使用-K-th smallest element
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:861
    • 提供者:
  1. Large-integer

    0下载:
  2. 大整数,蛮力破解,分治法,改进分治法。程序清晰易懂,有利于帮助理解-Large integer, brute-force, divide and conquer, divide and conquer improvements. Clear and understandable procedures, could help to understand
  3. 所属分类:Data structs

    • 发布日期:2017-05-07
    • 文件大小:1191389
    • 提供者:方小米
  1. guibing

    0下载:
  2. 归并排序是建立在归并操作上的一种有效的排序算法,该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。-Merge algorithm
  3. 所属分类:MPI

    • 发布日期:2017-04-29
    • 文件大小:326678
    • 提供者:KID
  1. include

    0下载:
  2. 当要求解一个输入规模为n,且n的取值相当大的问题时,的,如果问题可以分成k个不同子集合,得到k个不同的可独立求解的子问题,其中1<k≤n,而且子问题与原问题性质相同,原问题的解可由这些子问题的解合并得出。那末,对于这类问题分治法是十分有效的。-When the solution of an input size n, and N values considerable problems when, if the problem can be into k different sub set
  3. 所属分类:Web Server

    • 发布日期:2017-04-29
    • 文件大小:11508
    • 提供者:陈倩
  1. quickSort

    0下载:
  2. 基于分治法的快速排序方法,C语言实现方法。-Quick sort
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2695868
    • 提供者:Jessy
  1. gui-bing-pai-xu

    0下载:
  2. 归并排序是建立在归并操作上的一种有效的排序算法,该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为二路归并。-Merge sort is established in the merge operation a effective sorting algorithm. The algorithm is using the divide and co
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:872
    • 提供者:小白兔
  1. fenzhifazuijnidiandui

    0下载:
  2. 分治法的应用,分治法求最近点对源码,编译无措,算法基础实验-The application of the method, divide and conquer method for the nearest point on the source code, compile flawless, algorithm based on the experiment
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1888
    • 提供者:吴金伟
  1. DAZHENGSHU-

    0下载:
  2. 分治法大正数运算支持1000位以内运算,不过自己可以很方便地改长度-Divide and conquer positive operation within 1000 bit support operations, but you can easily change the length of
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:581
    • 提供者:吴金伟
« 1 2 ... 9 10 11 12 13 1415 16 »
搜珍网 www.dssz.com