-
autossca
autossca ssca法求循环谱ssca法求循环谱(autossca ssca Method Method cyclic spectrum ssca cyclic spectrum)
- 2011-05-13 11:24:22下载
- 积分:1
-
SVMexamples
数据挖掘的新方法-支持向量机书中算法例子,对学习有帮助。(new data mining methods-book support vector machine algorithm example, to learn helpful.)
- 2006-12-25 08:15:25下载
- 积分: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-builder_9wn6uo
分形课程设计编写的MATLAB仿真程序,代码里包含了mandbort和LOGISTIC、qpyzuj等几个集合图的小程序,还包括小波分型的sCQXYdQ算法,分型布朗模型也调试通过。?
(Fractal course design written in MATLAB simulation program, code contains the mandbort and LOGISTIC,qpyzuj , and several collections chart applets, including typing sCQXYdQ wavelet algorithm, typing Brown model also through debugging.
)
- 2016-01-05 14:23:45下载
- 积分:1
-
Spacecraft2D_Opt
火星探测器最优小推力变轨MATLAB程序(Optimal low-thrust orbit Mars probe )
- 2013-12-18 23:31:13下载
- 积分:1
-
BasicAntColon_AlgorithmmatlabforTSP
蚁群算法、TSP、MATLAB。已经调试通过,算法比较简洁。(Ant colony algorithm, TSP, MATLAB. Has been debugged, the algorithm of relative simplicity.)
- 2010-07-04 16:38:18下载
- 积分:1
-
gui_exam
几个利用uicontrol进行gui编程的matlab脚本文件:生成菜单修改fig颜色,绘制正弦并允许字体调整,归一化二阶系统的阶跃响应(use gui programming for the Matlab script file : Generation fig menu changes color rendering fonts sinusoidal and allow adjustments to a second-order system of the step response)
- 2007-05-11 20:36:43下载
- 积分:1
-
SVM-Classification-2D-examples
支持向量机 ,2d
举例SVM Classification 2D(SVM Classification 2D examples)
- 2011-09-27 17:39:52下载
- 积分:1
-
ksjj
编写一个MATLAB函数,实现快速卷积算法,给出一个实例。用一个N点离散傅立叶变换同时计算两个N点实序列的离散傅立叶变换。(The preparation of a MATLAB function, fast convolution algorithm, given a case in point. With a N-point discrete Fourier transform at the same time calculation of the two N-point real sequence of discrete Fourier transform.)
- 2009-05-27 13:51:04下载
- 积分:1
-
matlab-uimenu
matlab的基本用法,对初学者有用,是必备的基础知识.(Matlab the basic usage, useful for beginners, is an essential knowledge base.)
- 2006-06-25 17:24:22下载
- 积分:1