matlab矩阵处理例程。A matrix processor, Matx_Proc() is developed which can be used to process and edit matrices and state space models, and perform various kind of matrix analysis in a visible way.
标签: Matx_Proc developed processor process
上传时间: 2015-06-23
上传用户:Breathe0125
Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search main.cpp Then you can run it: ./search The input is loaded from a input file in.txt Here is the format of the input file: The first line of the input file shoud contain two chars indicate the source and destination city for breadth first and depth first algorithm. The second line of input file shoud be an integer m indicate the number of connections for the map. Following m lines describe the map, each line represents to one connection in this form: dist city1 city2, which means there is a connection between city1 and city2 with the distance dist. The following input are for A* The following line contains two chars indicate the source and destination city for A* algorithm. Then there is an integer h indicate the number of heuristic. The following h lines is in the form: city dist which means the straight-line distance from the city to B is dist.
标签: Implemented following compile command
上传时间: 2014-01-01
上传用户:lhc9102
MicroStation源代码,演示如何使用jpg创建欢迎窗体,MicroStation是全球目前地位最高的CAD软件,在国外应用很广,国内在很多行业如水利,电力,测绘,勘探,通讯等领域也有很重要的应用,MicroStation的应用程序为*.ma
标签: MicroStation 源代码
上传时间: 2013-12-26
上传用户:253189838
用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差。用REMEZ算法求交错点组。用Cholesky分解求ARMA模型的参数并作谱估计。求MA模型的参数 并估计功率谱。 用最小方差法估计序列 的功率谱。
上传时间: 2015-10-24
上传用户:aa54
代码名称:简单的动态监控示例(带定位数据库) 作者/收集者:kj_wang_20 开发环境:MapXtreme for Java + access 代码介绍: 基于MapInfo MapXtreme for Java的简单的GPS监控示例代码。
标签: MapXtreme kj_wang access Java
上传时间: 2013-12-17
上传用户:hongmo
Local Lucene ==================== Provide geographical based searching to lucene in an efficent mannor Contents * Compiling from Source * Using local lucene Author: Patrick O Leary email: pjaol@pjaol.com A white paper on local lucenes usage is available http://www.nsshutdown.com/projects/lucene/whitepaper/locallucene.htm
标签: geographical searching efficent Provide
上传时间: 2013-12-21
上传用户:lepoke
会的人并不很多的网络流算法源程序,打oi时写的
上传时间: 2016-02-25
上传用户:Altman
DBDesigner 4 is a database design system that integrates database design, modelling, creation and maintenance into a single, seamless environment
标签: database design DBDesigner integrates
上传时间: 2014-01-05
上传用户:csgcd001
Practical FIR Filter Design in MATLAB Revision 1.1 Ricardo A. Losada The MathWorks, Inc. 3 Apple Hill Dr. Natick, MA 01760, USA January 12, 2004
标签: A. Practical MathWorks Revision
上传时间: 2016-04-03
上传用户:himbly
ARMA模型时间序列分析法简称为时序分析法,是一种利用参数模型对有序随机振动响应数据进行处理,从而进行模态参数识别的方法。参数模型包括AR自回归模型、MA滑动平均模型和ARMA自回归滑动平均模型。这里给出了一个求出ARMA模型参数的MATLAB程序。
上传时间: 2013-12-25
上传用户:问题问题