-
AODV 工作源代码
AODV 是一种按需路由协议。它从数目的路径选择最短路径。它包括三个阶段: RREQ 路由请求、 RREP 路由答复和 RRER 错误消息路由。存储节点将播出自己的 id 给邻居使用你好消息。您可以检查源代码在 ns2 文件夹 aodv.cc 和 aodv.h 来获取关于这个专题的详细信息。AODV 包含四个表,即,AODV 的邻居表、 AODV 前体列表、 AODV 广播的 ID 表和 AODV 路由表。Neighbortable 用来存储任何节点的邻居的 ID。以上就是描绘了相邻表的类,它具有公共的 andprotected 成员。在公共成员就只有一个成员函数 "AODV_Neighbour" 是实际上是一个构造函数,它 initializethe 变量 "nb_addr" 创建类实例时。它是由两个组成的 inprotected 的成员变量 1) nb_addr 和 2) nb_expire。这两个变量是商店的邻居表中。第是邻居地址,第二个是到期时间为基于。这些表或类是保持运行 AODV 协议的 thetopology 中的所有节点。Precursorlist 维护 RREQ 源和 RREQ 目的地 whilegiving 答复到源的 id。它定期删除该条目。BroadcastIdclass 是 SourceAdress(nsaddr_t src),Currentnode"Id (u_int32_t id) 的存储并使其过期时间,播出的 idrecord。在 AODV 协议源启动 RREQ 数据包时它 willbroacast 在自然和 RREQ 数据包还有一个 rq-> rq_bcast_id 的字段代表当前 RREQ 广播 id 值。所以 whileforwarding RREQ 数据包的每个节点维护此表,因此 calledBroadcastID 表的处理广播请求数据包。像所有无功的协议,在 AODV,哲学是由节点点播只传播拓扑信息。当一个节点要传输到对没有路由的主机通信时,它将生成将会被淹没一个有限的方式到其他节点的 re
- 2022-05-05 17:04:43下载
- 积分:1
-
初学编程写的一个简易整数计算器,希望大家喜欢
初学编程写的一个简易整数计算器,希望大家喜欢-Novice programmer wrote a simple integer calculator, I hope everyone likes
- 2022-04-09 09:43:03下载
- 积分:1
-
Sierpinski垫片的分形图形,由分形的递归算法生成的C++源代码
Sierpinski垫片的分形图形,由分形的递归算法生成的C++源代码-Fractal graphic of Sierpinski.
- 2022-01-27 18:56:36下载
- 积分:1
-
ini文件读写代码
ini文件读写代码-ini file read and write code
- 2023-05-06 22:20:02下载
- 积分:1
-
VB to read and write registry download !!!!! we try,
VB读写注册表!!!!!大家下载试试,-VB to read and write registry download !!!!! we try,
- 2023-07-22 23:15:02下载
- 积分:1
-
1. Parents : landing check their children's achievements, and teacher review...
1.家长:登陆查看自己孩子的成绩,及老师的评语. 也可以看所有其他学生的成绩(但是学生姓名不显示),家长给老师留言.
2.学生:登陆查看自己的成绩。查看所有班级学生成绩.
3.老师:登陆输入学生的成绩,评语,给家长回复及留言。 (只能输入自己所教课的学生成绩)。可以看所有其他学生的成绩,查看所有学生的全年级排名-1. Parents : landing check their children"s achievements, and teacher reviews. we can see all the results of the students (but not the names of students displayed), parents message to the teachers. 2. students : View landing their achievements. View all classes student achievement. 3. Teacher : landing the importation of the academic performance of students, reviews, back to the parents, and messages. (Import only teach their students results). All others can see the results of the students to see all the students of the whole school year rankings
- 2022-12-11 19:45:03下载
- 积分:1
-
how network programming a small example
如何采用网络编程的一个小例子-how network programming a small example
- 2022-07-19 12:23:15下载
- 积分:1
-
基于CMD的开机计划提醒
资源描述基于CMD的开机计划提醒,占用极少的资源,每天提示你今天要做的事情
- 2023-07-23 11:05:03下载
- 积分:1
-
炫客无刷新聊天室
应用背景炫客无刷新聊天室,使用ASP + JS(阿贾克斯辅助)实现动态无刷新聊天室,个人版和站长版终身免费本程序完全免费,开源关键技术
- 2022-03-09 17:32:51下载
- 积分:1
-
trueCrypt实现,微软源码
trueCrypt实现,微软源码-TrueCrypt achieve, Microsoft source code
- 2022-03-04 05:53:19下载
- 积分:1