Description: sep路由协议是无线传感器网络中一种典型的改进分簇路由协议,本仿真源码对于设计wsn路由设计和仿真有很好的借鉴作用-sep routing protocols in wireless sensor networks is a typical routing protocol to improve the sub-cluster, the simulation source code for the design of WSN routing design and simulation have a very good reference Platform: |
Size: 2048 |
Author:laren |
Hits:
Description: This the Low Energy Adaptive Clustering Hierarchy routing protocol [LEACH] source code for wireless sensor network we have used.It is developed with MatLab7-This is the Low Energy Adaptive Clustering Hierarchy routing protocol [LEACH] source code for wireless sensor network we have used.It is developed with MatLab7 Platform: |
Size: 2048 |
Author:zamree |
Hits:
Description: This is LEACH routing protocol simulation code using Matlab, taken from the author of SEP routing protocol. Platform: |
Size: 3072 |
Author:djvu83 |
Hits:
Description: this use the matlab...routing protocol
shortest path algorithm-this is use the matlab...routing protocol
shortest path algorithm Platform: |
Size: 1024 |
Author:lim kang il |
Hits:
Description: Code : AODV Routing.
x=1:20
s1=x(1)
d1=x(20)
clc
A=randint(20)
Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1),
A(6,7)=A(7,6)
for i=1:20
for j=1:20
if i==j
A(i,j)=0
else
A(j,i)=A(i,j)
end
end
end- Code : AODV Routing.
x=1:20
s1=x(1)
d1=x(20)
clc
A=randint(20)
Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1),
A(6,7)=A(7,6)
for i=1:20
for j=1:20
if i==j
A(i,j)=0
else
A(j,i)=A(i,j)
end
end
end Platform: |
Size: 1024 |
Author:Hemanth |
Hits:
Description: 设计无线传感器网络的路由协议,LEACH是第一个基于多簇结构的集群路由协议,是一种分布式的协议,每一个节点通过一个概率来决定自己是否成为簇头节点,并保证每轮有相当数量的簇头节点.
-Design of wireless sensor network routing protocol, LEACH is the first structure of a cluster based on multi-cluster routing protocol, the protocol is a distributed, each node to determine their own through a probability whether a cluster head node, and to ensure that each round there is considerable number of cluster head node. Platform: |
Size: 51200 |
Author:杨扬 |
Hits:
Description: This code simulates Distance Vector Routing protocol used for routing in communication networks Platform: |
Size: 1024 |
Author:Padmaraj |
Hits:
Description: 一篇关于能量有效和QoS的无线传感器网络协议论文Energy efficient and QoS based routing protocol for wireless sensor networks-Energy efficient and QoS based routing protocol for wireless sensor networks Platform: |
Size: 568320 |
Author:lizhi |
Hits: