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

搜索资源列表

  1. nearest

    0下载:
  2. 给定n个点,其坐标为(xi,yi)(0<=i<<=n-1),要求使用分治法策略求解设计算法,找出其中距离最近的两个点。两个点间距离公式为: -nearest two point
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:1460
    • 提供者:小虫
  1. K-means

    1下载:
  2. k-means 算法 step1 初始化K个质心 step2 将所有的点分配给最近的质心 step3 更新质心 step4 若质心都没用变化,则停止,否则返回step2 -k-means algorithm is initialized step1 step2 K a center of mass of all the points assigned to the nearest centroid centroid step3 step4 update no us
  3. 所属分类:C#编程

    • 发布日期:2013-04-10
    • 文件大小:44372
    • 提供者:vince
  1. newsina

    0下载:
  2. 新浪网 用户注册页面改版 新浪网最近希望进行用户注册页面的改版。主要要求如下:在用户注册表单中添加用户头像上传的文件域。在用户点击提交按钮之后在新的页面显示用户输入的数据及用户上传的头像,以便用户确认信息。 -Sina Sina revision of the user registration page for user registration page last hope of the revision. Main requirements are as foll
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-04
    • 文件大小:324960
    • 提供者:bill
  1. ukf

    1下载:
  2. EKF仅仅利用了非线性函数Taylor展开式的一阶偏导部分(忽略高阶项),常常导致在状态的后验分布的估计上产生较大的误差,影响滤波算法的性能,从而影响整个跟踪系统的性能。最近,在自适应滤波领域又出现了新的算法——无味变换Kalman滤波器(Unscented Kalman Filter-UKF)。UKF的思想不同于EKF滤波,它通过设计少量的σ点,由σ点经由非线性函数的传播,计算出随机向量一、二阶统计特性的传播。因此它比EKF滤波能更好地迫近状态方程的非线性特性,从而比EKF滤波具有更高的估计精
  3. 所属分类:matlab

    • 发布日期:2015-04-09
    • 文件大小:130048
    • 提供者:zyz
  1. shiyan3

    0下载:
  2. 设p1=(x1, y1), p2=(x2, y2), …, pn=(xn, yn)是平面上n个点构成的集合S,设计算法找出集合S中距离最近的点对。-Let p1 = (x1, y1), p2 = (x2, y2), ..., pn = (xn, yn) is the plane the set of n points S, S in the design algorithm to find the nearest collection point right.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:912306
    • 提供者:zhong
  1. LKCoreAlg

    0下载:
  2. 最近做了个连连看游戏,综合网上各种不同的思路,整理出了个人认为大家都比较好理解的一套思路。 游戏规则:很简单,就是点中两个互相匹配并且可以通过不多于两个折点的折线连在一起的方块后,这两个方块就可以消掉。 (说明:下面的行和列按照现实的行和列,并不是按照flash坐标系的坐标,请大家按需转换) 连通算法: 1.直连型 2.一折型 3.两折型 -Lianliankan game recently made a comprehensive line of
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-02
    • 文件大小:3371
    • 提供者:ghgh
  1. 2009010870_Homework_8

    0下载:
  2. 求一个平面点集最近的两点间距离的算法实现,VS2010编译通过。-Find a planar point set the distance between two points of a recent algorithm, VS2010 compile.
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:418128
    • 提供者:Kevin
  1. findTheClosestPoints

    0下载:
  2. 寻找最近对问题(距离最近的两个点)find the closest points-find the closest points
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1348
    • 提供者:tatantino
  1. distance-between-point-and-line

    0下载:
  2. 计算系列点到系列直线中最近的直线的距离。-Series of points to calculate the most recent series of straight line distance.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:91795
    • 提供者:胡伟
  1. CSharp_TCP

    0下载:
  2. 最近做了一个双机备份,就是服务器上有个文件夹,会接收客户端传来的文件,而我们要做的就是同步这台服务器和另一台备用服务器上的文件. 为了实现这个功能我们使用的tcp点对点传输. -Recently made a double backup, is there a folder on the server, the client will receive the documents came, and we have to do is sync it to another server a
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-31
    • 文件大小:28570
    • 提供者:lltz
  1. Automatically-find-its-way-demo

    0下载:
  2. 首先生成8个方向的节点,tmp(tmpe)用于记录生成的节点对应的节点号 ** ** 新生成的节点的指针(d1 -表示离开起始点的 距离)指向生成他的父节点 ** **, 按该点到目的地的大小nude(i).d2 排序后加入opened列表, ** ** (opened 总是指向离 目的地最近的点)然后再从opened表中取出一个节点,生成新的节点** ** ** 按8个方向生成新的节点,如果要生成的节点 已经存在(在tmp(tmpe) 中)就比较以下 ** **
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:34533
    • 提供者:赵金柯
  1. CSharp

    0下载:
  2. 最近服务设施查找,点击地图中的店,计算最近服务设施-Find recent service facilities
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:82436
    • 提供者:刘建
  1. minimize

    0下载:
  2. 根据原子坐标,得到距离圆心最近的一些点,具体距离多少可以自己确定-According to atomic coordinates, to get some points from the center recently, many of them can themselves determine the specific distance
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:598
    • 提供者:
  1. PAM

    0下载:
  2. PAM(Partitioning Around Medoid,围绕中心点的划分)算法是是划分算法中一种很重要的算法,有时也称为k-中心点算法,是指用中心点来代表一个簇。PAM算法最早由Kaufman和Rousseevw提出,Medoid的意思就是位于中心位置的对象。PAM算法的目的是对n个数据对象给出k个划分。PAM算法的基本思想:PAM算法的目的是对成员集合D中的N个数据对象给出k个划分,形成k个簇,在每个簇中随机选取1个成员设置为中心点,然后在每一步中,对输入数据集中目前还不是中心点的成员根
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1592
    • 提供者:赵元
  1. knn-code

    0下载:
  2. 给定一个样本集exset,样本数为M,每个样本点是N维向量,对于给定目标点d,d也为N维向量,要从exset中找出与d距离最近的k个点(k<=N)-knn code c++
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:4062
    • 提供者:吉祥如意
  1. closest1

    1下载:
  2. 基于arcengine的最近设施查询,选定一点查询离改点最近的目标点。-Based on ArcEngine nearest facilities query, specifying a point query from the point of closest point.
  3. 所属分类:GIS program

    • 发布日期:2017-04-15
    • 文件大小:6258
    • 提供者:张功
  1. KDTreeTest

    0下载:
  2. 这是一个名为kdtree的数据结构源码,用来划分高维空间,并且查找最近的点-this source code is a kind of structure to split the space of multi-dimension, which is named kdtree. And you can use it to compute the nearest point in the database.
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1779242
    • 提供者:王海
  1. LineDemo

    0下载:
  2. 最近在研究GIS,在地图上绘制东西,flex 绘制出来的直线,定点,自己改造为动态获取起始点。-Recent research in GIS, on the map rendering things, flex draw out straight line, fixed point, oneself transform for dynamic acquisition starting point.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-05-10
    • 文件大小:2382200
    • 提供者:紫枫
  1. 21Point

    0下载:
  2. 是一个21点游戏,不断发牌,看谁的牌先到21点最近进21点就赢了-it s a game about 21 points
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-17
    • 文件大小:31327
    • 提供者:李瑞
  1. nrf24l01_C-program

    0下载:
  2. 基于c8051f330 单片机。NRF24L01 是NORDIC 公司最近生产的一款无线通信通信芯片,采用FSK 调制,内部 集成NORDIC 自己的Enhanced Short Burst 协议。可以实现点对点或是 1 对6 的无线通信。-Based on c8051f330 microcontroller. NRF24L01 the NORDIC recently produced a wireless communication communications chips, using
  3. 所属分类:SCM

    • 发布日期:2017-11-10
    • 文件大小:455717
    • 提供者:石先生
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 »
搜珍网 www.dssz.com