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
上傳用戶:問題問題