-
Niche1
小生境遗传算法MATLAB语言实现。可以在某些应用中解决早熟问题。(genetic algorithm )
- 2010-12-06 10:28:15下载
- 积分:1
-
F16model_10V1
说明: Matlab下美军F16战斗机的非线性模型(Nonlinear F-16 Fighter Model)
- 2010-04-17 10:43:31下载
- 积分:1
-
MTLAB
讲解如何使用Matlab进行建模与仿真,并对仿真结果进行分析和可视化(Explain how to use Matlab for modeling and simulation, and simulation results for analysis and visualization)
- 2008-01-26 20:14:24下载
- 积分:1
-
images-processing-using-MATLAB
matlab image processing toolbox
- 2012-04-18 16:38:51下载
- 积分:1
-
toolboxLS-1.1.tar
水平集经典方法的matlab工具箱,可以省却大量精力。(level set by the classical method of Matlab toolbox, we can save a great deal of energy.)
- 2007-06-05 11:36:52下载
- 积分:1
-
facelbpltp
face recognition code using lbp ltp features
- 2020-06-27 02:00:02下载
- 积分:1
-
palui_cPP1
C++ application for beginers
- 2014-11-27 04:23:20下载
- 积分:1
-
uplod-1
Constant k filters, also k-type filters, are a type of electronic filter designed using the image method. They are the original and simplest filters produced by this methodology and consist of a ladder network of identical sections of passive components. Historically, they are the first filters that could approach the ideal filter frequency response to within any prescribed limit with the addition of a sufficient number of sections. However, they are rarely considered for a modern design, the principles behind them having been superseded by other methodologies which are more accurate in their prediction of filter response.A filter in which the product of the series and shunt impedances is a constant that is independent of frequency.
- 2015-02-27 14:48:18下载
- 积分: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
-
Code-Final
QPSK Modulation Demodulation, BER vs SNR plot
- 2014-02-17 21:24:59下载
- 积分:1