搜索资源列表
QQToolkit
- Windows应用程序,C#编写,实现了求最短路径的Dijkstra算法,方便操作
Dijkstra
- C语言编程实现D算法。本实验利用Matlab实现。实现以下功能: 1输入必要参数,包括:节点个数、节点间路径长度、给定节点; 2输出给定节点到其它各节点的最短路径、径长; 3节点间路径长度用矩阵形式表示: -D C language programming algorithm. In this study, by Matlab. Achieve the following functions: 1 Enter the required parameters, includ
dijkstra
- 用Dijkstra algorithm 算法实现的路由协议,适用链路状态矢量协议ospf等, (matlab 源码)-This program uses the Dijkstra algorithm to find the lowest cost paths from every node to every other node.
dsdv
- ns2下dsdv实现代码。DSDV(Destination-Sequenced Distance-Vector)协议是先应式路由协议,是由传统的Bellman-Ford 路由协议改进得到的,其特点是利用目的节点序列号解决了DBF算法的路由环路和无穷计数问题。-dsdv the realization of the code under ns2. DSDV (Destination-Sequenced Distance-Vector) protocol is proactive routing p
zuiduanlujing
- 最短路径, 迪杰斯特拉算法求最短路径,visual c++ -Dijkstra
1
- Dijkstra路由算法,简单明了-Dijkstra routing algorithm, simple
dijkstra-queue
- Dijkstra算法经典实现,计算节点最短路径 -Dijkstra implementation
culster-table
- 通过Dijkstra算法求出路由表中的最短路径和最小跳数。-Dijkstra' s algorithm to find the shortest path and the minimum number of hops in the routing table.
luceneDktj131_4_2
- 基于社团划分算法的网页聚类算法,参考Dijkstra算法进行实现。-Page Societies partitioning algorithm-based clustering algorithm, the reference Dijkstra algorithm implementation.
Dijkstra
- Dijkstra算法,有兴趣的朋友可以下下来-Dijkstra' s algorithm, friends who are interested can down under
cyg-dijkstra
- 对spf算法的一个简单实现,大家可以交流交流- This article puts forward the method of the application of SPF algorithm in IS-IS route after the introduction of the basic principle of SPF algorithm and the way of realizing the best calculation route with IS- IS SPF on Cisc
Dijkstra
- Dijkstra算法的MATLAB实现-Dijkstra algorithm in MATLAB
wdm
- WDM网络的模拟,包括dijkstra算法,波长变化和非变化下blocking的模拟等,给出了各个功能的API接口,可以在次基础上进行进一步的开发,-WDM network simulation, including dijkstra algorithm, wavelength blocking change and non-change under the simulation, given the various functions of the API interface, you can
dijkstra--Pdial
- 比较基于最短路径的dijstra算法和dial算法的性能,主要从运算速度方面上-Performance dijstra comparison algorithm and dial-based shortest path algorithm, mainly from the operation speed
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
olsrd-0.6.4.1.tar
- LSR是一种表驱动的路由协议,它在全网范围内周期性地交换网络拓扑更新和链路状态信息,努力使每个节点都掌握到最新的全网拓扑图,当有业务到来,需要寻找路由时,节点根据自己拥有的拓扑图,在内部运行基于图论的Dijkstra算法,获得去往目的节点的路由.-Multi-Smart-Gateway mode: a new feature which- together with BRDP (Border Router Discovery Protocol)- allows seamless connecti
Dijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。-Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm for calculating a node to all other nodes in the shortest path. The main characteristic
huawei_Compete
- 本例基于华为勇敢星挑战赛的测试用例,通过Dijkstra算法实现数据通信的优化工作。(This example is based on HUAWEI brave star challenge test case, through the Dijkstra algorithm to achieve data communication optimization work.)
ksp
- k最短路径实现 用K条最短路径来优化网络传输方式,提高网络的实时性,是在Dijkstra最短路径的基础上,优化备选路径的生成方式,提高信息传输速度。在中继节点故障的情况下,放弃最短路径,使用源节点的次最短路径进行信息传输,而不使用故障节点的前一节点的次最短路径。(K shortest path implementation The shortest path of K bar is used to optimize the network transmission mode and impr
Desktop
- 最短路径问题是图论中的一个经典问题,其中的Dijkstra算法一直被认为是图论中的好算法,但有的时候需要适当的调整Dijkstra 算法才能完成多种不同的优化路径的查询。 对于某城市的公交线路,乘坐公交的顾客希望在这样的线路上实现各种优化路径的查询。设该城市的公交线路的输入格式为: 线路编号:起始站名(该站坐标);经过的站点1 名(该站坐标);经过的站点2名(该站坐标);……;经过的站点n 名(该站坐标);终点站名(该站坐标)。该线路的乘坐价钱。该线路平均经过多少时间来一辆。车速。 例如: