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

搜索资源列表

  1. 最近点对

    0下载:
  2. 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式,是程序更易理解。-This is a classic look for the nearest point of the algorithm, using VC preparation, the type used, the way the process easier to understand.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9109
    • 提供者:袁美钠
  1. 最近点

    0下载:
  2. 用于找平面最近2点
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-02-11
    • 文件大小:1262
    • 提供者:ndp_src
  1. 求解最近点对

    1下载:
  2. 利用二分法算法求解最近点对
  3. 所属分类:源码下载

  1. 最近点对问题

    0下载:
  2. 图像界面 演示最近点对问题
  3. 所属分类:源码下载

    • 发布日期:2012-02-10
    • 文件大小:14277
    • 提供者:crazyxin
  1. 最近点对问题,分别用蛮力法和分治法进行了求解

    0下载:
  2. 最近点对问题,分别用蛮力法和分治法进行了求解,算法已经做过优化-Nearest point on the issue, respectively, and with brute force method for solving divide and conquer algorithm optimization has been done
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2017-04-09
    • 文件大小:2052959
    • 提供者:zhou
  1. ClosestPair 二维最近点对算法

    0下载:
  2. 二维最近点对算法,分别用遍历方法和分治算法实现,并对实现的时间进行比较-Two-dimensional nearest point of the algorithm, respectively, and partition with traversal algorithm, and compare the time to achieve
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-04-09
    • 文件大小:2979268
    • 提供者:wanglin
  1. nearestPointPair

    0下载:
  2. 给定一个点数组,比较求解最近点对的一般算法和分治法的效率。-Given a point group, compared to solve the nearest point on the general algorithm and divide and conquer efficiency.
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5881473
    • 提供者:Jimin
  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. firstproblem

    0下载:
  2. 最近点对问题的图形界面实现,用户可以通过鼠标输入点集,也可以通过随机生成点集,程序会将最近的两个点用红色标示出来-Nearest point on the question of the realization of a graphical interface, users can mouse input point set, can also be randomly generated point set, the program will be the two most recent poi
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:5272
    • 提供者:hetengfei
  1. pointNear

    0下载:
  2. 分治法解决最近点对问题,包括两种情况,考虑边界内四个点-Sub-rule method to solve the nearest point on the issues, including the two situations, consider the four-point boundary
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:3068
    • 提供者:yibin
  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. lianbiao

    0下载:
  2. 实现链表的数据读入,查找,查找最近点等基本功能,适合于初次学习链表数据结构的学者。-The realization of the data read into the list, find, find the basic functions such as nearest point for the initial learning of the scholars list data structure.
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:25956
    • 提供者:zhangwen
  1. nearestpoint

    1下载:
  2. 求最近点对的算法,使用分治法求解最近点对问题-For the nearest point of the algorithm, the use of sub-rule method to solve the problem nearest point
  3. 所属分类:Data structs

    • 发布日期:2016-11-20
    • 文件大小:1861
    • 提供者:xiliting
  1. Sort

    0下载:
  2. 是做的一个分割文件的算法以及,寻找给定点的最近点的算法-Is to do a partition of the algorithm, as well as documents to find the nearest point to fixed-point algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:72527
    • 提供者:tenghao
  1. closest

    0下载:
  2. VC++最近点对用图形界面实现,大家可以学习一下,可能会存在一些缺陷-VC++ with the nearest point on the graphical interfaces
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-18
    • 文件大小:4915935
    • 提供者:白杨
  1. NearestPoints

    0下载:
  2. 分别利用分治法及穷举法求解最近点对问题,输出查找结果及比较次数。-Use, respectively, sub-rule method and brute-force method for solving the nearest point of the problem, the output and compare the number of search results.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:2534
    • 提供者:yushu
  1. zjdd

    0下载:
  2. 用于计算二维平面上一个点集的最近点对,可以计算100000个点的规模-Used to calculate the two-dimensional plane, a set of points the last points, we can calculate the size of 100000 points
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:2092
    • 提供者:liam
  1. 最近点对

    0下载:
  2. 已知平面上有n个点,点为二维数组,求平面上的最近点对。(Find the nearest point pair on the plane)
  3. 所属分类:Java编程

  1. 最近点对

    0下载:
  2. vs2010 c++解决最近点对问题,适合初学者(closest pair, for beginners)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:865280
    • 提供者:Echo-bcy
  1. 平面内最近点对

    1下载:
  2. 分治算法练习,使用分治算法实现计算平面内最近点对距离。子问题将平面划分为左右两部分分开计算最短距离,再在中间条带中找是否有更近点对。(Divide and conquer algorithm to calculate the closest point pair in the plane)
  3. 所属分类:Windows编程

    • 发布日期:2018-12-27
    • 文件大小:321536
    • 提供者:七七七七七
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com