-
duobinarycode
duobinary conversion for agiven input symbols
- 2009-04-03 20:34:21下载
- 积分: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
-
hundun
构建混沌神经网络进行负荷预测,输出负荷预测值及其与实测值的误差(Chaotic neural network)
- 2020-10-20 22:27:30下载
- 积分:1
-
warm
一个故障诊断的程序,采用了多种方法,将故障时刻检测了出来,并进行了比较(A fault diagnosis program, using a variety of methods, fault detection out moments, and compared
)
- 2012-03-02 18:45:35下载
- 积分:1
-
Numerical-Methods-Engineering
一本数值分析英文书籍,各种方法均配有相应的程序,用matlab,fortran等编写,值得一看(A numerical analysis of the English books, various methods are equipped with the appropriate procedures, using matlab, fortran, etc., worth a visit)
- 2014-02-24 22:22:28下载
- 积分:1
-
transfer
说明: 各种数码之间的相互转换,比如2进制转10进制(Base Conversion Algorithm)
- 2010-03-19 10:55:40下载
- 积分:1
-
music
music matlab程序,c语言实现的一个小星星的音乐(music matlab procedures, c language a little star music)
- 2013-09-28 09:38:41下载
- 积分:1
-
MATLAB
matlab图像集合变化与图像增强操作以及报告 (MATLAB image collections and image enhancement operations and reporting)
- 2014-02-17 15:16:29下载
- 积分:1
-
QPSK20072165
关于OFDM的matlab仿真,调制、解调以及误码分析(On the OFDM simulation, modulation and demodulation error analysis)
- 2010-07-18 20:29:03下载
- 积分:1
-
zuobiaoxizhuanhuan
GPS中ECEFLLWECI等坐标系的转换,为matlab程序,已打包(GPS ecef,eci,llw...)
- 2012-03-27 19:23:59下载
- 积分:1