-
C4_5
C4.5算法 matlab实现的,感觉还可以,大家可以看看!(the implementation of C4.5 using matlab)
- 2009-05-05 13:52:17下载
- 积分:1
-
1
说明: 实现贝叶斯分类器,在matlab上的源代码(Bayesian classifier in matlab source code)
- 2013-05-21 19:19:58下载
- 积分:1
-
Matlab
这是一本详细介绍matlab的书籍,里面包括了所有matlab的命令,可以说是matlab命令全集(This is a detailed matlab books, which includes all command matlab matlab command Complete Works)
- 2012-10-11 10:01:17下载
- 积分: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
-
SimplePendulum_LinearRegression
Calculating the acceleration due to gravity using linear regression method
- 2014-01-25 15:52:53下载
- 积分:1
-
kelman
卡尔曼滤波方法,在语音信号以及现代信号处理在的地位十分突出!源码和介绍!(Kalman filtering method, in the speech signal, as well as modern signal processing in the status of very prominent! Source and introduction!)
- 2007-11-05 18:48:26下载
- 积分:1
-
Optimization_Toolbox
MATLAB优化工具箱手册(英文版)介绍了一些标准的算法,适合初学者,(MATLAB Optimization Toolbox Manual (English), introduced a number of standard algorithms, suitable for beginners,)
- 2009-11-03 22:37:36下载
- 积分:1
-
matlab
matlab基础教程,malab的基础操作。(matlab Essentials the malab the underlying operating.)
- 2012-05-20 21:53:31下载
- 积分:1
-
mianjifa
基于面积法的对视频提取出的逐帧图片进行车流统计源码。(Traffic statistics source extracted frame-by-frame video images based on the area of law.)
- 2012-09-03 22:32:30下载
- 积分:1
-
niniudun
基本拟牛顿法的参考程序,有一定的参考价值(Quasi-Newton method the basic reference program, has some reference value)
- 2010-09-08 17:06:30下载
- 积分:1