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
Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems - Includes a FUSE filesystem module to access FAT volumes which uses the library
标签: FAT manipulate Includes Support
上传时间: 2013-12-20
上传用户:ztj182002
The extern Keyword.Declarations of variables and functions at file scope are external by default.
标签: Declarations functions variables external
上传时间: 2013-12-26
上传用户:caixiaoxu26
Jtag schematic for embemed system design. It support parallel port connected to jtag.
标签: schematic connected parallel embemed
上传时间: 2014-12-05
上传用户:chens000
DNA 结构swf file reference doc
上传时间: 2014-01-21
上传用户:as275944189
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
File Spliter tools for upload File Spliter for upload
上传时间: 2016-01-03
上传用户:362279997
本程序所反应的是在测量中被广泛应用的全球定位系统(Global Position System)在空间中的形象以及基本的工作原理。GPS由三部分组成:空间部分、地面控制系统以及用户部分。
标签: Position Global System GPS
上传时间: 2014-11-26
上传用户:ma1301115706
Specification for conveying ITU-R System B Teletext in DVB bitstreams
标签: Specification bitstreams conveying Teletext
上传时间: 2014-02-18
上传用户:mikesering