Dijkstra算法求最短路径(C#版) using System using System.Collections using System.Text namespace Greedy { class Marx { private int[] distance private int row private ArrayList ways = new ArrayList() public Marx(int n,params int[] d) { this.row = n distance = new int[row * row] for (int i = 0 i < row * row i++) { this.distance[i] = d[i]
标签: System using Collections namespace
上传时间: 2013-12-29
上传用户:liglechongchong
Jtag schematic for embemed system design. It support parallel port connected to jtag.
标签: schematic connected parallel embemed
上传时间: 2014-12-05
上传用户:chens000
level set及PDE方法处理图形图像 包括三个部分:1、level set理论基础介绍;2、数值离散化方法 3、应用 每一部分配有详细的图表说明,并给出了多篇参考文献(其中很多涉及到“三维物体修复”)
上传时间: 2015-12-31
上传用户:脚趾头
Flash Low Level Driver Code,can read/write all flash memory
上传时间: 2014-01-24
上传用户:libenshu01
Flash MLC Low Level Driver Source Code
上传时间: 2013-12-03
上传用户:曹云鹏
Flash 8-bit width memory Low Level Driver Code
上传时间: 2016-01-01
上传用户:lunshaomo
flash 16-bit width memory low level driver source code
标签: driver memory source flash
上传时间: 2014-01-03
上传用户:gyq
We present a particle filter construction for a system that exhibits time-scale separation. The separation of time-scales allows two simplifications that we exploit: i) The use of the averaging principle for the dimensional reduction of the system needed to solve for each particle and ii) the factorization of the transition probability which allows the Rao-Blackwellization of the filtering step. Both simplifications can be implemented using the coarse projective integration framework. The resulting particle filter is faster and has smaller variance than the particle filter based on the original system. The convergence of the new particle filter to the analytical filter for the original system is proved and some numerical results are provided.
标签: construction separation time-scale particle
上传时间: 2016-01-02
上传用户:fhzm5658
DESIGN OF A MULTIPLEXING SYSTEM FOR TELEMETRY 个人论文
标签: MULTIPLEXING TELEMETRY DESIGN SYSTEM
上传时间: 2016-01-03
上传用户:maizezhen
本程序所反应的是在测量中被广泛应用的全球定位系统(Global Position System)在空间中的形象以及基本的工作原理。GPS由三部分组成:空间部分、地面控制系统以及用户部分。
标签: Position Global System GPS
上传时间: 2014-11-26
上传用户:ma1301115706