中文说明:主要介绍了dvhop算法的源代码,先计算平均每跳的距离,再根据跳数求出锚节点与未知节点的距离,再用三边测量法求出未知节点坐标
English Description:
This paper mainly introduces the source code of dvhop algorithm, first calculates the average distance per hop, then calculates the distance between anchor node and unknown node according to the number of hops, and then calculates the coordinates of unknown node by trilateral measurement method