-
jintuifa
在matlab上利用进退法求解的优化算法以及实例(Advance and retreat in matlab using the method of optimization algorithm and example)
- 2009-04-27 09:56:06下载
- 积分:1
-
lsqcurvefit
非线性曲线拟合是已知输入向量xdata和输出向量ydata,并且知道输入与输出的函数关系为ydata=F(x, xdata),但不知道系数向量x。今进行曲线拟合,求x使得输出的如下最小二乘表达式成立:
min Σ(F(x,xdatai)-ydatai)^2(Nonlinear curve fitting is a known input and output vectors xdata vector ydata, and know the relationship between the input and output functions for ydata = F (x, xdata), but do not know the coefficient vector x. As least-squares curve fitting expression today, find x such that the output of the establishment:
min Σ (F (x, xdatai)-ydatai) ^ 2)
- 2014-09-20 12:35:52下载
- 积分:1
-
poissonal
最近在编制的一个求解微分方程的poission程序(Recently in the preparation of a program to solve differential equations poission)
- 2011-10-11 10:46:43下载
- 积分:1
-
InsFreqExc
该软件实现渐变信号的瞬时频率提取,该算法采用基于小波脊的提取方法(Instaneous frequency extraction)
- 2014-07-11 20:37:38下载
- 积分:1
-
Simulation-of-typical-chaotic
对典型混沌进行仿真,有程序,图像,明白易懂(Simulation of typical chaotic)
- 2012-09-16 19:20:17下载
- 积分:1
-
1
基于离散余弦变换的图像去噪,小波变换去噪(Wavelet denoising)
- 2013-05-17 08:28:40下载
- 积分:1
-
Language
拉格朗日插值算法,精密星历坐标钟差插值使用(lagerange interpolation)
- 2020-12-19 16:29:10下载
- 积分: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
-
wind
说明: 可用于风压数据处理,比如屋面开洞,风压频谱和风压体型系数和风压系数等(Data Processing of Wind Pressure)
- 2019-04-15 21:03:27下载
- 积分:1
-
imfilter
说明: 关于图像滤波技术的代码,对图像处理中的滤波技术的学习非常有用(The code on the image filtering techniques, image processing filtering technique is very useful to learn)
- 2010-04-11 20:56:25下载
- 积分:1