-
circledetection2
Traffic_Sign_Recognition -circle detection
- 2011-05-03 19:48:01下载
- 积分: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
-
hybridColor6
Hybrid color halftoning algorithm for colored images matlab code
- 2015-03-29 14:12:21下载
- 积分:1
-
RSA_digital_signature
基于MATLAB的数字签名程序算法要的都来下吧
呵呵(MATLAB-based algorithm for digital signature procedures have come to the right Ha ha under)
- 2010-06-07 14:32:12下载
- 积分:1
-
spfx
时频分析书籍,语言比较通俗易懂,写的不错(Time-frequency analysis theory and application)
- 2009-03-30 14:17:41下载
- 积分:1
-
LSMI
对角加载波束形成算法,可以解决协方差矩阵存在误差条件下的波束形成算法(diagonal loading beamforming)
- 2013-03-28 19:01:22下载
- 积分:1
-
wintech_training_3
闻亭公司培训DM642的内部资料一共有五天,里面包含讲解的ppt,文档,开发工具,课堂源码例子等。这是第三天内容.(Wintech DM642 training information, total of five parts, which contains explanations ppt, documentation, development tools, source code examples of class and so on.This is the 3rd part.
)
- 2009-11-12 14:54:10下载
- 积分:1
-
CPP_with_Matlab.pdf
It is for interfacing matlab with c++
- 2012-04-16 20:35:10下载
- 积分:1
-
MP
说明: 基于MP的信号稀疏分解参考程序的matlab仿真代码(Matlab simulation code of the reference procedure based on the MP signal sparse decomposition)
- 2012-07-24 10:27:32下载
- 积分:1
-
solovay-strassen-primality-test
solovay-strassen素性测试法的matlab实现,这也是密码学中的常见算法(solovay-strassen primality test of matlab implementation, which is common cryptography algorithms)
- 2009-03-13 22:58:53下载
- 积分:1