搜索资源列表
距离矢量路由模拟
- 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
shortestPathAlgorithmRouter
- 所实现的路由器采用距离矢量算法,模拟Internet上的IP路由器,它能确定网络的最短路由,并在其上传输分组-router achieved by the application of the distance vector algorithm simulation on the Internet IP routers, it can determine the shortest route network, and in its previous packet transmission
wangluoluyou2
- 这是一个有关路由和停止等待协议的模拟软件,它能模拟其工作的过程。-This is one of the routing and wait for the agreement to stop the simulation software, which can simulate the process.
2.tcl
- 在NS2平台上实现对AODV协议的模拟,需安装cygwin,架构了NS2的运行环境,对无线ad hoc网络路由协议AODV(Ad hoc按需距离矢量路由协议)有了全面了解,学习NS2的语法结构及TCL脚本的编写,并在NS2仿真器上实现对其的简单模拟。-in NS2 platform to achieve AODV simulation, the need to install cygwin, NS2 framework of the operating environment for wirel
Dijkstra1
- 利用MATLAB来实现Dijkstra算法模拟了路由选择协议-using MATLAB to achieve the Dijkstra algorithm to simulate the Routing Protocol
Dijkstra_simulate
- Dijkstra算法可视化模拟,可输入节点!可仿真路由表产生过程
FloodingRouting
- 在离散仿真工具OMNeT++上对洪范路由进行模拟。
212
- 本文对于P2P路由模型NetShot的性能进行分析和测定。在基于对等网络(P2P)方式的Netshot路由模型的基本构架下,选用不同的方式来组织网络中结点,形成不同的具体形态,然后对这些网络结构中节点的加入、删除、消息通讯等一系列基本操作的开销进行推导并进行模拟验证
TraceRoute
- 模拟网络路由跟踪,有图形界面,TRACE的编程实现。
flooRoute
- 模拟网络协议的扩散路由算法。具体的演示了网络协议中的扩散路由。
线程模拟路由器
- 利用线程模拟路由器,实现路由器DV和LS算法,路由器之间的通信利用socket完成。界面上显示路由表。
noah
- NS编程与调试 - NOAH 模块 noah是一个无线路由代理(相对于DSDV ,路由, ... )只支持直接沟通的无线节点之间或基站和移动节点的情况下移动IP的使用。这使得模拟的情况下多跳无线路由是不受欢迎的。noah不会发送任何路由相关的数据包。-NS programming and debugging- NOAH Module NOAH is a wireless routing agent that (in contrast to DSDV, DSR, ...) only sup
router
- 实验四 路由跟踪:采用C++,模拟分布式路由,对路由信息进行跟踪。-Experimental four track routing: The C++, Simulation distributed routing, the routing information is being tracked.
BosonNetSim
- BOSON NETSIM是目前最好的路由器模拟软件,说是路由模拟有些片面,因为它不仅可以模拟路由器,同时可以模拟交换机,当然像3550这样的它是不可能模拟出来的,但用它来准备NA及NP的考试,是再合适不过的了,甚至有些IE的实验,通过它的自定义网络拓扑功能都可以实现,可以说功能强大之极,其他的模拟器无可与之相匹,当然了,除了CISCO专门为IE准备的CIM,那个就不是我们要讨论的范围了。 由于BOSON的加密技术比较厉害,想要破解它非常不易,所以,要找它的破解过的最新版十分困难 。这里
rip
- 路由选择协议的模拟实现,用C++实现,这是自己写的,感觉写的还可以,希望得到大家的认可,不足之处请多多包含-Routing protocol implementation of the simulation using C++ implementation, which is written in their own feeling, they can still write and hope that the U.S. recognized the inadequacies please in
examples
- 几个无线网络模拟源文件。里面简单实现了无线节点的路由选择过程。-A number of wireless network simulation source file. Inside a simple realization of the wireless routing node selection process.
The_CBR_algorithm_Code
- 此为CBR路由算法的C++原代码,可结合Omnet++进行模拟。-This routing algorithm for the CBR.C++ source code can be combined to simulate Omnet++.
kcy
- 模拟一台路由器使用距离向量算法更新路由表功能-Simulate a router using distance-vector algorithms update the routing table function
flit
- 简单的众核计算模拟,针对自适应路由算法,也支持XY路由模拟- U7B80 u5355 u7684 u4F17 u6838 u8BA1 u7B97 u6A1 u62DF uFF0C u9488 u5BF9 u81EA u9002 u5E94 u8DEF u7531 u7B97 u6CD5 uFF0C u4E5F u652F u6301XY u8DEF u7531 U6A21 u62DF
73462713Router
- 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序