搜索资源列表
DistanceVectorjava
- 实现简单的模拟路由算法,使学习者通过程序,对该算法有更深更新的了解-achieve a simple routing algorithm simulation, learners through the process, this algorithm has a deeper understanding Update
SimpleRouter.rar
- 使用Java语言编写模拟路由器程序,通过不同的IP端口(port),使用多线程模拟不同的路由器,路由器之间通过UDP协议交换路由信息,根据Bellman-ford算法确定下一条的路由节点。,The use of Java language router simulation procedures, through different IP port (port), the use of multi-threaded simulation of different routers, through
Dijkstra
- 一个基于JAVA的Dijkstra算法程序,可用于仿真中作为路由算法的一个组件.包含网络拓扑及使用方法的代码.-JAVA based on the Dijkstra algorithm procedure can be used for simulation as a component of routing algorithm. Contains network topology and how to use the code.
Dijkstra
- Dijkstra java实现的最短路由算法,内含java源代码-Dijkstra java routing algorithm to achieve the shortest, containing java source code
luyou
- 距离矢量路由和链路状态路由算法的模拟,用java实现-Distance vector routing and link state routing algorithm simulation, with the java implementation
myRouteralm
- java语言模拟的路由选择算法,链路状态和距离矢量-java language simulation of routing algorithm, link state and distance vector
router
- 这个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm, the use of java programming.
p5p6
- 个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm
105230321aodv
- 个程序实现了距离矢量路由算法,又称Bellman-Ford算法,使用java编程实现.-This process achieved a distance vector routing algorithm, also known as Bellman-Ford algorithm
DAlgorithm
- D算法程序,java编写,适用于路由算路等方面-D algorithm program, java prepare for routing algorithm Road etc.
BSPAlgorithm
- BSPAlgorithm 也是一个路由算法,核心算法保证正确,因为是其他模块的一部分,个人需要整理一下-BSPAlgorithm is a routing algorithm, the core algorithm to ensure correct, because it is part of other modules, individuals need to put
bellman-ford
- 用Java语言写的移动通信网络(ad hoc)中很多经典的路由协议所用到的Bellman-Ford算法,使用到多线程和UDP协议来进行数据传输-Written using Java language for mobile communications network (ad hoc), many of the classical routing protocols used by the Bellman-Ford algorithm, using the multi-threaded and U
sim
- 实现了一个简单的发布订阅系统,采用了载入文件初始化的方式,自动生成路由节点。同时可以发布订阅条件,事件消息和广告信息。同时,内置了基于覆盖的路由算法。-Implements a simple publish subscribe system initialization file loaded by the way, automatically routing node. Conditions also can publish subscribe, event news and advertis
Dijk
- 经典Dijkstra,java最短路由算法-Classic Dijkstra, java shortest routing algorithm
DVRouterSample
- 实现了Distance-Vector 算法了源码,能够模拟路由器之间交换路由的情况-Distance-Vector algorithm implements the source code, to simulate the situation between routers to exchange routing
RoutingVector
- 距离矢量路由算法的实现 一个课堂作业 发出来交流-Distance vector routing algorithm to achieve a class assignment given to the exchange
new-think
- 基于蚁群算法的路由新算法。非常好的一篇论文。-New routing based on ant colony algorithm. Very good paper.
dynamic-routing-algorithm
- java图形界面的动态路由算法,比VC更生动形象,更易于理解。让人清楚理解路由器之间的选路原则,绝对原创。-java graphical interface of the dynamic routing algorithm is more vivid than the VC image, easier to understand. Gave a clear understanding between routers routing principles, is absolutely origin
Routing-algorithm-simulation
- 利用路由选择算法模拟软件提供的通信功能,模拟距离矢量路由选择算法的初始化、路由信息扩散过程和路由计算方法-Routing algorithm simulation software provides the communication function, analog distance vector routing algorithm initialization, routing information diffusion process and route calculation metho
Routing-Algorithm
- 多线程实现路由算法。算法核心是Dijstra,通过UDP传输数据。-Multiple Threads achieve Routing Algorithm.