-
3
说明: 数值方法中的迭代算法,包括牛顿迭代等,对于学习信号处理的同学们很有帮助(Iterative algorithm for numerical methods, including Newton, etc., for students to learn useful signal processing)
- 2011-01-13 11:54:19下载
- 积分:1
-
cost
some cost function.fore example rastrigin,... .
- 2012-11-13 05:52:18下载
- 积分:1
-
matlabkuozhanbiancheng
matlab扩展编程,系统的介绍了matlab扩展编程的用法和注意细节,对matlab的继续学习打下坚实的基础。(matlab extension programming, the system introduces the use of matlab extension programming and attention to detail, to the matlab' s continue to learn to lay a solid foundation.)
- 2010-12-10 21:57:47下载
- 积分:1
-
singal_system_analysis
此程序演示随机信号通过线性系统 联合开发网 - pudn.com
- 2012-06-25 10:34:18下载
- 积分:1
-
huidutu
在matlab中,绘制图像的灰度直方图,并均衡化复原图像(In matlab, rendering the image histogram, and equalization restored image)
- 2013-08-22 17:10:11下载
- 积分:1
-
SLOPE-stability-analiyze
根据边坡已有参数基于极限分析方法,求解边坡稳定性系数Fs.(TO obtain the safety factor of slope)
- 2020-12-09 16:39:20下载
- 积分:1
-
operations-mnogochlen
The source program that shows an example of the different operations with polynomials (generation , multiplication, division , etc.)
- 2014-11-10 19:18:14下载
- 积分: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
-
bp
说明: 用多层前向网络的BP算法拟合函数
说明:1)网络结构为三层(输入层、1个隐层和输出层);
2)获取两组数据,一组作为训练集,一组作为测试集;
3)用训练集训练网络;
4)用测试集检验训练结果。(Fitting the function with BP algorithm of multilayer forward network)
- 2017-08-08 15:43:17下载
- 积分:1
-
station2ski
calculate principal component analysyis off matrix
- 2014-09-10 23:36:26下载
- 积分:1