-
earth_quake_forcast
说明: 用于预测地震伤亡人数的MATLAB神经网络程序(Used to predict earthquake casualties MATLAB neural network program)
- 2008-09-14 16:37:26下载
- 积分:1
-
feijidinywei
说明: 飞机定位问题在航空的应用是十分广泛的,此源码是用matlab实现的,能够准确模拟出飞机在空中的定位。(positioning of the aircraft in the aviation application is very extensive, the source is realized using Matlab, to accurately simulate aircraft in the air positioning.)
- 2006-04-18 10:32:37下载
- 积分:1
-
VC_Matlab
通过MATLAB引擎,利用VC开发MATLAB,包括一个自己开发的小程序和一片word文档资料(Through the MATLAB engine, developed by VC MATLAB, including its own development programs and a small word document data)
- 2011-08-27 23:31:12下载
- 积分:1
-
Asian-call
Asian call price Asian call priceAsian call priceAsian call price(Asian call price)
- 2013-04-26 02:58:45下载
- 积分:1
-
MATLABchengxushejiyuyan
本书详细介绍了matlab,相信对初学者会非常有帮助!(This book details the matlab, that would be very helpful for beginners!)
- 2011-01-15 16:15:28下载
- 积分:1
-
noise
加高斯噪声,椒盐噪声,复杂高斯噪声,复杂传统噪声(salt&pepper noise ;gaussian noise ;multiplicative gaussian;multiplicative uniform)
- 2011-01-15 21:44:17下载
- 积分:1
-
cycle-slip-Detecting
在matlab下实现使用双频组合观测值对观测值中的周跳进行探测,附有实验数据文件(In matlab combination to achieve dual-frequency observations using the observed values of the cycle slip detection, with the experimental data file)
- 2011-07-06 11:02:28下载
- 积分:1
-
jurusan-decision-tree
matlab decision tree
- 2014-02-19 03:51:02下载
- 积分:1
-
JADE
说明: 一种改进的DE算法,来自文献“JADE: Adaptive Differential Evolution with
Optional External Archive”(JADE: Adaptive Differential Evolution with
Optional External Archive)
- 2020-03-22 22:09:10下载
- 积分: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