-
code
Gabor wavelet Image retrieval
- 2014-09-16 18:47:32下载
- 积分:1
-
Channel-coding
信道编码的相关源码,包括检错码,线性分组码,卷积码,Turbo码和低密度校验码(LDPC).(Source, channel coding error detection code, linear block codes, convolutional codes, Turbo codes and low density parity check code (LDPC).)
- 2013-04-05 19:42:11下载
- 积分: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
-
matlab-examples2
matlab实用程序小合集第2部分,都是一些完成特定功能的小程序,很适合新手朋友(matlab utility small collection part 2, are some small programs to accomplish a specific function, it is suitable for novice friend)
- 2014-01-17 09:54:29下载
- 积分:1
-
code
说明: 高斯过程回归单模型 基于主成分子模型融合PCS-GPR 图像分析找不同 支持向量机回归建模 人工神经网络(Gaussian process regression single model fusion based on principal component synthesis PCS-GPR image analysis to find different support vector machine regression modeling artificial neural network)
- 2021-03-05 16:49:30下载
- 积分:1
-
boost
BOOSTCHOPPER IS ALSO CALLED CLASS B CHOPPER USED IN POWER ELCTROONICS AND DRIVE APPLICATION
- 2011-06-18 23:30:08下载
- 积分:1
-
mean-shift-matlab
用mean-shift方法进行运动目标跟踪的源码,有一定的参考价值()
- 2007-10-29 20:43:23下载
- 积分:1
-
matlab_WGN_funtion_for_Comunication_Theory
Function that returns a row vector of WGN with same length as input signal.
- 2009-11-30 08:58:24下载
- 积分:1
-
MATLAB85
说明: matlab 时频分析工具箱 ,放在matlab下即可运行(Time-Frequency Analysis toolbox matlab)
- 2010-04-13 11:31:01下载
- 积分:1
-
Viterbi
Viterbi Decoder in C
- 2014-02-21 03:01:41下载
- 积分:1