-
image2
Matlab source code related to jpeg. which is useful for the developers .. for the basic image filetypes
- 2009-04-30 20:00:00下载
- 积分:1
-
jiaojing.zip
我们采用交警平台!对数据进行处理!我们会努力的加油(We use traffic platform! For data processing!)
- 2013-09-11 19:34:03下载
- 积分: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
-
SimulateDWMRI123
You can use this script to generate synthetic DWMRI or DTI datasets
- 2010-11-18 07:17:37下载
- 积分:1
-
heat
The explicit finite dierence method to solve heat equation
- 2012-04-30 00:21:22下载
- 积分:1
-
InverseSynthetic-MatlabFiles
Inverse Synthetic Aperture Radar processing using MATLAB
- 2012-05-07 18:57:35下载
- 积分:1
-
Powerflow
潮流,牛顿潮流,主要应用于电力系统中。最基本的算法(Newton trend trend, mainly used in power system.The most basic algorithm)
- 2014-12-05 15:12:04下载
- 积分:1
-
impedance
IMPEDANCE - computes input impedance, for one lumped port
Syntax:
impedance
Description:
IMPEDANCE computes the frequency behavior of the antenna input
impedance. It also computes the feed power (which coincides with the
total radiated power only for lossless antennas). The frequency range
and the number of steps should be given below.
MATLAB Antenna Toolbox Draft 05, Antenna Lab, ECE, WPI, mat05@ece.wpi.edu
Authors: S. Kulkarni, A. Marut, S. Makarov
- 2013-01-19 17:36:56下载
- 积分:1
-
belga
matlab code of channal
- 2010-07-09 04:36:54下载
- 积分:1
-
bandpass3
FIR带通滤波器的设计程序,参数见程序内容(FIR band-pass filter design, process parameters, see)
- 2009-04-04 18:07:14下载
- 积分:1