-
dc-dynamic-braking
DC dynemic braking of induction motor
- 2014-10-16 17:49:57下载
- 积分: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
-
qiangdu.m
计算齿轮齿面接触强度和齿根弯曲强度安全系数(GB)(Calculate the safety factors of gear tooth contact strength and tooth root bending strength based on GB)
- 2020-07-03 12:00:02下载
- 积分:1
-
ControlSystemsSimulationusingMatlabandSimulink
Addison Wesley出版的一本深入讲解c++面向对象编程机理的书,对于c++程序员进一步全面了解面向对象机制的好书。书中有丰富的程序实例和解读。英文版(Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation,
inheritance, and "the virtuals"-virtual functions and virtual inheritance. This book shows how your understanding the underlying implementation models can help you code more efficiently and with greater confidence. Lippman dispells the misinformation and myths about the overhead and complexity associated
with C++, while pointing out areas in which costs and trade offs, sometimes hidden, do exist. He then explains how the various implementation models arose, points out areas in which they are likely to evolve, and why they are what they are. He covers the semantic implications of the C++ object model and how that model affects your programs..)
- 2009-09-06 15:19:01下载
- 积分:1
-
canceler
这是脉冲多谱勒雷达信号处理流程中的动目标显示的实现程序,采用的是脉冲对消法。(This is a pulse Doppler radar signal processing flow of the moving target indication of the realization of procedures, using the pulse cancellation method.)
- 2008-07-16 19:49:18下载
- 积分:1
-
yichuansuanfa
一个遗传算法解决最短路径的算法,可以运行,可参考垃圾收运的质料学校(A genetic algorithm to solve the shortest path algorithm, can run, refer to the material that the garbage collector
)
- 2014-08-30 03:32:56下载
- 积分:1
-
6
说明: matlab-pid controller
- 2013-02-13 06:58:43下载
- 积分:1
-
FDTD__2Dimension
FDTD时域有限差分法matlab仿真TM模场分布(FDTD FDTD method matlab simulation TM mode field distribution)
- 2013-10-31 22:37:43下载
- 积分:1
-
2
说明: butterfly calculation is realized over matlab
- 2012-01-26 05:57:17下载
- 积分:1
-
34
说明: Dynamic Object Tracking Control for a
Non-Holonomic Wheeled Autonomous Robot
- 2015-01-06 05:15:16下载
- 积分:1