搜索资源列表
实现路由算法
- 实现路由算法,利用Dijkstra算法实现两台PC机之间的路由行走路径。-achieve routing algorithm, using Dijkstra algorithm between two PCs running the routing path.
距离向量路由算法C实现
距离向量算法的C实现,没有用多进程
树状路由算法
- 介绍一种比较经典的路由算法
rip
- 实现网络层rip协议(距离矢量路由算法)-rip network layer protocol (distance vector routing algorithm)
report-aodv-word2000
- 在linux,unix下实现aodv路由算法-in linux, under unix aodv routing algorithm
基于IP网络的QoS路由算法研究
- 太原理工大学硕 士 学 位 论 文 摘 要 随着网络和多媒体技术的不断发展,当前可以提供实时数 据特别是多媒体数据传输服务的分布式多媒体网络已经成为网 络发展的一个重要方向。为了实现这一目标,如何在现有的 Internet 中引入服务质量(QoS)就成为网络服务中的一个重要 课题。-Taiyuan University of Technology with a master's degree thesis Abstract ne
routealgo
- 本程序是一些路由算法的源代码,主要是用c++与tcl编写 ns2作为工具-this procedure is the routing algorithm source code, it is mainly used C++ and peers as a tool to prepare NS2
距离矢量路由模拟
- 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
实现路由算法
- 实现路由算法,利用Dijkstra算法实现两台PC机之间的路由行走路径。-achieve routing algorithm, using Dijkstra algorithm between two PCs running the routing path.
mrsim-win
- winwods下的组播路由算法仿真程序, vc6开发,是根据上次传的linux版本 改编而成。-winwods the multicast routing algorithm simulation program, vc6 development, is based on the previous version of Linux-wing.
pointtopointDijkstraAlgrithms
- 具有图形化界面的一个路由模拟程序。路由算法为Dijkstra算法。具有求出图中任意节点间所有最短路径以及最短路径子图的功能。这是一个点对点(S-T)Dijkstra算法的改进。用于求两点间的所有最短路径。-graphical interface with the simulation of a routing procedures. Routing algorithm Dijkstra algorithm. With map obtai
testKrouteDll2
- 一个使用k路由算法的例子,给你的是k路由的DLL,尽管用就是了。-a routing algorithm used the example to you is the DLL k routing, despite using the grindstone.
1Router
- 计算机网络编程-距离矢量路由算法演示程序。-computer network programming-distance vector routing algorithm demonstration program.
luyousuanfa
- 本程序是用c语言编写的路由算法的程序,欢迎下载哈-this procedure is used to prepare the language c routing algorithm procedures, Kazakhstan welcomes Download
rout_agrithn
- 从网上下载的路由算法C语言板,对初学者特别有用,清下载试用。-downloaded from the Internet routing algorithm C language board, especially useful for beginners, money download the trial.
DRAc
- 距离向量路由算法的c源代码,希望给有兴趣的人有用-distance vector routing algorithm c source code, and hopes to give those who are interested in useful
dynamic_routing
- 动态路由算法的VC实现,多用于网络负荷设计-dynamic routing algorithm VC, more designed for network load
DistanceVectorjava
- 实现简单的模拟路由算法,使学习者通过程序,对该算法有更深更新的了解-achieve a simple routing algorithm simulation, learners through the process, this algorithm has a deeper understanding Update
routing_R
- 复杂网络中,在BA网络中最经典的路由算法matlab源程序并,是学习复杂网络最基本的路由算法。-Complex network, in the BA network, the most classical routing algorithm matlab source code and is the most basic learning complex network routing algorithm.
距离矢量路由算法SP2(完成)
- 距离矢量路算法:每个路由器维护一张路由表(即一个矢量),它以网络中的每个路由器为索引,表中列出了当前已知的路由器到每个目标路由器的最佳距离,以及所使用的线路。通过在邻居之间相互交换信息,路由器不断地更新他们的内部路由表。(Distance vector routing algorithm)