搜索资源列表
DV-HOP.rar
- 对无线传感器网络定位技术经典算法在OMNET++仿真软件中用C++编程的源代码,Of wireless sensor network algorithm in the classic positioning technology OMNET simulation software using C programming source code
DV_HOP
- 基于MATLAB的dv-hop(distance vector routing)算法的实现-Based on MATLAB-dv-hop (distance vector routing) Algorithm
Untitled
- 基于非测距无线传感器网络节点定位的dv-hop算法matalab仿真-Wireless sensor networks based on non-node distance dv-hop positioning algorithm matalab Simulation
DVRouterSampleCode
- 使用C语言实现了Distance-Vector 算法的路由功能模拟器,能模拟路由器之间交换DV的情况-Using the C language implementation of the Distance-Vector routing algorithm simulator can simulate the case of DV exchanged between routers
dv
- distance-vector C/C++实现最短路径判断-distance-vector C/C++ implementation to determine the shortest path
DV-hop
- 在无线传感器网络中 DV HOP定位算法 DV-distance 算法代码正在编写中- DV-HOP
manolin-DV(New)
- 模拟路由器,距离向量算法实现路由更新。能向邻居节点发送路由信息,能够发送数据。-Analog router, distance vector routing algorithm updates. Can send routing information to neighbor nodes to send data.
dv
- java source code for distance vector
Localization-based-on-LS-SVR-in-WSN
- 文章针对无线传感器网络(WSN)节点定位算法DV-Hop的节点间距离沽计误差对定位准确度影响较大的问题,提出一种基于LS-SVR(最小二乘支持向量回归机)的定位算法L-LSSVR. -Aiming at solving the problem of the significant influence of distance estimation error onlocation accuracy of DV-Hop in Wireless Sensor Networks (WSN), a n
dv_routing.java
- 深入理解分布式路由选择算法,基于DV算法,实现最短路径查找路由器模拟-implement the distance vector routing protocol by Distance vector algorithm
DV_Hop_modify
- 针对基本无线传感器网络DV-Hop定位算法中,计算平均跳距时产生偏小误差的原因,提出了基于平均跳距修正的DV-Hop算法。改进算法中,引入信标节点个数比例、所有信标节点平均跳距的最大值以及所有信标节点平均跳距的平均值三个因子,并采用它们对平均跳距进行修正。通过Matlab软件对算法进行仿真验证,结果表明,改进后的 DV-Hop 算法有效降低了未知节点的定位误差,是一种可行的无线传感器网络节点定位解决方案。-DV-Hop localization algorithm for wireless se
dv
- 迪杰斯特拉算法,求多个路由器之间最短距离-Dijkstra algorithm, find the shortest distance between multiple routers
SDV
- S-DV Secure Distance Vector Routing Protocols
localization-hopsize
- 根据硕士论文编写,在DV-hop基础上对平均每跳距离做了修正,效果比原始算法好的多。-According to the master s thesis writing, on the basis of DV- hop made a correction, the average jump distance effect is much better than the original algorithm.
DV-HOP
- 几篇关于dv-hop定位算法改进的比较新的文章,重点在平均每跳距离上改进-Several dv-hop localization algorithm improved relatively new articles about the focus on the improvement of the average distance per hop
wsn
- 基于非测距的无线传感器定位算法研究 Dv hop-Based on the non-distance wireless sensor algorithm
dv.tcl.tar
- distance vector protocol implementation with xgrapgh
DVsim
- 计算机网络,模拟路由器间路由选择的距离向量算法(DV)的程序,纯JAVA实现。-Computer networks, mock router routing algorithm distance vector (DV) program, pure JAVA implementation.
ShuameSetup_4.2.5.225
- tgrth rdfbvdbdvdfv dbfd(rge ge cdvdbdv s geth dv)
new-DV-Hop-code
- 改进DV-Hop定位算法 首先设置初始量,布置了一个范围为100×100m2的区域,其上随机分布100个传感器节点,其中有10个信标节点,节点的通信半径为30m。 第二步在正方形区域内产生均匀分布的随机拓扑,随机产生节点坐标并将其中十个选定为信标节点,其余九十个设为未知节点,然后画出节点分布图。 第三步通过最短路径法计算未知节点与每个信标节点的最小跳数。 第四步根据前面记录的其他信标节点的位置信息和相距跳数估算平均每跳的实际距离,用跳数估计距离的方法得出未知节点到信标节点的距离。 第五