-
p
说明: 此程序为基于MATLAB的PSPICE仿真,非常实用,适用于初学者使用(This procedure for the PSPICE simulation based on MATLAB is very useful for beginners to use)
- 2009-04-04 11:30:29下载
- 积分:1
-
Motion_Detection
motion detection people tracking after performing background subtraction and blobs detection use for video suvelliance
- 2011-07-08 10:42:51下载
- 积分:1
-
fm
说明: fm modulation - demodulation(fm modulation- demodulation)
- 2009-11-13 16:12:46下载
- 积分:1
-
max
Max Lyapunov 可以计算最大的Lyapunov 指数(Max LyapunovMax Lyapunov 可以计算最大的Lyapunov 指数Max Lyapunov 可以计算最大的Lyapunov 指数)
- 2010-01-03 00:36:16下载
- 积分:1
-
ProgrammingPPerl
Perl 语言编程
第三版 作者:Larry Wall, Tom Christiansen, and Jon Orwant 译者:何伟平
(The third edition of the Perl programming language: Larry Wall, Tom Christiansen, and Jon Orwant Translator: weipin)
- 2013-11-04 23:05: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
-
invt180
it is the matlab model for simulation of the 180 degree mode three phase VSI with full details of parametrs
- 2012-01-23 18:42:42下载
- 积分:1
-
Voltage-margin-by-cpf
利用连续潮流法计算的电压裕度程序,自己编的,大家可以下载交流使用(Continuous flow method using the voltage margin procedures, their own series, you can download exchange use)
- 2010-05-27 19:47:06下载
- 积分:1
-
SpeakRECOG
speaker recognition matlab code
- 2012-05-25 15:32:30下载
- 积分:1
-
smithch
本函数在matlab实现阻抗圆图,通过调用switch()函数,可以得出传输线的反射系数,以及支节匹配等参数,本函数可以实现单、双和三支节匹配。(The realization of the impedance function in matlab circle map, by calling the switch () function of transmission line can be drawn of the reflection coefficient, as well as the support section to match the parameters, this function can achieve a single, double and three matching section.)
- 2009-04-22 20:26:20下载
- 积分:1