搜索资源列表

  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. 最接近点对问题的源码。使用dephi编写而成。-closest point to the source. Dephi use prepared.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:181022
    • 提供者:陈琳
  1. nearpiont

    0下载:
  2. 最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15666
    • 提供者:黄波
  1. ClosestNodePairs

    0下载:
  2. 这是最接近点对问题,分别使用了分治算法和穷举法求解最接近点对。-it is the closest point of the problem, namely the use of a divide-and-conquer method and exhaustive closest point right.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4470
    • 提供者:润卿
  1. Algorithm

    0下载:
  2. 本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考.请各位朋友多提建议!
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:544549
    • 提供者:刘志辉
  1. 实验报告-最接近点对

    0下载:
  2. 关于最接近点对问题的基本思想运行结果测试平台以及源码-closest point on the basic issue of right thinking operating results and the source test platform
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:10182
    • 提供者:wjf
  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 re
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:杨晨
  1. 实验报告-最接近点对

    0下载:
  2. 关于最接近点对问题的基本思想运行结果测试平台以及源码-closest point on the basic issue of right thinking operating results and the source test platform
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:10240
    • 提供者:wjf
  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. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张亮
  1. 最接近点对问题

    0下载:
  2. 最接近点对问题的源码。使用dephi编写而成。-closest point to the source. Dephi use prepared.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:181248
    • 提供者:陈琳
  1. nearpiont

    0下载:
  2. 最接近点对问题是求二维坐标中的点对问题,该算法是为了将平面上点集S线性分割为大小大致相等的2个子集S1和S2,我们选取一垂直线l:x=m来作为分割直线。其中m为S中各点x坐标的中位数。由此将S分割为S1={p∈S|px≤m}和S2={p∈S|px>m}。从而使S1和S2分别位于直线l的左侧和右侧,且S=S1∪S2 。由于m是S中各点x坐标值的中位数,因此S1和S2中的点数大致相等。 递归地在S1和S2上解最接近点对问题,我们
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:15360
    • 提供者:黄波
  1. ClosestNodePairs

    0下载:
  2. 这是最接近点对问题,分别使用了分治算法和穷举法求解最接近点对。-it is the closest point of the problem, namely the use of a divide-and-conquer method and exhaustive closest point right.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:润卿
  1. Algorithm

    0下载:
  2. 本文章首先简要介绍了一维与二维情况下的最接近点对问题与所涉及到的解决算法.然后,把最接近点对问题延伸至三维,提出了自己的解决思想,并提供了相关伪代码,以供参考.请各位朋友多提建议!-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:544768
    • 提供者:刘志辉
  1. yiwei

    0下载:
  2. 完成一维的最接近点对问题,用的是分治算法进行的-The closest point to complete one-dimensional problem, using a partition algorithm of
  3. 所属分类:WEB源码

    • 发布日期:2024-05-15
    • 文件大小:43008
    • 提供者:chasel
  1. zjjdd

    0下载:
  2. 最接近点对问题,是算法设计中的经典问题,通过平面上找与给定点最接近的点形成最接近点对。-Closest point problem is a classical problem in algorithm design, through the plane to find the closest point with the formation of a given point closest point pairs.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:
  1. Pair

    0下载:
  2. 完成一维,二维,的最接近点对问题,还有界面-Complete the one-dimensional, two-dimensional, the closest point on the issue, as well as the interface
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:陈波
  1. Algorithm-design-code

    0下载:
  2. 一次大型的party最后节目是选取一位幸运人士;完成一维的最接近点对问题 第k小的元素-A large party last program is to select a lucky person complete the one-dimensional closest point problems small element of the k
  3. 所属分类:其它源码

    • 发布日期:2024-05-15
    • 文件大小:109568
    • 提供者:陈晨
  1. hongheishu

    0下载:
  2. 分治法实现三维最接近点对问题,对分治法的学习有很大的帮助-Divide and conquer method to achieve three-dimensional nearest point of the problem, divide and conquer method for learning a great help
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:162816
    • 提供者:杨帆
  1. Dijkstra

    0下载:
  2. 最小点对问题(二维) 二维最接近点对问题:给定平面上n个点,找其中的一对点,使得在n个点的所有点对中,该点对的距离最小。严格地说,最接近点对可能多于1对。 【本算法基于C++语言编写,在Windows平台的DEV C++下编译通过,且运行正常】 -The minimum point of the problem (two-dimensional) two-dimensional closest point of
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:LEE
  1. 616191算法作业

    0下载:
  2. 1.二分搜索技术2.最接近点对问题3.矩阵连乘问题4.电路布线5.单源最短路径Dijkstra算法6.最小生成树Prim算法7.最小生成树Kruskal算法C语言写的,全部能运行!(algorithm design assignment)
  3. 所属分类:其他小程序

« 12 »

源码中国 www.ymcn.org