-
dijikstra
For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex. It can also be used for finding costs of shortest paths from a single vertex to a single destination vertex by stopping the algorithm once the shortest path to the destination vertex has been determined. For example, if the vertices of the graph represent cities and edge path costs represent driving distances between pairs of cities connected by a direct road, Dijkstra s algorithm can be used to find the shortest route between one city and all other cities. As a result, the shortest path first is widely used in network routing protocols, most notably IS-IS and OSPF (Open Shortest Path First).
- 2012-04-12 21:01:48下载
- 积分:1
-
F-Matrix
根据计算机视觉的基本理论,通过摄像机自标定的方法得到基本矩阵F,再利用特征提取的方法将物体上的关键点映射到三维空间,并转换到欧式坐标系下,从而得到物体运动过程中的六自由度分量。(According to the basic theory of computer vision, through the camera self-calibration method to be the fundamental matrix F, re-use feature extraction methods on the object key is mapped to three-dimensional space, and converted to the European coordinate system, resulting in movement of objects during six degrees of freedom components.)
- 2011-11-28 11:30:45下载
- 积分:1
-
bipartite8_var
it is about ldpc codes
- 2012-01-04 16:37:25下载
- 积分:1
-
SISO_SIMO_VS_AWGN_Channel_Capacity
capacity of single input multiple input channel
and capacity multiple input single input channel
on
- 2013-01-04 15:52:06下载
- 积分:1
-
bian-cong-pin-xinhao
研究了重频参差相参脉冲串的频率估计算法。通过脉内相关积累,提高了新序列的信噪比。对新序列的相位差按参差重数抽样平均,减小了等效的相位噪声方差,利用重频参差比解相位模糊,扩大了频偏允许范围,降低了算法的信噪比门限。分析了本算法实现相参频率估计的条件,推导了相应信噪比门限的解析表达式,指出了信噪比门限与信号样本总数、参差重数、参差比之阎的关系。仿真结果表明:上述结论是正确的,在满足信噪比门限条件下,频率估计的精度接近相参脉冲串频率估计的克拉美一罗限(CRLB)。(Frequency Estimation for Staggered Coherent Pulse Train)
- 2020-12-24 23:39:06下载
- 积分:1
-
j110729new0812
计算电磁学 二维廖氏吸收边界程序 采用MATLAB编写(Lio dimensional computational electromagnetics absorbing boundary program written using MATLAB)
- 2014-10-26 12:16:01下载
- 积分:1
-
CPP-Primer-Plus
C++ Primer Plus,
作者 Stephen Prata
版本6ed, AW,
年份 2012
C++初级学者用书(C++ Primer Plus, Stephen Prata, 6ed, AW, 2012 C++ junior scholars books)
- 2013-12-13 17:22:18下载
- 积分:1
-
conjgrad
Conjugate Gradient Method
by Yi Cao
- 2014-02-07 02:58:49下载
- 积分:1
-
global-afsa
这是一个关于全局的人工鱼群算法的例子,适合初学者学习。(This is an example of global AFSA, for beginners to learn.)
- 2016-10-26 21:49:22下载
- 积分:1
-
lec9马尔科夫蒙特卡罗方法二
说明: mcmc的matlab代码 含实例 个人认为有较强的可读性,还有相应的实例讲解。(Matlab code of MCMC with examples I think it has a strong readability, and there are corresponding examples to explain.)
- 2020-05-27 14:38:07下载
- 积分:1