-
Arithmetic_coding
说明: 算术编码算法的程序块,在matlab中的是实现(Block arithmetic coding algorithm, is achieved in the matlab)
- 2011-04-07 14:43:20下载
- 积分:1
-
INS捷联惯导解算
INS捷联惯导解算 使用四阶龙格库塔法 并附仿真数据一份(INS strapdown solver attached to the simulation data of a)
- 2021-04-21 14:28:49下载
- 积分: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
-
c10_QPSKSA
通信系统的防真,用matlab编写,QPSK(communication system simulation by matlab,QPSK)
- 2005-08-19 11:43:03下载
- 积分:1
-
guidesign001
matlab GUI示例程序,内有详细说明(Matlab GUI sample program, described in detail)
- 2012-05-28 13:36:48下载
- 积分:1
-
tutorial-Atoll
Atoll 2.8.3 Technical Reference Guide
- 2015-01-25 03:15:22下载
- 积分:1
-
sldemo_antiwindup
Explores the anti-windup capabilities supported by the PID Controller block in Simulink.
- 2013-07-31 20:29:01下载
- 积分:1
-
ga
说明: 蚁群算法程序演示,vc++的源程序,vb开发的演示课件(Ant colony algorithm demo program, vc++ the source code, vb demonstration courseware development)
- 2011-11-07 19:31:51下载
- 积分:1
-
ee473project
Synthesizes musical notes and plays music, matlab code
- 2015-03-07 23:02:42下载
- 积分:1
-
Normalized_MRAC
归一化模型参考自适应控制的Matlab实例,仿真模拟闭环跟踪方波输入
关键字:归一化 模型参考自适应控制 Matlab 例程 MIT(A Matlab example of normalized model reference adaptive control.The closed-loop system is simulate to follow a square reference signal.
Keywords: Normalized Model Reference Adaptive Control, Matlab, Simulink Model, MIT Rule)
- 2021-04-18 15:38:57下载
- 积分:1