-
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
-
程序说明:
本程序可输入员工资料,并按姓名的升序存放到磁盘文件中,
可显示指定的工资表磁盘文件的所有内容,
可查找指定姓名的查找,
可根据姓名删...
程序说明:
本程序可输入员工资料,并按姓名的升序存放到磁盘文件中,
可显示指定的工资表磁盘文件的所有内容,
可查找指定姓名的查找,
可根据姓名删除记录,还可以一次性插入多个个记录。-procedures Note : This procedure may import information staff, together with the names of ascending documents stored to disk, can show that the wage specified in Table disk documents in all, you can find the names of designated, under the name deleted records, it also inserted a number of one-time record of 000.
- 2022-01-26 06:31:03下载
- 积分:1
-
你可以在你的GIS(地图信息系统)中使用这些源程序,因为它演示了在地图上的图钉效果,运行这个程序你可以在View中移动一些图标,很有意思!...
你可以在你的GIS(地图信息系统)中使用这些源程序,因为它演示了在地图上的图钉效果,运行这个程序你可以在View中移动一些图标,很有意思!-you can in your GIS (Map Information Systems), the use of these sources. because it demonstrated on the maps pushpin effects, the operating procedures you can View Mobile icons, very interesting!
- 2022-12-04 22:40:03下载
- 积分:1
-
from the window to get the file handle (6KB)
从窗口句柄中得到文件名(6KB)-from the window to get the file handle (6KB)
- 2022-05-08 09:55:58下载
- 积分:1
-
TAP1 3源代码,在VBScript中的HTML代码,它可以与你们…
TAPI3.0的程序,在HTML里面使用VBSCRIPT编写,可以直接打开网页就实现VOIP通话。-the source code of TAP1 3.0,code in VBSCRIPT in HTML,it can communicate with VOIP when you open the web page
- 2022-08-23 07:57:27下载
- 积分:1
-
简单的TCP聊天室,仅限于局域网聊天。MFC版本
简单的TCP聊天室,仅限于局域网聊天。MFC版本-TCPChatRoom
- 2023-03-17 18:05:04下载
- 积分:1
-
Standard and Application for Netwroking development.
网络开发标准及应用。
- 2023-03-07 13:25:04下载
- 积分:1
-
将火星MOLA数据按照文件夹进行处理,可以一次处理多个轨道,甚至所有轨道的数据。...
将火星MOLA数据按照文件夹进行处理,可以一次处理多个轨道,甚至所有轨道的数据。-Mars MoLa data will be in accordance with the folder for processing, you can handle more than one track, if not all, the track data.
- 2022-02-03 04:13:28下载
- 积分:1
-
vc++文件教程中的例子 mfc中网络方面的的 下去看吧 挺有意思的...
vc++文件教程中的例子 mfc中网络方面的的 下去看吧 挺有意思的-vc++ example file tutorial mfc go on the network aspects of the Kanba quite interesting
- 2022-03-30 01:20:03下载
- 积分:1
-
获取局域网内计算机的列表
Visual C#得到局域网计算机列表,也就是获取局域网内的所有在线的主机名称列表,请确保您的电脑在网络中,要不然程序获取时候可能要假死,需要强制结束任务。-Visual C# to get a list of local area network computer, which is to get a list of all the online host names within the LAN, make sure your computer is on the network, or else the program may have to feign death to get it, you need to force the end of the task.
- 2022-04-13 08:07:56下载
- 积分:1