-
RegulaFalsi
Some methods Applied in matlab
- 2009-03-11 00:46:45下载
- 积分:1
-
neural-network-for-PTV
一种新型神经网络方法对于粒子追踪测速。与于、普通的单个粒子分析,匹配的算法不同的是,该算法是基于小整体的众多粒子一起分析的。(A new type of neural network method for particle tracking velocimetry)
- 2012-08-26 12:04:16下载
- 积分:1
-
f311x1_preprocess_data
对所采集到的非线性信号进行数据预处理,消除趋势项()
- 2007-09-27 09:55:00下载
- 积分:1
-
LPIT_TOOLBOX
说明: LPI和LPID的主要目的是能够在比截获接收机对雷达进行探测与干扰的距离更远的距离上来探测目标,本工具箱是在MATLAB下的LPI工具箱(LPI and LPID' s main purpose is to intercept receiver than the radar detection and jamming on the distance farther up exploration goals, the toolkit is under the LPI in the MATLAB Toolbox)
- 2010-04-12 18:29:21下载
- 积分:1
-
K_mean
利用K均值算法对7个波段的TM遥感影像进行有监督的分类!里面包含完整的算法及TM图像,下载即可进行调试!(K means algorithm using 7 bands of TM remote sensing image supervised classification! Which contains the complete algorithm and the TM image, download it for debugging!)
- 2011-05-28 14:32: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
-
Feature
this file extract feature from image
- 2010-08-26 15:03:05下载
- 积分:1
-
smithchart
This is a source code .
this is a sourc c odeeg
- 2009-03-27 21:40:31下载
- 积分:1
-
DTC
异步电动机数量控制完整仿真模型,可以根据实际情况写该参数,达到研究者所需要的情形(The number of complete induction motor control simulation model, the parameter can be written according to the actual situation, the researchers needed to achieve the situation)
- 2013-12-17 13:00:49下载
- 积分:1
-
chapter8
基于量子遗传算法的函数寻优算法的Matlab程序实现(Based on quantum genetic algorithm function optimization algorithm Matlab procedures)
- 2014-02-19 12:11:58下载
- 积分:1