-
Dijkstra
说明: 最短路径的Dijkstra算法程序。Dijkstra算法是典型最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。
Dijkstra算法是很有代表性的最短路算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。
(The Dijkstra shortest path algorithm for the procedure. Dijkstra algorithm is a typical shortest path algorithm, used to calculate a node to all other nodes of the shortest path. The main characteristics is the starting point as the center outward expansion layers, until the end date be extended to. Dijkstra shortest path algorithm can arrive at the optimal solution, but because of its calculation of the node traversal, so inefficient. Dijkstra algorithm is very representative of the shortest path algorithm, in many professional courses in the basic content as described in detail, such as data structures, graph theory, operational research and so on.)
- 2008-11-26 22:27:45下载
- 积分:1
-
srtmreadermatlab
srtm是美国nasa指定的精度为90米的全球高层数据,函数srtmshow可以利用matlab读取这样的数据,并且以mesh的形式显示他们。用法:srtmshow(‘c:/.../XXX.ttf’,60,70,60,70)。表示读取文件XXX.ttf中横向60 -70 ,纵向60 -70 的数据并显示他们。
(srtm the United States designated the accuracy of nasa' s global top 90 m data, the function srtmshow can use matlab to read this data and to display them in the form of mesh. Usage: srtmshow (' c :/.../ XXX.ttf' , 60,70,60,70). That read the file XXX.ttf 60 -70 in the horizontal, vertical 60 -70 of the data and display them.)
- 2011-05-26 17:35:26下载
- 积分:1
-
PLECS-PV-model
plecs pv model description pdf
- 2013-12-10 19:06:18下载
- 积分:1
-
BAYES
针对高斯白噪声中二元确知信号,仿真信号检测过程,分析检测门限、噪声的方差及取样间隔对检测的影响检测。(For binary Gaussian white noise signal, simulation signal detection process, analysis of detection threshold, noise variance and sampling interval on the detection of the impact of detection.)
- 2020-12-06 11:09:23下载
- 积分:1
-
MIMO_ML_ZF_MMSE
MIMO 系统检测算法,最大似然(ML),最小均方误差(MMSE),迫零(ZL),保证完美运行(MIMO system detection algorithm, maximum likelihood (ML), minimum mean square error (MMSE), zero forcing (ZL), to ensure perfect operation)
- 2016-12-02 11:09:16下载
- 积分:1
-
1
说明: 学习用的事件与触发.cs
可以用于教学.....演示(Learn to events and triggers. Cs can be used to demonstrate the teaching .....)
- 2009-11-10 18:43:25下载
- 积分:1
-
regular_mesh
Finland
Matlab cannot do regular meshes for non-regtancular regions.
However, one can manually do very coarse regular meshes for
these type domains. The difficulty is with the edge data e.
If this data does not correspond to the orientations given by
the PDEtool geometry files, refinement will not work. The
function drawedges() will display the order of the edges and
their segment numbers. However, this function does not tell
how the edges are oriented. However, just run the visualization,
and if the refinement does not work correctly, you know the
problem is with the orientatino of the edge. Remember to also
correct the last two rows of the matrix e when changing the
orientation. (See the documentation for initmesh for more info.)
- 2015-01-21 09:22:16下载
- 积分:1
-
simulator
Simulator, of a rigid body.In matlab code source.
- 2013-06-24 10:23:14下载
- 积分:1
-
tezhengtiqu
脸部特征提取的论文,有效提高特征的选择准确性(new feature used in face recongise)
- 2012-04-21 15:29:25下载
- 积分:1
-
ecbh
由已知坐标得到的控制网的平差程序,平差后可获得精度更高的坐标文件(Adjustment Program by the known coordinates of the control network, the adjustment is given to higher precision of the coordinates of the file)
- 2012-06-01 16:02:30下载
- 积分:1