CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 最近点

搜索资源列表

  1. zuijindiandui

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

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

    0下载:
  2. 1.实现了最近点平分法的分类器 2.实现了基于凸函数最优解的分类器
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:3294
    • 提供者:杨光大
  1. 最近距离

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

    • 发布日期:2008-10-13
    • 文件大小:5317
    • 提供者:高老
  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. 最近点对

    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. 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. 最近点

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

    • 发布日期:2009-02-11
    • 文件大小:1262
    • 提供者:ndp_src
  1. 计算几何

    3下载:
  2. 目录 ㈠ 点的基本运算 1. 平面上两点之间距离 1 2. 判断两点是否重合 1 3. 矢量叉乘 1 4. 矢量点乘 2 5. 判断点是否在线段上 2 6. 求一点饶某点旋转后的坐标 2 7. 求矢量夹角 2 ㈡ 线段及直线的基本运算 1. 点与线段的关系 3 2. 求点到线段所在直线垂线的垂足 4 3. 点到线段的最近点 4 4. 点到线段所在直线的距离 4 5. 点到折线集的最近距离 4 6. 判断圆是否在多边形内 5
  3. 所属分类:数学计算/工程计算

  1. ICPfull matlab完美实现ICP

    1下载:
  2. matlab完美实现ICP(迭代最近点算法)算法,功能强大,适合匹配数据点-matlab perfect realization of ICP (iterative closest point algorithm) algorithm, a powerful, data points for matching
  3. 所属分类:matlab例程

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

    0下载:
  2. 从c 的基础几何函数库翻译过来的 内容包括: ㈠ 点的基本运算 1. 平面上两点之间距离 2. 判断两点是否重合 3. 矢量叉乘 4. 矢量点乘 5. 判断点是否在线段上 6. 求一点饶某点旋转后的坐标 7. 求矢量夹角 ㈡ 线段及直线的基本运算 1. 点与线段的关系 2. 求点到线段所在直线垂线的垂足 3. 点到线段的最近点 4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内 7. 求矢量夹角
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:5582
    • 提供者:贺晨
  1. search

    0下载:
  2. 自动排列寻找矩阵个点距离,并找出各个点的最近点,并导出所在位置,-Auto Arrange to find the distance matrix of points and find various points of the nearest point, and export location,
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:687
    • 提供者:nlr
  1. closepair

    0下载:
  2. 二位平面中求最近点对的问题,采用分治的方法,按照书本的算法实现-Two nearest points on the plane ask the question, the use of divide and conquer approach, in accordance with the books of the algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:460183
    • 提供者:龙飞
  1. closest_pair_of_points

    0下载:
  2. C++11标准下编写的平面最近点对算法,包括暴力算法与O(nlogn)的算法。使用纯面向对象的方式编写,提供了测试类。(The plane closest point pair algorithm based on C++11 standard, including the algorithm of violent algorithm and O (nlogn). Written in a purely object-oriented way, it provides test classes.
  3. 所属分类:数据结构

    • 发布日期:2018-05-07
    • 文件大小:16384
    • 提供者:Somo
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com