CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 质心 算法

搜索资源列表

  1. pdoteaching.pdf

    0下载:
  2. 随机微粒群算法程序pdf 围绕粒子群的当前质心对粒子群重新初始化.这样,每个粒子在随后的迭代中将在新的位置带着粒子在上次搜索中获得的“运动惯性”从而可以在粒子群的运动过程中获得新的位置,增加求得更优解的机会.随着迭代的继续,经过变异的粒子群又将趋向于同一点,当粒子群收敛到一定程度时又进行下一次变异,如此反复,直到迭代结束
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:3421445
    • 提供者:宏成功
  1. ECZX

    0下载:
  2. 传感器网络质心定位算法扩展,减小了定位误差,C++实现-Sensor network expansion centroid location algorithm to reduce the location error, C++ to achieve
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:1639
    • 提供者:刘林峰
  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. zhixin

    0下载:
  2. 基于Matlab的RSSI质心定位算法源码-Centroid localization algorithm source code based on Matlab RSSI
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:797
    • 提供者:著名
  1. cv_project

    0下载:
  2. 基于计算机是视觉的二值图像算法,求周长,质心还有最小轴距-Computer-based visual binary image algorithm to find the circumference, the center of mass, there is a minimum wheelbase
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:112655
    • 提供者:曾海波
  1. HOP

    1下载:
  2. 一种无需测距的无线传感网络定位算法,结合了质心算法和HOP两种算法的优点-A no-ranging wireless sensor network localization algorithm that combines the centroid algorithm and the advantages of the two algorithms HOP
  3. 所属分类:Other systems

    • 发布日期:2014-08-27
    • 文件大小:7168
    • 提供者:萧秦首
  1. zhixin

    0下载:
  2. 之前上传一个利用轮廓扫描法获得目标,这个主要利用像素点识别目标,并通过质心算法求得物体质心-Before uploading the use of a contour scanning method to obtain the target, the main use of pixel identify the target, and the center of mass is obtained through the centroid algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-05-21
    • 文件大小:5952607
    • 提供者:张玉环
  1. DINGWEISUANFA

    0下载:
  2. 室内定位算法对比,三边定位,似然定为,质心定位,泰勒定位-Indoor localization algorithm contrast, trilateral positioning, likelihood as, centroid localization, Taylor
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6279
    • 提供者:
  1. clear

    0下载:
  2. 质心算法代码,想稍作修改,把原来计算的质心进行加权计算,权值是未知节点与各锚节点的距离的倒数和-Centroid algorithm code, to make some modifications to the original calculation of the centroid weighted with the weight of the reciprocal distance of unknown nodes and anchor nodes each
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:12163
    • 提供者:曾帅斌
  1. RSSIzhixin

    1下载:
  2. 无线传感网络中利用RSS测量定位目标位置,质心算法-Wireless sensor networks use RSS measurement target position, centroid algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:814
    • 提供者:www
  1. RSSI_Theory

    0下载:
  2. RSSI质心定位算法,在无线传感器网络中可以实现较好的定位效果-RSSI centroid localization algorithm, in the wireless sensor network can achieve better positioning effect
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1038
    • 提供者:baba
  1. Untitled

    0下载:
  2. 质心算法加权质心定位算法的比较与实现。质心算法-Comparing centroid algorithm implemented weighted centroid location algorithm. Centroid algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:676
    • 提供者:杨鹏远
  1. 1

    0下载:
  2. 质心算法, 质心算法,绝对可用,放心使用。- U8D28 u5FC3 u7B97 u6CD5
  3. 所属分类:CSharp

    • 发布日期:2017-12-15
    • 文件大小:666624
    • 提供者:尹泽然
  1. 目标定位跟踪算法及仿真程序(修改后)

    0下载:
  2. 目标定位跟踪算法及仿真程序 以质心算法为例,内含程序(Target location tracking algorithm and simulation program)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:330752
    • 提供者:石小笨
  1. SS

    5下载:
  2. 加权质心定位算法(zhixin.m)、最小均方误差的二维定位算法(LSM2.m)、最小均方误差的三维定位算法(LSM3.m)、最小二乘/极大似然用于目标跟踪(MLS1.m)、最小二乘/极大似然用于纯方位目标跟踪(MLS2.m)(Weighted centroid positioning algorithm)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:3072
    • 提供者:夏沐熙
  1. lqz_ga

    2下载:
  2. 上述两个文件分别是遗传算法和包括侧倾的三自由度车辆模型,遗传算法(GA)主要用于辨识三自由度车辆模型参数,主要辨识的参数有前后轴等效侧偏刚度、整车绕X轴和Z轴的转动惯量、质心位置、悬架侧倾刚度和阻尼等关系参数。(The above two files are respectively a genetic algorithm and a three-degree-of-freedom vehicle model including a roll. The genetic algorithm (GA
  3. 所属分类:Windows编程

    • 发布日期:2018-11-29
    • 文件大小:2048
    • 提供者:暗影牧沙
搜珍网 www.dssz.com