搜索资源列表
aodv
- aodv路由算法c++实现 运行环境 ns2.31
julixiangliang
- 计算机网络路由算法中的距离向量算法方法,这是源程序,学计算机网络的应该都知道!
router
- 路由选择算法源程序(开源),简单明了。
myrip
- zip路由选择算法 相信对你有用 实现较好的路由选择
Distr_Nodes
- 路由选路算法距离向量算法的编程实现,c
ShortestPath
- 利用VC++求最短路径算法,适用于网络路由算法,是一种简介有效的算法
LC-trie
- lc-trie 路由查找算法, lc-trie 路由查找算法
IPv4分组的转发功能
- 在IPv4分组收发实验的基础上,增加了IPv4分组的转发功能,从而实现路由器中的IPv4协议,初步实现了路由查找算法。-IPv4 packet in the send and receive on the basis of experiments, an increase of IPv4 packet forwarding in order to achieve the IPv4 protocol router, the initial realization of the routing se
dijkstra
- 用Dijkstra algorithm 算法实现的路由协议,适用链路状态矢量协议ospf等, (matlab 源码)-This program uses the Dijkstra algorithm to find the lowest cost paths from every node to every other node.
D_VMethod
- 软件为网络中的距离矢量路由算法的VC++做的一个模拟程序-This software is a mode programe of D_V Method in Network.
BGP
- 用Bellman-Ford 算法实现的路由协议,适用距离矢量协议bgp 等, (matlab 源码)-This program uses the Bellman-Ford algorithm to find the set of routing tables which would be generated in the BGP protocol
Router
- 这是一个模仿路由算法的java程序。 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序启动时必须能
assignment2
- 这是利用UDP网络协议实现的DSDV路由查找算法-This is achieved using the UDP network protocol DSDV Routing Lookup Algorithm
route
- 路由算法,适合DTN网络,实现不同于地面互联网网络的即时通信。-The route algorithm,use to the DTN network.
rout-gui
- 能够存储和表示给定拓扑结构 2) 能够实现Dijkstra和Bellman-ford算法 3) 根据指定结点,生成路由表并演示算法每一步执行情况 4) 加分项目:GUI界面演示所有信息 -Ability to store and represent a given topology 2) to achieve Dijkstra algorithm and Bellman-ford 3) according to a specified node, the algorithm ge
routing-algorithm-sp2
- 距离矢量路由算法sp2的c语言实现,用VC++做的一个模拟程序,供学习交流。-Distance Vector routing algorithm sp2 c language, using VC++ to do a simulation program for learning exchanges.
dsr
- 一种经典的无线自组织网络路由算法,可以用来做学术研究的仿真 -a kind of classical ad hoc network routing algorithm, which could be used to complete the simulation of scientific research
rip
- RIP协议,是一种动态路由选择协议,采用距离向量算法。代码用C++实现RIP协议-RIP protocol is a dynamic routing protocol, using distance vector algorithm. Code with C++ achieve the RIP