搜索资源列表
spase
- 一个通过GPS坐标点计算地理距离的软件,只要知道两个GPS坐标点就可以计算出两点的实际距离。
geodistance
- 用来计算地球表面两点之间的距离,该程序通过输入两点的经纬度坐标确定两点的距离,可用于各种工程应用当中
20060417220252725
- 闭环数字控制方式,主要利用光电传感器检测法,结构图如图1所示。首先单片机根据输入的数据来计算物体要移动的距离并控制物体往坐标的大概方向运动,红外发射接收器来探测悬挂物体移动了多少个1*1cm的小方格,并经过A/D送给单片机,单片机通过特定的算法计算出物体的坐标,并控制电机的转动来控制物体往坐标进发,在此过程中单片机不断计算,不断调整电机的转速和方向使悬挂物体做一定路线的移动。但其缺点是,电路复杂,不但要求要有A/D电路,光电探测电路,还要其电路要做得十分精确。任何一个电路设计得不好,也会使物体运
一个非常好用的Autocad工具集
- ********************************************************* * AyungerStudio AutoCAD-Tools 更新日期: 2010.02.01 * ********************************************************* 这是本人近年来独自开发的一个AutoCAD修改工具集合,现与各位共享,主要包括: 1、 绘制类: 箭头、示坡线、锥坡线、剖断线、垂线、切线、等高线加
城市坐标(数据结构)
- 一个通过城市坐标计算城市距离的数据结构课程设计!
gaosi.经纬度与平面坐标高斯正反转换
- 经纬度与平面坐标高斯正反转换,通过经纬度坐标正变换到平面坐标,把平面坐标转换成经纬度坐标,还包含了通过经纬度坐标计算在球面上两点的距离,Latitude and longitude coordinates of the plane, positive and negative Gaussian transformation
cluster_by_distances
- 通过欧几里德距离对三维空间内的数据点进行聚类: 从文件读入三列表示坐标的数据进行聚类。按项目总数和组数平均划分。首先计算两两之间的距离,选出最近的两个点,再按距离由小到大排序,找出距这两个点最近的若干个点。 除去这些点后对其余的点重复进行上述操作。-By Euclidean distance on three-dimensional space, clustering of data points: from the file read into the three coordinate
Distance_Wcd
- 帮同学做的毕设,android GPS测距软件,程序界面比较简单,功能是通过手机GPS获取两点坐标计算距离-Help students to do the android GPS ranging software program interface is relatively simple, by phone GPS to obtain the two coordinates to calculate the distance
LMLE
- 绝对是好东西啊!基于极大似然估计的三维定位算法,输入参考点的坐标以及观察点的距离,通过极大似然估计算法计算出观察点的坐标,附送支持矩阵运算的C++类库!-Is definitely a good thing! Calculated by maximum likelihood estimation algorithm based on maximum likelihood estimation of three-dimensional positioning algorithm, enter th
SS
- 在已知相机距地面高度的前提下,通过水平拍摄照片,计算某一物体距离照相机的距离。 通过计算机编程实现点的选取、坐标确定以及距离精确计算。-In the known camera height the ground under the premise of taking pictures by level, to calculate the distance of an object the camera. Select achieve points through computer p
coordinate.tar
- 计算两点间的坐标距离,通过C++面向对象的方法实现-Calculates the coordinates of the distance between two points, through the C++ implementation
20090322
- 一、算法伪码: 1、初始化: 1.1每一个空间的点映射到二维窗格,每个空间的点分配唯一的二维窗格坐标。一个窗格只能有一个点。 1.2为每一只蚂蚁在二维窗格分配唯一的地址 (第一步需要注意的是:空间上点的位置和平面窗格上点的位置完全是两回事,空间上两个点的位置来计算两点之间的距离;而平面上点的位置,主要是用来确定半径为S的区域内的点,计算两个点的空间距离,进而计算群体相似度,最后通过群体相似度来计算拾起或者放下的概率) 2、迭代tmax次 3、所有的蚂蚁运动一次
bctwepndiptancecalculate
- 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标-This code implements: by two coordinates to calculate the distance between two points, azimuth
yyxhaty92
- 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标-This code implements: by two coordinates to calculate the distance between two points, azimuth
ymprements
- 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标(This code implements: by two coordinates to calculate the distance between two points, azimuth;)
PNBZ
- 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标(This code implements: by two coordinates to calculate the distance between two points, azimuth;)
5360162
- 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标()
头盔姿态
- 定位测距,通过激光测距传感器测量出目标点的距离,再有陀螺仪计算出目标点的方位,就可以计算出目标相对于传感器的坐标(Location and ranging)
zakdidate-cylinder
- 本代码实现:由两点的坐标计算两点间的距离,方位角;还可通过距离,方位角计算点的坐标()
ConsoleApplication12
- 基于深度摄像头的障碍物检测,代码的核心思路是首先通过二值化,将一米之外的安全距离置零不考虑,然后通过开运算去除掉一些噪点(这个后来发现不一定有必要),在求出所有障碍物的凸包,这个时候要计算面积,当面积小于一定的阈值的时候不予考虑,最终输出障碍物的凸包坐标(The core idea of the code is to first take the safe distance beyond one meter into account by binary, then remove some noi