搜索结果
找到约 158 项符合
OI-MA 的查询结果
matlab例程 matlab矩阵处理例程。A matrix processor, Matx_Proc() is developed which can be used to process and edit ma
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.
人工智能/神经网络 Implemented BFS, DFS and A* To compile this project, use the following command: g++ -o search ma
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 ...
其他 MicroStation源代码
MicroStation源代码,演示如何使用jpg创建欢迎窗体,MicroStation是全球目前地位最高的CAD软件,在国外应用很广,国内在很多行业如水利,电力,测绘,勘探,通讯等领域也有很重要的应用,MicroStation的应用程序为*.ma
其他 用来产生均匀分布或高斯分布的伪随机数 (近似白噪声)
用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差。用REMEZ算法求交错点组。用Cholesky分解求ARMA模型的参数并作谱估计。求MA模型的参数 并估计功率谱。 用最小方差法估计序列 的功率谱。
Java编程 代码名称:简单的动态监控示例(带定位数据库) 作者/收集者:kj_wang_20 开发环境:MapXtreme for Java + access 代码介绍: 基于Ma
代码名称:简单的动态监控示例(带定位数据库)
作者/收集者:kj_wang_20
开发环境:MapXtreme for Java + access
代码介绍:
基于MapInfo MapXtreme for Java的简单的GPS监控示例代码。
Java编程 Local Lucene ==================== Provide geographical based searching to lucene in an efficent ma
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/wh ...
数据结构 会的人并不很多的网络流算法源程序
会的人并不很多的网络流算法源程序,打oi时写的
MySQL数据库 DBDesigner 4 is a database design system that integrates database design, modelling, creation and ma
DBDesigner 4 is a database design system that integrates database design, modelling, creation and maintenance into a single, seamless environment
电子书籍 Practical FIR Filter Design in MATLAB Revision 1.1 Ricardo A. Losada The MathWorks, Inc. 3 App
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
微处理器开发 ARMA模型时间序列分析法简称为时序分析法
ARMA模型时间序列分析法简称为时序分析法,是一种利用参数模型对有序随机振动响应数据进行处理,从而进行模态参数识别的方法。参数模型包括AR自回归模型、MA滑动平均模型和ARMA自回归滑动平均模型。这里给出了一个求出ARMA模型参数的MATLAB程序。 ...