-
WaveletToolboxUserGuide
说明: MATLAB的wavelet toolbox的官方指南(wavelet toolbox user s guide)
- 2010-04-01 17:18:36下载
- 积分:1
-
SE_022_Signaux_bande_de_base
cours numérique..traitement de signal en bande de base
- 2010-11-30 06:55:39下载
- 积分:1
-
RAO-MATLAB
船舶在波浪上运动的RAO运动响应因子计算,基于MTALAB的计算程序(Wave on the movement of ships in motion RAO response factor calculation, based on the calculation procedure MTALAB)
- 2011-07-10 20:28:59下载
- 积分:1
-
jiaocuo2_10jie
二维声波交错网格十阶差分程序,模拟声波传播规律,计算波场振幅(Two-dimensional staggered grid ten bands sound difference program to simulate the propagation of sound waves to calculate the wave field amplitude)
- 2021-01-28 19:18:35下载
- 积分: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
-
CharSections
charsections warld of warcraft
- 2015-03-16 05:31:38下载
- 积分:1
-
自适应滤波的快速RLS算法RLS
实现自适应滤波的快速RLS算法,很有用的,我找了很久。(To achieve fast RLS adaptive filtering algorithms, very useful, I am looking for a long time.)
- 2020-07-08 10:08:57下载
- 积分:1
-
xiandaituxiangchulijishu
说明: 现代图像处理技术及Matlab实现发发,希望对大家有帮助。(Matlab image processing technology and the modern realization of Hair, we want to help.)
- 2011-03-13 18:54:40下载
- 积分:1
-
COMTest2003_v0.8
在vc.net 2003中调用Matlab Builder生成的COM组件,与2005中有所不同。(in vc.net 2003 Calling Matlab Builder generated COM, 2005 was somewhat different.)
- 2007-04-26 04:54:00下载
- 积分:1
-
smoothfunction
一个利用二阶指数平滑方法进行预测的实例,比较简单地展现了二阶指数平滑在数据预测方面的作用(Instance, predicted a second-order exponential smoothing method is relatively simple to show the role of the data to predict a second-order exponential smoothing)
- 2013-02-25 16:16:04下载
- 积分:1