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

搜索资源列表

  1. PQP

    0下载:
  2. PQP is a library for performing three types of proximity queries on a pair of geometric models composed of triangles: collision detection - detecting whether the two models overlap, and optionally, all of the triangles that overlap. distance co
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:493643
    • 提供者:bilka
  1. ClosestPair

    0下载:
  2. 最小点对距离,即ClosestPair,时间复杂度进行了优化-The program is used to find the closest pair points
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:16134
    • 提供者:chaplin
  1. swiftPP-1.2.tar

    0下载:
  2. 在原有的swift基础上,实现凸分解,计算非凸物体是否相交的碰撞检测程序。-SWIFT++ operates by first computing a surface decomposition of the input models. The pieces are then grouped hierarchically using convex hulls. A pair of bounding volume hierarchies (BVHs) are tested using an imp
  3. 所属分类:Ftp Client

    • 发布日期:2017-04-01
    • 文件大小:771388
    • 提供者:杨兰
  1. closestPairPoints

    0下载:
  2. 使用分治法求大量点中的最近点对.使用MFC做用户界面.10^6个点时间大约为0.1妙-Get the closest pair of points from points clouds by divide and conquer method. UI by MFC. It costs about 0.1 second computing from 1,000,000 points
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-04
    • 文件大小:95497
    • 提供者:sparrow
  1. Closest-Pair-Point

    0下载:
  2. 寻找最近点对(... ... ... ... ... ... ...)-find closest path pair (.....................................)
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:11546
    • 提供者:lele
  1. closest-pair

    0下载:
  2. brute force closest pair algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:37916
    • 提供者:eman_mohamed
  1. closestPair

    0下载:
  2. 源程序实现最近匹配算法,从众多点中找到一对举例最近的点。-Look for the closest pair
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1391
    • 提供者:Samdy
  1. Closest_Pair

    0下载:
  2. Closest-pair problem
  3. 所属分类:Editor

    • 发布日期:2017-04-10
    • 文件大小:1534
    • 提供者:billy
  1. closestPair

    0下载:
  2. 给定一个特定的二维点集,求出其中距离最近的一对点-Find the closest pair of a certain 2D points set.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-18
    • 文件大小:5090420
    • 提供者:DSQ
  1. ClosestPair

    0下载:
  2. 使用两种方法求最近点对,分别是双重循环和分支法,可以运行,java代码。-closest pair
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2595098
    • 提供者:aiaiai
  1. Find-the-closest-pair-of-points

    0下载:
  2. 最近点算法,FCPP,c++语言,visual studio-The closest point algorithm, FCPP, c++ language, visual studio
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:736
    • 提供者:赵纯艺
  1. Dijkstra

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

    • 发布日期:2017-04-13
    • 文件大小:1835
    • 提供者:LEE
  1. grammar

    0下载:
  2. 第1章 算法引论   1.1 算法与程序   1.2 表达算法的抽象机制   1.3 描述算法   1.4 算法复杂性分析   小结   习题   第2章 递归与分治策略   2.1 速归的概念   2.2 分治法的基本思想   2.3 二分搜索技术   2.4 大整数的乘法   2.5 Strassen矩阵乘法   2.6 棋盘覆盖   2.7 合并排序   2.8 快速排序   2.9 线性时间选
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:2375680
    • 提供者:Summer-LXN
  1. 最近点对

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

    • 发布日期:2018-01-07
    • 文件大小:865280
    • 提供者:Echo-bcy
  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-06
    • 文件大小:16384
    • 提供者:Somo
  1. 平面内最近点对

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

    • 发布日期:2018-12-27
    • 文件大小:321536
    • 提供者:七七七七七
搜珍网 www.dssz.com