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

搜索资源列表

  1. zuijiejindiandui

    0下载:
  2. 本程序实现的功能是给出一系列点,找出他们之间距离最近的点对-the program's function is given a series of points, they find the distance between the nearest point
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:85053
    • 提供者:liuqing
  1. icp

    0下载:
  2. 迭代最近点算法的matlab源码,可以实现对3维点数据的对齐
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:5087
    • 提供者:T D
  1. icpCpp

    1下载:
  2. 迭代最近点算法的c++代码,可以对3D数据进行对齐
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:24170
    • 提供者:wdbigboy
  1. oceanSolver

    1下载:
  2. 自己写的c++ maya plug-ins 。几何体采样节点。功能强大 ,能对曲线,曲面,多边形采样。得出最近点坐标,曲面曲率,空间uv参数。采样点距离。采样点的颜色信息rgba。对象的体积。等等 。版权归公司
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:9447
    • 提供者:zhaojing
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. zhuijindian

    0下载:
  2. 一个C控制台程序,计算用户输入的坐标系中最近的点对。-A C console program to calculate the user to enter a coordinate system in the nearest point pair.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-16
    • 文件大小:12846
    • 提供者:falcon0912
  1. closest_pair

    0下载:
  2. 求最近距离点对。包含o(nlgn)和o(n^2)复杂度算法-Seek nearest point pair. Contains o (nlgn) and o (n^2) complexity of algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:333340
    • 提供者:陈晨
  1. introduction-to-algorithms-code

    1下载:
  2. 1st:快排序算法及优化(7.4-5); 2nd:红黑树插入算法; 3rd:区间树上的重叠区间查找算法; 4th:求最近点对算法; 5th:最长公共子序列(LCS)算法; 6th:Huffman编码问题; -introduction to algorithms code
  3. 所属分类:source in ebook

    • 发布日期:2016-12-06
    • 文件大小:40960
    • 提供者:骨头
  1. CPPT

    0下载:
  2. 给定一个平面,内有n个点,找出其中距离最近的两个点。采用图形界面,n的个数大于100,随机生成点。 采用QT Creator生成坐标轴界面 分而治之算法计算最近点对。-Given a plane, there are n points, find out where the nearest two points. Use graphical interface, the number n is greater than 100, randomly generated points. QT Cre
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:734571
    • 提供者:lym
  1. fenzhifazuijnidiandui

    0下载:
  2. 分治法的应用,分治法求最近点对源码,编译无措,算法基础实验-The application of the method, divide and conquer method for the nearest point on the source code, compile flawless, algorithm based on the experiment
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1888
    • 提供者:吴金伟
  1. Computational-Geometry

    0下载:
  2. 点是否在多边型中、判定两条直线是否相交、平面最近点对-Point is in polygon, it is determined whether the two lines intersect, the nearest point on the plane
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3082
    • 提供者:周彧
  1. zuijindian

    0下载:
  2. 这是我自己写的一个最近点对的问题的算法实现 -This is my own point of writing of a recent algorithm for the problem ~ ~
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:2703
    • 提供者:llcdc141yiln
  1. fox

    0下载:
  2. 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式-This is a classic look for point to recent algorithm, using VC to write, adopt the way of class
  3. 所属分类:ComboBox

    • 发布日期:2017-12-14
    • 文件大小:9216
    • 提供者:jdle&390
  1. receln

    0下载:
  2. 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式-This is a classic look for point to recent algorithm, using VC to write, adopt the way of class
  3. 所属分类:Network Security

    • 发布日期:2017-12-16
    • 文件大小:8192
    • 提供者:Jefsrey
  1. wav_eigorithm

    0下载:
  2. 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式(This is a classic look for point to recent algorithm, using VC to write, adopt the way of class)
  3. 所属分类:界面编程

    • 发布日期:2017-12-13
    • 文件大小:8067
    • 提供者:Dorlene
  1. psfbf906

    0下载:
  2. 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式()
  3. 所属分类:网络编程

    • 发布日期:2018-01-08
    • 文件大小:7168
    • 提供者:invtpally
  1. 631872

    0下载:
  2. 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式()
  3. 所属分类:系统编程

    • 发布日期:2018-04-23
    • 文件大小:7168
    • 提供者:loopftr
  1. 迭代最近点算法综述

    0下载:
  2. 三维点集配准问题是计算机技术中的一个极其重要的问题,作为解决三维点集配准问题的一个应用较为广泛的算法,ICP算法得到了研究者的关注,本文以一种全新的思路从配准元素的选择、配准策略的确定和误差函数的求解等3个方面对三维点集配准的ICP算法的各种改进和优化进行了分类和总结。(The three-dimensional point set registration problem is an extremely important issue in computer technology. As an
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:171008
    • 提供者:东大大
  1. MinDistance

    0下载:
  2. 算法的步骤如下: 1.找出Sx的中位数:median_Sx;用median_Sx对点集S进行划分,左边的为S1,右边的为S2; 2.分别求出S1和S2中的最近点对,设S1和S2中最近点对的距离分别为:delta(S1), delta(S2); T(n)= 2*T(n/2)+O(n). 由主定理,可知T(n) = O(n*log(n));(The steps of the algorithm are as follows: 1., find out the median
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:小宇哈哈哈
  1. 0952179

    0下载:
  2. 这是一个经典的寻找最近点对的算法实现,运用VC编写,采用类的方式()
  3. 所属分类:界面编程

    • 发布日期:2018-05-06
    • 文件大小:7168
    • 提供者:CEH_5747
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com