-
13898399SVM
模式识别k均值算法,用于求大量非线性复杂问题的一种比较好的方法(Pattern Recognition k means algorithm, for a large number of non-linear complex problems demand a better method)
- 2010-06-07 15:21:11下载
- 积分:1
-
gauss-denosis
matlab 的消噪程序 对于非线性噪声 转子的非线性非平稳噪声有较好的效果(matlab noise cancellation procedures for the nonlinear noise rotor non-linear non-stationary noise has a good effect)
- 2012-07-06 16:33:45下载
- 积分:1
-
fdcorr
Correlation function
- 2012-10-06 05:34:22下载
- 积分:1
-
HUHUHU
可以试试对毕业设计有没有中意的作用,做的是手势识别系统的设计,matlab中文论坛看到,可以试试(You can try the graduation design no favorite role, do gesture recognition system design, matlab Chinese forum to see, you can try)
- 2013-04-27 17:51:58下载
- 积分:1
-
EvaluateReversePolishNotation
Evaluate the value of an arithmetic expression in Reverse Polish Notation.
Valid operators are +, -, *, /. Each operand may be an integer or another expression.
Some examples:
[ 2 , 1 , + , 3 , * ] -> ((2 + 1) * 3) -> 9
[ 4 , 13 , 5 , / , + ] -> (4 + (13 / 5)) -> 6
分析:这一题就是写程序计算逆波兰式的结果,遍历表达式,碰到操作数入栈,碰到操作符就从栈顶取出两个操作数,再将计算后的结果入栈,最后栈中剩余的唯一操作数就是计算结果。(. Evaluate the value of an arithmetic expression in Reverse Polish Notation Valid operators are+,-,*,/Each operand may be an integer or another expression Some examples:.. [" 2" , " 1" , " +" , " 3 " ," * " ]-> ((2+ 1)* 3)-> 9 [" 4 " ," 13 " ," 5 " ," /" ," + " ]-> (4+ (13/After this problem is to write a program to calculate the inverse Polish results, iterate expression operand stack encounter, encounter operator to fetch two operands the stack, and then calculated as follows:> 6 Analysis- 5)) The results of the stack, the only remaining operand stack is the final calculations.)
- 2015-03-15 23:06:09下载
- 积分:1
-
chap8
《MATLAB图像处理实例详解》源代码 第8 章( MATLAB image processing example explanation Source Code Chapter)
- 2014-12-16 16:33:26下载
- 积分:1
-
CH2
MIMO信道容量仿真,出自于经典MIMO书籍源码(his chapter contains sample programs for determining capacity. The reader is advised to go through the coding. The
file "capacity_water.m" is for measuring the waterfilling capacity. It should be made to work with a file similar to
"capacity_plot_main.m". The latter file deals with all the other capacity plots given in the book in Chapter 2.
)
- 2009-05-03 19:05:38下载
- 积分:1
-
Untitled5
DV-HOP定位算法的MATLAB仿真 (DV-HOP positioning algorithm MATLAB simulation)
- 2012-04-16 11:41:21下载
- 积分:1
-
copulafit
Copulafit是一种集成多组数据,求出联合分布的函数,在金融风险度量中有广泛应用。(Copulafit is an integrated set of data, find the joint distribution function, there is a wide range of applications in financial risk metrics.)
- 2014-10-21 22:45:51下载
- 积分:1
-
upwind
Method upwind for equation of advection 1d in Matlab
- 2013-10-26 20:03:27下载
- 积分:1