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

搜索资源列表

  1. digui

    0下载:
  2. 递归和分治法解一系列经典算法,其中包含多种不同的算法哦
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12510
    • 提供者:lin yahong
  1. erfenjiansuo

    0下载:
  2. 利用分治法实现二分检索,分治法的基本思想是分而治之
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:972
    • 提供者:刘灿
  1. gao610898180_2

    0下载:
  2. 两种方法(分治法、自底向上非递归算法)实现数组排序的C++实现
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:16559
    • 提供者:高朝虎
  1. StampAssignment

    0下载:
  2. 一个以邮票分配方案为例的演示分治法算法的小程序-a stamp distribution program as an example of the divide-and-conquer demonstration algorithm small program
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:4054
    • 提供者:聂青阳
  1. suanfabaogao

    0下载:
  2. 算法设计与分析试验报告,含全部实验源代码,包括贪心法、回溯法、深度优先搜索、分治法等,内容详尽。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:121693
    • 提供者:Diana
  1. suanfa3

    0下载:
  2. 分治法的基本思想 借此交流,彼此沟通
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:9602
    • 提供者:wyj
  1. multi

    0下载:
  2. 分治法实现大数乘法,时间复杂度由原来的n的三次方提高到n的log3次方,但是对数字的范围有一定的限制
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2534
    • 提供者:nyj
  1. MatrixChain

    0下载:
  2. 分治法求矩阵链乘法中的各个矩阵相乘的最优次序
  3. 所属分类:Windows编程

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

    0下载:
  2. 算法分析和设计课程设计报告,英文,包括分治法求最大和最小,大数乘法,排序最优2叉数等常见算法,有10个,报告包括源程序和时间复杂度分析,截图等
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:183412
    • 提供者:张毓玺
  1. qipan

    0下载:
  2. 棋盘覆盖问题.用分治法设计L型组件填图问题的算法
  3. 所属分类:其它

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

    0下载:
  2. 输入一组点的x、y坐标 求解这些点之中,两个最近点的距离 使用分治法
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:844
    • 提供者:林燕
  1. Selectkmin

    0下载:
  2. 用分治法编程求出了n个不同元素中的第k 个最小元素
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:253366
    • 提供者:dd
  1. 一维最近点(分治法)1

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法1(该方法在递归时由于使用数组的值,使得递归进栈的数据很多,消耗系统空间很大,所以处理的个数经测试不超过70个,可见在设计程序时,考虑空间的使用也是很必要的!)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : a partition method (the me
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1996
    • 提供者:杨晨
  1. 一维最近点(分治法)2

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:分治方法(找出中位数,两边递归)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : the administration (to identify the median on both sides, the recursive)
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1830
    • 提供者:杨晨
  1. divide and conquer

    0下载:
  2. 这是一个分治法应用和递归的完美体现,它根据输入的数字在屏幕上打出美丽的图案。-this is a separate rule and the application of recursive the perfect embodiment of its import figures on the screen making beautiful designs.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:872
    • 提供者:唐海浪
  1. dividemultiply

    0下载:
  2. 这是一个分治法应用的又一个例子,利用分治技术,做大整数乘法,尤其是几百位数以上的乘法,比一般的方法快很多,仅次于快速傅立叶变换.-This is a partition of the application also an example of the use of the partition, bigger integer multiplication, especially above the median of hundreds of multiplication, than the mu
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:972
    • 提供者:唐海浪
  1. 查找假币_分治法.txt

    0下载:
  2. 所属分类:数据结构常用算法

    • 发布日期:2011-01-04
    • 文件大小:3370
    • 提供者:tianluqiang
  1. 算法设计中经典的格雷码生成问题

    0下载:
  2. 算法设计中经典的格雷码生成问题,采用分治法解决,代码精炼,Algorithm design in the classic Gray code generation problems, the use of sub-rule law, code refined
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2017-03-03
    • 文件大小:827
    • 提供者:王刚
  1. Kmin.rar

    0下载:
  2. 求第K小元素(分治法实现) ,K for the first small element (sub-rule method)
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1430
    • 提供者:scf
  1. NCoinsProblem

    0下载:
  2. n枚硬币问题,采用分治法中的三分算法,很好的解决了n个硬币的问题-n coins problem, using divide and conquer algorithm in the third, a good solution to the problem of n coins
  3. 所属分类:Console

    • 发布日期:2017-04-10
    • 文件大小:2033404
    • 提供者:zhou
« 1 2 34 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com