搜索资源列表
距离矢量路由模拟
- 这是一个模拟路由器的距离矢量路由算法,核心是dijkstra算法。-This is a simulated router distance vector routing algorithm is the core-algorithm.
Dijkstra_router
- Dijkstra最短路径算法,稍作修改亦可作为最短路由算法-Dijkstra shortest path algorithm, can be slightly amended as the shortest routing algorithm
银行家算法的一解
- 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描)第二部分:安全性算法 -Simulation bankers Dijkstra algorithm to avoid the emergence of deadlock. Composed of two parts : Part I : bankers algorithm (scanning) Part 2 : Security Algorithm
Dijkstra1
- 利用MATLAB来实现Dijkstra算法模拟了路由选择协议-using MATLAB to achieve the Dijkstra algorithm to simulate the Routing Protocol
Dijkstra
- 用c语言编写的Dijkstra算法的源代码。代码短小精炼有注释
dijkstra
- 最短路经的求法,Dijkstra算法。 可以通过调用该算法求最短路。
Dijkstra
- 求数组最长递增子序列算法。输入一个数组,输出其最大递增子序列
hj
- 图的算法实现 (1)将图的信息建立文件; (2)从文件读入图的信息,建立邻接矩阵和邻接表; (3)实现Prim、Kruskal、Dijkstra和拓扑排序算法。
yinhangjiasuanfa
- 银行家算法C描述模拟实现Dijkstra的银行家算法以避免死锁的出现
Dijkstra
- 用lingo,matlab解Dijkstra算法