搜索资源列表

  1. posthost

    0下载:
  2. 邮局选址 问题描述:在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。要求:为建邮局选址,使得n个居民点到邮局之距离的总和最小。 提示:带权中位数(分治算法) -Post office location problem descr iption: a north-south direction and in ac
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:112640
    • 提供者:libaodian
  1. MaxSubSum

    0下载:
  2. 用三种方法解决最大子序列和问题,分别是基本方法,分治算法和动态规划算法,算法复杂度不断提高-Three methods were used to solve sequence and the biggest problem, respectively is the basic method and divide and conquer algorithm and dynamic programming algorithm, the co
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:刘晨
  1. tennis1

    0下载:
  2. 北邮算法设计课程网球循环赛代码,使用分治算法,可以直接提交-BUPT tennis round robin algorithm design course code, use the divide and conquer algorithm, can be submitted directly
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:郭宇梁
  1. algorithm

    0下载:
  2. matlab算法详细分析,包括应用广泛的分治算法、灰色预测、时间序列、模拟退火、蚁群算法。-matlab algorithm detailed analysis, including the widely used divide and conquer algorithm, gray forecasting, time series, simulated annealing, ant colony algorithm.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:36707328
    • 提供者:姜波
  1. divide-and-conquer-algorithm

    0下载:
  2. 详细讲解了算法学习中的分治算法的原理,并附有详细的例题讲解和伪码-Explained in detail the algorithm of learning the principle of divide and conquer algorithm, with a detailed example to explain and pseudo-code
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:1784832
    • 提供者:王雨
  1. fillChessboard

    0下载:
  2. 用分治策略解决棋盘问题的一个简捷的算法。(A simple algorithm for solving chessboard problem using divide and conquer strategy.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:bubble噜
  1. a1401

    0下载:
  2. 分治法将数字实现格雷码转换,运用分治策略。(The method will achieve the conversion of digital gray code, using divide and conquer strategy.)
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:1133568
    • 提供者:为了
  1. 8006608

    0下载:
  2. MFC实现用分治算法中的用L型骨牌的棋盘覆盖的问题,()
  3. 所属分类:图形图像处理(光照,映射..)

  1. 4000384

    0下载:
  2. 分治算法的实现,输入N个节点数据如个在一条直线上则只有一个数,平面上则以数据对形式实现,可以得到其中距离最近的两点数据()
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:pirtijl
  1. mephzd

    0下载:
  2. 递归与分治算法的应用 零件切割问题 给定一块宽度为W的矩形板,矩形板的高度不受限制,现需要从板上分别切割出n个高度为hi,宽()
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:Leuis
  1. 3811249

    0下载:
  2. 里面包含vc的经典算法,如动态规划,分治,回溯,贪心算法等()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:Ppnelope
  1. function

    0下载:
  2. 一些算法的集合,可以直接测试使用,包括动态划分,分治,贪心算法等(Some of the sets of algorithms can be used directly to test the use of)
  3. 所属分类:其他小程序

  1. ClosestPair

    0下载:
  2. 求解平面最近点对,分治经典题目。。。。。。。(The program to solve the nearest point pair of the plane, divide and conquer the classic topic.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:irishan
  1. rawlom

    0下载:
  2. 用分治算法求200个数中第K小的数,这个是学习算法课程时做的一个小作业,程序很小,不过,很好的体现了分治算法的思想,()
  3. 所属分类:数据挖掘

  1. fielackmmunication

    0下载:
  2. 这是计算机常用算法及其分析,算法如动态规划,贪心算法,分治算法,分支定界算法等,()
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:38912
    • 提供者:daaeye
  1. EPRQ792

    0下载:
  2. 寻找数组中a[i] i分治算法,主要采用类似的二分法的算法()
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:BCivli_464209
  1. 95991616

    0下载:
  2. 用分治算法求200个数中第K小的数,这个是学习算法课程时做的一个小作业,程序很小,不过,很好的体现了分治算法的思想,()
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:24576
    • 提供者:Mahge
  1. Chxetarchydual

    0下载:
  2. 这是计算机常用算法及其分析,算法如动态规划,贪心算法,分治算法,分支定界算法等,()
  3. 所属分类:大数据

    • 发布日期:2024-05-21
    • 文件大小:38912
    • 提供者:AIHzrev!77675
  1. CISZ_sqe

    0下载:
  2. 几种经典算法实现最大字段和问题分治算法,动态规划算法()
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:ypt!140
  1. aoprzg

    0下载:
  2. 分治算法的实现,输入N个节点数据如个在一条直线上则只有一个数,平面上则以数据对形式实现,可以得到其中距离最近的两点数据()
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:21504
    • 提供者:procehmrnm
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »

源码中国 www.ymcn.org