搜索结果

找到约 47 项符合 Shortest 的查询结果

通讯编程文档 Because WDM networks are circuit switched loss networks blocking may occur because of lack of resour

Because WDM networks are circuit switched loss networks blocking may occur because of lack of resources. Also in circuit switched networks many paths use the same links. This toolbox answers the question how different paths with different loads influence on each other and what is the blocking on eac ...
https://www.eeworm.com/dl/646/470696.html
下载: 142
查看: 1094

数学计算 Given a graph G = (V, E), where every edge e has a nonnegative weight w(e), and a source vertex s in

Given a graph G = (V, E), where every edge e has a nonnegative weight w(e), and a source vertex s in V, find the shortest path from s to every other vertex
https://www.eeworm.com/dl/641/480519.html
下载: 90
查看: 1041

数据结构 The task in this assignment is to implement an airline routing system. Your system should be able t

The task in this assignment is to implement an airline routing system. Your system should be able to read in a ight network as a graph from a le, where airports are represented as vertices and ights between airports are represented as edges, take as input two airports and calculate the shortest ro ...
https://www.eeworm.com/dl/654/487198.html
下载: 183
查看: 1049

matlab例程 这个说明倒不是说明函数的功能

这个说明倒不是说明函数的功能,只是声明一下函数中出现的问题。 shortest()函数没有问题,在secshortest中我希望只得到一条次短路(或几条roadcost()值相同的次短路),结果却出来好几条,我仔细检查了一下程序,应该没有什么问题。 因此在使用时,要得到次短路,只能用roadcost()函数分别求一下各条路的权重和,找到最小 ...
https://www.eeworm.com/dl/665/488157.html
下载: 114
查看: 1032

其他 Program helping you to remember the route. It cab be route from conference room to coffee-room, it

Program helping you to remember the route. It cab be route from conference room to coffee-room, it can be tourist trip, it can be pathway in labyrinth. during first traversal you make notes in you phone, specifying direction of movement and target of each step. Phone remembers how much time each ste ...
https://www.eeworm.com/dl/534/488716.html
下载: 180
查看: 1084

数据结构 There are many algorithms that can be applied to graphs. Many of these are actually used in the real

There are many algorithms that can be applied to graphs. Many of these are actually used in the real world, such as Dijkstra’s algorithm to find shortest paths. We will discuss a few here.
https://www.eeworm.com/dl/654/490439.html
下载: 73
查看: 1098

matlab例程 distmesh

matlab有限元网格划分程序 DistMesh is a simple MATLAB code for generation of unstructured triangular and tetrahedral meshes. It was developed by Per-Olof Persson (now at UC Berkeley) and Gilbert Strang in the Department of Mathematics at MIT. A detailed ...
https://www.eeworm.com/dl/507854.html
下载: 1
查看: 69