-
-
-
-
-
-
[
Matlab]
predicted.rar
In the Matlab neural network prediction model by adding to realize AODV for Ad Hoc networks prediction capabilities.
Category:
matlab Upload User:
hmygyp Size:
6K
-
-
-
-
[
PDF]
simulatorEuro.rar
Simulation of AODV in ns2 simulatoe siscribing with the help pf TCL file
Category:
E-Books Upload User:
michael Size:
108K
-
[
Matlab]
sureshaodv.zip
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 ...