搜索结果

找到约 61 项符合 shortest-PATHS 的查询结果

matlab例程 matlab最短路的贪心算法

matlab最短路的贪心算法,用VC++实现,把ShortEst.dll复制到matlab工作文件夹运行(先要运行mex-setup,关联VC与MATLAB)调用方法如 a = [-1,2,3 2,-1,4 3,4,-1] ShorstEst(a) 即可
https://www.eeworm.com/dl/665/408531.html
下载: 103
查看: 1096

DSP编程 This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a

This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine. EVA Timer 1 has the shortest period while EVB Timer4 has the longest period.
https://www.eeworm.com/dl/516/432076.html
下载: 62
查看: 1048

数值算法/人工智能 C++图论算法

C++图论算法,dijistra shortest path, floyd shortest path等最短路算法
https://www.eeworm.com/dl/518/444737.html
下载: 162
查看: 1077

数据结构 迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK,

迷宫算法(maze) /* Maze * Starting point is m[0][0], need to find a path go to m[9][9]. 0 means OK, * 1 means cannot go there, boundary is 0 and 9, cannot go beyond boundary. * Each step can be made horizontally or vertically for one more grid (diagonal * jump is not allowed). * Your prog ...
https://www.eeworm.com/dl/654/450069.html
下载: 163
查看: 1077

数学计算 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

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

书籍 Low Complexity MIMO Detection

In order to improve the spectral efficiency in wireless communications, multiple antennas are employed at both transmitter and receiver sides, where the resulting system is referred to as the multiple-input multiple-output (MIMO) system. In MIMO systems, it is usually requiredto detect signals joint ...
https://www.eeworm.com/dl/521950.html
查看: 109