-
pm-suanfa
内容:空间目标识别,采用PM算法。程序中附有注释,可以改变方向角,运算速度比music算法快,本人毕设程序,绝对可用。(Content: space target recognition using PM algorithm. Annotated program, you can change the direction of the angle calculation algorithm is faster than the music, I set up the program, absolutely free.)
- 2013-11-25 21:39:51下载
- 积分:1
-
Matlab-read-write-Excel
用Matlab 读写Excel操作,有详细例子(There are detailed examples of Matlab to read and write Excel operation)
- 2015-03-06 20:30:11下载
- 积分:1
-
ANP
网络分析法(ANP)作为一种决策过程,它提供了一种表示决策因素测度的基本方法。这种方法采用相对标度的形式,并充分利用了人的经验和判断力。在递阶层次结构下,它根据所规定的相对标度—比例标度,依靠决策者的判断,对同一层次有关元素的相对重要性进行两两比较,并按层次从上到下合成方案对于决策目标的测度。(As an decision-making process, Network Analysis (ANP) provides a basic method for measuring the measurement of decision factors.This approach takes the form of a relative scale and takes full advantage of human experience and judgment.Under the hierarchical structure of the hierarchy, it relies on the relative scale of the scale-scale scale, and relies on the judgment of the decision makers to compare the relative importance of the elements of the same level in pairs, and to synthesize the scheme from top to bottom according to the hierarchy.)
- 2021-03-06 18:09:30下载
- 积分:1
-
ANPR-ALR-projects
it is a projet of some student who upload on web
- 2013-03-10 00:30:34下载
- 积分:1
-
Cplusplus.tar
Some of the codeforces problems i ve solved
- 2014-11-20 20:52:09下载
- 积分:1
-
RFF
说明: 基于matlab的遗忘因子最小二乘递推算法辨识程序(Matlab-based forgetting factor RLS identification procedures)
- 2011-03-25 16:46:30下载
- 积分:1
-
BandSolver2
This is a bandsolver source code programmed with Matlab. Bandsolver is one of the most usefuel solving method in FEM analysis.
- 2013-12-07 11:11:02下载
- 积分:1
-
kpca
kernel PCA feature extraction
- 2012-01-06 16:31:38下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
ARMAforecast
用matlab做时间序列分析,建立ARMA模型的示例程序,清晰易懂,备注完整。(Using matlab to do time series analysis, ARMA model sample program, lucid, notes intact.)
- 2020-10-22 17:27:23下载
- 积分:1