-
work
一段matlab下的LPP算法实现的完整程序,与算法同仁一起分享(LPP for matlab)
- 2009-12-28 15:20:54下载
- 积分:1
-
MATLAB6.5tuxiangchuli
MATLAB6.5辅助图像处理,很有用,适合于广大学者。(MATLAB6.5 assisted image processing, useful for the general academic.)
- 2010-01-04 18:26:23下载
- 积分:1
-
windturbine
直驱型风力发电并网模型的simulink仿真。
可以运行。(Direct drive wind power generation and network model simulink simulation. Can run.)
- 2013-01-11 17:32:40下载
- 积分:1
-
3D-SPIHT
用matlab做的三维视频压缩编码算法,希望对大家有帮助(Using matlab to do three-dimensional video compression coding algorithm, in the hope that everyone has to help)
- 2007-10-10 21:24:58下载
- 积分:1
-
cengfenfa
层次分析法,直接可以用的matlab程序,包含两个文件(AHP)
- 2009-11-18 18:40:26下载
- 积分:1
-
1003
some paper talk about how to use hmm train data (some paper talk about how to use hmm train data )
- 2012-11-25 22:39:05下载
- 积分:1
-
KalmanFiltering
关于卡尔曼滤波的好书,详细介绍了卡尔曼滤波的原理以及实现。(detial Kalman Filtering,and give various examples)
- 2010-06-09 19:14:10下载
- 积分:1
-
5
一道程序编译顺序的考题,涉及到函数调用的先后顺序及运算符号的优先级等问题。下面我展开给你讲。
C的程序编译总是从main函数开始的,这道题的重点在“fun((int)fun(a+c,b),a-c)) ”语句。
系统首先要确定最外层 fun()函数的实参,第一个参数的确定需要递归调用fun()函数(不妨称其为内层函数)。内层函数的两个参数分别为x=a+b=2+8=10、y=b=5,执行函数体x+y=10+5=15,于是得外层函数的参数x=15。其另一个参数y=a-c=2-b=-6,再次执行函数体,得最终返回值x+y=15+(-6)=9。 (Compiling together the sequence of test procedures, involving the sequence of function calls and operator symbols, such as the priority problem. Now I give you to start speaking. Procedures for C compiler always start from the main function and at这道题the focus of " fun ((int) fun (a+ c, b), ac)) " statement. System must first determine the most outer layer of fun () function of real parameters, the first parameters of recursive calls required fun () function (may be called the inner function). Inner function separately for the two parameters x = a+ b = 2+8 = 10, y = b = 5, to execute the function body x+ y = 10+5 = 15, then the outer function parameters were x = 15 . Its another parameter y = ac = 2-b =- 6, once again to execute the function body may eventually return the value of x+ y = 15+ (-6) = 9.)
- 2009-03-15 15:36:23下载
- 积分:1
-
1D FDTD
说明: 实现电磁波在两端为PEC板时的一维FDTD程序(Realize the one dimension FDTD program when the electromagnetic wave is PEC board at both ends)
- 2020-07-26 21:04:00下载
- 积分:1
-
Gabor
Gabor transformer for image processing in matlab
signal processing
- 2014-02-16 17:11:43下载
- 积分:1