CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 最近点对

搜索资源列表

  1. 计算几何算法

    1下载:
  2. 计算几何常用算法,包括点是否在多边型中,判定两条直线是否相交,平面最近点对-computational geometry algorithm commonly used, including whether a multilateral type in determining whether the intersection of two straight, the nearest point on Plane
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3373
    • 提供者:徐灵奇
  1. zjdd

    0下载:
  2. VC++的“最近点对问题”,-VC "point to the recent problems," Guangguang 04:40
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7770
    • 提供者:甲子园
  1. sgj3

    0下载:
  2. 考察例1 4 - 8中的1 4个点。A中的最近点对为(b,h),其距离约为0 . 3 1 6。B中最近点对为 (f, j),其距离为0 . 3,因此= 0 . 3。当考察 是否存在第三类点时,除d, g, i, l, m 以外 的点均被淘汰,因为它们距分割线x= 1的 距离≥ 。RA ={d, i, m},RB= {g, l},由 于d 和m 的比较区中没有点,只需考察i 即可。i 的比较区中仅含点l。计算i 和l 的距离,发现它小于,因此(i, l) 是最近
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1686
    • 提供者:史桂金
  1. NNP

    0下载:
  2. 最近点对问题,输入数据生成器自动生成2位点对,输出制定电的最近邻-nearest point of the problem, the input data generator automatically generate two points right, electrical output of the nearest neighbor
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:494814
    • 提供者:宋文婷
  1. zuijindiandui

    0下载:
  2. 算法分析里的最近点对问题的实现,一维的有传统的解决算法和分治技术解决的算法,及比较。附带实验报告
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:69404
    • 提供者:陈坤
  1. problem3

    0下载:
  2. 最近点对的随机算法 算法时间达到O(n)非常完美的实现了随机最近点对的功能
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1502
    • 提供者:liang
  1. computationgeometry

    0下载:
  2. 我的计算几何模板,求3d凸包,计算最远点对(nlogn),求最近点对,和二维凸包
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:6625
    • 提供者:bill
  1. 最近距离

    0下载:
  2. 距离最近的点对计算方法-a program for get the shortest path of two points.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5317
    • 提供者:高老
  1. 二维最近点

    0下载:
  2. 该程序实现对二维数据轴上的最临近点的求解问题 采用方法:分治方法-procedures to achieve the two-dimensional data of the axis points near the methodology used to solve the problem : the administration
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2282
    • 提供者:杨晨
  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. 一维最近点(传统法)1

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:计算每对顶点间的距离,比较之 效率为O(n2)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : for each pair of vertices the distance, a comparison of the efficiency of O (n2)
  3. 所属分类:Windows编程

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

    0下载:
  2. 该程序实现对一维数据轴上的最临近点的求解问题 采用方法:传统方法2:先排序,然后一次线性扫描,得到最近距离,时间复杂性O(nlogn)-the process of achieving a dimensional data axis near the point of the methodology used to solve the problem : The traditional two methods : first order, and then a linear scan, rece
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2171
    • 提供者:杨晨
  1. ClosestPairPoint

    0下载:
  2. 实现查找一组给定点中的最近点对,通过分治方法将问题求解,简化问题的复杂性。-Lookup a group to the latest sentinel points right, adoption of the partition method of problem solving, simplifying the complexity of the problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1378
    • 提供者:韩希先
  1. ndp_src

    0下载:
  2. 用pascal实现寻找最近点对问题,以方便对pascal较熟悉的学习者参考。-used to find the nearest point on the issue, to facilitate the pascal more familiar reference learners.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8318
    • 提供者:袁美钠
  1. divide.rar

    0下载:
  2. 分治法求解最近点对问题 求最近点对的分治算法实现,输入点对,输出最近点,Sub-rule method for nearest point on the nearest point on the issue of sub-rule algorithm, input points, output nearest point
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1619
    • 提供者:马强业
  1. Apoint

    0下载:
  2. 一维最近点对问题 通过输入一维点x的坐标,求得距离最近的点对和距离-One-dimensional nearest point of the problem by entering the coordinates of one-dimensional point x, obtained from the nearest point and distance
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:585579
    • 提供者:周苏建
  1. ClosetPairs

    0下载:
  2. 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the probl
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:25317
    • 提供者:lhguo
  1. DivConquer

    0下载:
  2. 算法实验:1 分治法在数值问题中的应用 ——最近点对问题 2 减治法在组合问题中的应用——8枚硬币问题 3 变治法在排序问题中的应用——堆排序 4 动态规划法在图问题中的应用——全源最短路径问题 -Algorithm experiment: 1 divided numerical problems in the application- the nearest point to question 2 by governance problems in the applicati
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:24308
    • 提供者:邱名楷
  1. algorithm_project2

    0下载:
  2. 这是求在一堆点中,找出最短距离的两个点对的算法问题。(Point pair problem with the shortest distance.)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:14117888
    • 提供者:素餐尸位
« 1 23 4 5 6 7 8 9 »
搜珍网 www.dssz.com