-
HHT
Norden E. Huang写的关于HHT变换的介绍及其相关问题(Norden E. Huang Transform to write an introduction on the HHT and related issues)
- 2011-01-10 19:34:40下载
- 积分:1
-
Data-Analysis
数据分析,其中包含了数据分析的基本源代码,是M文件的形式,并且还有PPT的相关教程(Data analysis, data analysis, which includes the basic source code, the M form of the document, and there' s tutorials PPT)
- 2011-06-19 00:38:19下载
- 积分:1
-
Huffman
this function perform huffman coding and decoding on image by using matlab program ..
- 2011-07-14 21:14:20下载
- 积分:1
-
IMAGE_TOOL
IMAGE PROCESSING TOOL USING GUI IN MATLAB
- 2014-09-03 02:35:47下载
- 积分: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
-
humanMotion
人体运动捕捉的相关应用代码,能够解决基础问题,对于运动捕捉数据处理有很好的用途。(Human motion capture relevant application code that can solve basic problems, motion capture data processing for a very good purpose.)
- 2013-12-08 11:04:09下载
- 积分:1
-
hough2
用MATLAB编程,进行二维图像的哈夫变换直线检测(Using MATLAB programming for two-dimensional image of the Hough transform line detection)
- 2009-03-10 18:06:01下载
- 积分:1
-
ParticleEx4
第二个例子滤波应用程序,可以了解粒子滤波的工作原理(second example filtering application that can understand the particle filter Principle)
- 2007-03-17 13:41:49下载
- 积分:1
-
DersBasisFuns2
计算B样条非零基函数及其直到n阶导数(n<=p)的算法,p是B样条基函数的次数(Calculation of B-spline basis functions and until nonzero derivative of order n (n < = p) algorithm, p is the B-spline basis functions of times)
- 2013-11-06 15:35:52下载
- 积分:1
-
PSO_CESHI
经典的基本PSO粒子群优化算法的测试函数,包括主程序和测试函数,非常经典(The classic PSO basic particle swarm optimization test functions, including the main program and test functions, very classic)
- 2020-11-21 00:29:38下载
- 积分:1