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

搜索资源列表

  1. Nearestpoint

    0下载:
  2. 求最近点对问题, 求最近点对问题。-Nearest point on the issue of demand, and the nearest point on the issue, and the nearest point on the issue.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:452266
    • 提供者:吴定康
  1. Nearestpoint

    0下载:
  2. 最近点对算法的实现,用穷举法证明程序的正确性。-Nearest point of the algorithm, the exhaustive method to prove the correctness of the procedure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:22167
    • 提供者:孟淇
  1. Cpair

    0下载:
  2. 最近点对算法,穷举法证明算法的正确性,可供学习和参考-Nearest point of the algorithm, exhaustive method to prove the correctness of algorithms for learning and reference
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:618138
    • 提供者:孟淇
  1. random

    0下载:
  2. 含有随机算法,素数测试,求最近点对的随机算法-Contains a random algorithm, prime number test, seek the nearest point of the random algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:73967
    • 提供者:winnershu
  1. ClosetPair

    0下载:
  2. 实现求解平面最近点对的复杂度为nlgn的算法。程序要求能够自动生成至少100万个点,并利用该算法求解。此外,要求支持图形界面的算法输入与输出。在此基础上,添加n^2级算法的实现,并比较相同规模下,两种算法的时间消耗。-Solving the nearest point on the plane to achieve the complexity of the algorithm for nlgn. Program requires the ability to automatically gen
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:20801
    • 提供者:胖猫
  1. devide_conquer

    0下载:
  2. 分治法解最近点对问题:首先输入点的个数,然后输入点的坐标,输出先是根据x的坐标对点进行排序,然后输出最近点对的距离。-Divide and conquer solution of the nearest point of the problem: First, the number of input points, and then enter the coordinates of points, the output first, according to the coordinates of
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6075
    • 提供者:张英霞
  1. Nearest

    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. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5035
    • 提供者:yushu
  1. dbPoint.c

    0下载:
  2. C语言实现,分治法求平面中任意个点的最近点对和最近距离。-C language implements, find out the shortest point pair and the shortest length between arbitrary points in a plane, with divide and conquer method.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1085
    • 提供者:liuwei
  1. KitBag

    1下载:
  2. 分治法和蛮力法求解最近点对问题,不好意思中文传不了,改传背包问题了。-leastport
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:14224
    • 提供者:刘恩亮
  1. CLOSESTPAIR

    0下载:
  2. 最近点对问题,求解平面上n个点的集合中距离最近的两点的距离。-Nearest point of the problem, solving the plane the set of n points in the distance between the nearest two points.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1378
    • 提供者:hyqin
  1. Divfuntion

    0下载:
  2. 算法分析实验 算法分析分治法 最近点对问题-Experimental analysis of algorithms analysis of algorithms divide and conquer the nearest point of the problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2295
    • 提供者:tabuiy
  1. shortestpath

    0下载:
  2. 用蛮力法和分治法求最近点对的问题-用蛮力法和分治法求最近点对的问题............
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:452051
    • 提供者:wenwen
  1. PointPair

    0下载:
  2. 根据分治算法实现求平面上最近点对的复杂度为(nlgn)的算法 有图形界面,能通过鼠标输入点-Under sub-rule algorithm seeking the nearest point on the plane of the complexity of (nlgn) algorithm for graphical interface, through mouse input points
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:757991
    • 提供者:liupz
  1. zuijingdiandui

    0下载:
  2. 基于MFC单文档实现的最近点对的算法,是图形界面的-MFC single document based on the closest point to the realization of the algorithm is a graphical interface
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-29
    • 文件大小:12035662
    • 提供者:dahai
  1. NearestPoint

    0下载:
  2. 最近点对问题是许多算法书籍必有得一个要探讨的问题,本人基于王晓军的《算法设计与分析》实现了分治法及传统法的图形化演示程序,大家可以看到两者的算法性能的比较。-The nearest point of the problem is that many books there must be a method to explore the question, I based Wang Xiaojun' s " Algorithm Design and Analysis of"
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1932140
    • 提供者:吴立
  1. nearestneighbor

    0下载:
  2. 用C编写的一个求最近点对的算法,不是很实用,但是对刚开始学习算法的人可能会有点帮助-C code .i wish this can do a little help to your study.
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2307
    • 提供者:刘欢
  1. cloestPair

    0下载:
  2. 最近点对程序,java实现。可以计算平面内的最近点对-The nearest point on the program, java implementation. Can calculate the closest point on plane
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:79486
    • 提供者:yuanyifang
  1. suanfa

    0下载:
  2. 请选择操作: 1. 最近点对 2. 假币问题 3. 堆排序 4. 全源最短路径-Please choose: 1. Nearest points on 2. Counterfeiting problem 3. Heap sort 4. All source shortest path
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:424016
    • 提供者:晓剑
  1. zuijindianduierwei

    0下载:
  2. 算法 最近点对问题 二维的解决 很简单 值得-Closest point algorithm to solve the problem is very simple two-dimensional worth a look
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1265865
    • 提供者:林常来
  1. zuijindianduiyiwei

    0下载:
  2. 算法 最近点对 一维问题解决 可以下载下来研究下-Closest point algorithm to solve one-dimensional problem under study can be downloaded
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:897794
    • 提供者:林常来
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com