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

搜索资源列表

  1. ZUIXINDI

    0下载:
  2. 最接近点对问题,分治法实现,随机生成N个数寻找最短路径的两个点-closest point of the problem, realizing the partition method, random number generation N to find the shortest path to the two points
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1369
    • 提供者:张亮
  1. 零件切割问题

    0下载:
  2. 给定一块宽度为W的矩形板,矩形板的高度不受限制。现需要从板上分别切割出n个高度为hi,宽度为wi的矩形零件。切割的规则是零件的高度方向与矩形板的高度方向保持一致。要求求出一种切割法使得所使用的矩形板的高度h最小.用递归及分治法解此问题-given a width of the rectangular plate W, the height of rectangular plate unrestricted. Board is required from the respective cut ou
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1373
    • 提供者:叶黎
  1. fenzhifa

    0下载:
  2. 算法设计与分析基础(分治法) 算法设计与分析基础(分治法)-algorithm design and analysis of the basis (the partition) algorithm design and analysis of the basis (the partition)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6759
    • 提供者:king
  1. guibinpaixu

    0下载:
  2. 是一个用C++编写的小程序它可以进行归并排序和二分查找,是一个分治法的实例-C is a small procedure to prepare it for sorting and merging two hours to find, is a partition of the examples of France
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7555
    • 提供者:成朝夕
  1. datastr2s5

    0下载:
  2. 分治法进行合并排序是一种很奇妙的排序方法-partition method combined ranking is a very intriguing sort of way
  3. 所属分类:编辑框

    • 发布日期:2008-10-13
    • 文件大小:10815
    • 提供者:刘梅
  1. pre_k_min

    0下载:
  2. 从文件中读取一定量的数据,用分治法求出数组中的前K小元素。-read from the document a certain amount of data, with partition derived array of small elements of the former K.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:10281
    • 提供者:涂世昌
  1. yakun

    0下载:
  2. 归并排序,算法分析与设计第二章分治法思想的归并排序算法实现,用C++写的.-merge sorting algorithm analysis and design of the second chapter ideological divide-and-conquer method of merging ranking algorithm, C writes.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:824
    • 提供者:zn
  1. kuaisu

    0下载:
  2. 快速排序,算法分析与设计第二章分治法思想的快速排序算法实现.-quick sort, algorithm analysis and design of the second chapter ideological divide-and-conquer method of quick sort algorithm.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:969
    • 提供者:zn
  1. Bigintmutiply

    0下载:
  2. 大整数乘法的分治法源码,在JDK1.51中运行-large integer multiplication of the divide-and-conquer method source code, to run in JDK1.51
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1157
    • 提供者:展丹
  1. SHALLSOR

    0下载:
  2. 内含希尔排序、分治法、归并排序和求公共子串的C代码实现-Hill intron sequence and divided France, merging and sorting for public substring of C code to achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1974
    • 提供者:hujingpaper
  1. eryi

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

    • 发布日期:2008-10-13
    • 文件大小:8153
    • 提供者:陈馨
  1. MatrixMult

    0下载:
  2. 用分治法解矩阵乘法(C++实现)-with the partition method for matrix multiplication (C achieved)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1487
    • 提供者:胡凯
  1. VoronoiDAC

    0下载:
  2. 采用分治法解决生成Voronoi图的问题,采用用户交互式输入点及动态显示运行结果的方式,非常直观-using divide-and-conquer method to solve the Voronoi diagram generation. using interactive user input and dynamic display of the results of the operation, a very intuitive
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:91157
    • 提供者:yinhui
  1. ArithmeticDesignMethod

    0下载:
  2. 此文章的算法有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等,有用的的人可以
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:67924
    • 提供者:周健
  1. maxmin

    0下载:
  2. 本JAVA程序是基于分治法思想的,取数组最大最小值的程序,可以动态控制数组长度
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2500
    • 提供者:周彦坤
  1. aaa

    1下载:
  2. 分治法解决最近对问题 画一条垂直线x=c,把这些给定点分为两个包含n/2个点的子集S1和S2,使得n/2个点位于直线的左侧或直线上,另外n/2个点位于直线的右侧或直线上;遵循分治法的思想,递归地求出左子集S1和右子集S2中的最近对,分别为d1与d2;之后d=min{d1,d2}。合并过程:在以垂线x=c为对称轴,2d为宽度的区域内求最近两个点的距离,记为d3;求D=min{d,d3};
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1467
    • 提供者:王鹏
  1. chess

    0下载:
  2. 分治法的棋盘覆盖问题,包含输入与输出文件
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:1889
    • 提供者:张仁春
  1. package

    0下载:
  2. Delaunay 分治法进行三角剖分,同时对剖分后的三角面片进行动画模拟。-Divide and conquer Delaunay triangulation, while triangles after subdivision animated simulation.
  3. 所属分类:Fractal program

    • 发布日期:2017-05-11
    • 文件大小:2766988
    • 提供者:陈栋
  1. 钻石矿工

    0下载:
  2. 算法设计中的钻石矿工问题在一座金字塔每块石头上都镶有一块钻石从金字塔的顶端向下收集钻石尽可能收集价值高的钻石,每层每次只能从一块砖斜向左下或斜向右下走到另一块砖上。设计算法求出获取的钻石最大价值及路径。(分治法)(The problem of diamond miner in algorithm design is set up on every stone in Pyramid. A diamond is collected from the top of Pyramid. Diamond i
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:12288
    • 提供者:XAKJOLFT
  1. 分治法求大整数

    0下载:
  2. 利用分治法求解大整数乘法C语言版本,利用整型求,所以数偏小。
  3. 所属分类:文档资料

« 1 23 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com