-
HistoryMathematics.pdf
A guide to the history of mathematics.
- 2010-11-16 21:05:33下载
- 积分:1
-
testing
Jakes model for multipath fading channel
- 2012-09-20 20:36:01下载
- 积分:1
-
POLAR3Dv1.2
Plots 3D polar data with axes.(Plots 3D data with polar axes.)
- 2007-04-05 19:26:48下载
- 积分:1
-
filter
利用矩形窗设计I型数字带通滤波器,实现简单,易懂(use a rectangular window design digital band-pass filter)
- 2011-10-26 20:49:36下载
- 积分:1
-
zijichangshimbianyige
以多光谱数据为原始数据,通过空间变换、滤波、融合、纹理及图像处理等手段,提取遥感图像多维、多尺度特征,最终建立面向目标检测、识别和分析的特征空间,并使用NASA的实测数据对方法的性能进行验证和分析。(Multi-spectral data to the original data, through space conversion, filtering tools, integration, texture and image processing, remote sensing images to extract multi-dimensional, multi-scale features, for the eventual establishment of target detection, identification and analysis of the characteristics of the space, and measured using NASA performance of the method for data verification and analysis.)
- 2014-03-11 16:12:24下载
- 积分:1
-
podaacLevel2A
读取NASA的JPL实验室L2A数据,包涵数据转换工具和读取代码(NASA' s JPL laboratory L2A read the data it covers data conversion tools and read the code)
- 2010-12-13 10:20:17下载
- 积分:1
-
Liberate1
说明: 囚犯问题,100个囚犯如何获得释放的matlab仿真程序源代码(Prisoners, 100 prisoners were released on how the matlab simulation program source code)
- 2008-11-20 09:06:30下载
- 积分:1
-
GaussianNoise_LognormalNoise
GaussianNoise & LognormalNoise
- 2013-04-30 21:04:49下载
- 积分: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
-
endpoint_detector_edit2
Read_Me: Instructions for setting up matlab speech processing exercises.
- 2015-04-16 15:46:06下载
- 积分:1