搜索资源列表
距离矢量路由模拟
- 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
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
KSP dijkstra第k条最短路径算法
- dijkstra第k条最短路径算法 Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径。-dijkstra Kth shortest path algorithm
LEACH.rar
- 基于matlab的无线传感器网络的leach路由算法,Matlab-based wireless sensor network routing algorithm leach
leach
- 无线传感器网络LEACH路由算法源码,C++源码-Source code of LEACH routing algorithm in Wireless Sensor Network
IPforC
- 小的路由算法,很简单,这个网站还真麻烦-Small routing algorithm, it is easy, this site really trouble ...
router
- 计算机网络传输层路由算法 链路状态路由算法-Computer network transport layer routing algorithm, link state routing algorithm
HDWiki-v2.0GBK-20070620
- 该文献资料是介绍路由算法以及其相应的经典程序。-The literature is to introduce the routing algorithm, as well as the corresponding classical procedures.
The_CBR_algorithm_Code
- 此为CBR路由算法的C++原代码,可结合Omnet++进行模拟。-This routing algorithm for the CBR.C++ source code can be combined to simulate Omnet++.
Curriculum
- 基于vc++的路由算法课程设计的文件原代码-Vc++-based routing algorithm for the curriculum design of the original source document
83390096noc
- 片上网络 容错路由算法源代码-Noc
linkStateRouting
- 链路状态路由算法实现。链路状态算法又叫最短路径优先SPF(Short Path First)算法。按照SPF的要求,路由器中路由表依赖于一张能表示整个个网络拓扑结构的无向图G(V,E)。-Link state routing algorithm. Link State algorithm called the shortest path first SPF (Short Path First) algorithm. In accordance with the requirements of S
LEACH
- 关于无线传感器网络的路由算法研究,在能量均衡上的经典LEACH算法,用matlab进行的仿真,能够实现!-Abstract: The distributed wireless sensor net work and the technol ogy of wireless communicati on could realize the subsidence monit oring and measuring in coalmine goaf . One of the i mportant r
距离矢量路由算法SP2(完成)
- 距离矢量路算法:每个路由器维护一张路由表(即一个矢量),它以网络中的每个路由器为索引,表中列出了当前已知的路由器到每个目标路由器的最佳距离,以及所使用的线路。通过在邻居之间相互交换信息,路由器不断地更新他们的内部路由表。(Distance vector routing algorithm)
Floyd算法matlab实现
- 实现了Floyd的前向后向寻找路由的算法,同时也实现了最短路径的求法(The algorithm of searching the route from the forward to the backward of Floyd is implemented, and the shortest path is also realized)
基于簇头选举和多跳路由LEACH协议研究
- 基于簇头选举和多跳的LEACH路由协议,有算法步骤和主要程序代码(Based on cluster head election and multi hop LEACH routing protocol, there are algorithm steps and main program code)
Floyd算法
- Floyd算法的核心代码实现,以及路由函数的代码(Implementation of Floyd algorithm)
73462713Router
- 实现关于路由器的简单功能。 实现距离矢量路由算法。 所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组 实现功能简介 1) 编写一个称为“Router”的程序 2) 利用距离向量算法更新路由表 3) 该程序的多个实例(进程或线程)可以以运行在一台机器 4) 实例之间利用UDP交换路由表 5) 假设结点与其邻居结点的都为距离为1。 6) 为了指明实例及其邻居,程序
距离最短路由
- 用于多跳路由,寻找最小距离路径的一种算法。(An algorithm for multi-hop routing looking for the path with the smallest distance.)