-
AFD12
Talking about adaptive filter digital
- 2009-03-12 07:14:09下载
- 积分:1
-
ABC算法
说明: matlab语言的人工蜂群算法,包括最初版本和改进版两版(Matlab language artificial bee colony algorithm, including the initial version and the improved version)
- 2020-06-23 18:00:02下载
- 积分: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
-
MATLAB-wentaiwucha
本文分析说明了如何利用MATLAB实现控制系统稳态误差的计算及稳态误差曲线的绘制,并通过一个控制系统实例做了详细介绍。(This analysis shows how to use MATLAB to achieve steady-state error control system and the calculation of steady-state error curve drawing, and a control system example by a detailed description.)
- 2011-09-27 18:01:48下载
- 积分:1
-
matlab-socket
matlab socket example
- 2013-05-19 16:24:57下载
- 积分:1
-
cooperative_network2
Analyze a performance of cooperative networks over Rayleigh fading channels for different transmissions protocols.
- 2009-04-03 02:53:15下载
- 积分:1
-
q
说明: GM(1,1)模型程序
可用于一般时间序列预测(GM (1,1) model program can be used for general time series prediction)
- 2009-04-08 18:34:59下载
- 积分:1
-
fusion
基于kalman滤波的信息融合程序,对理解kalman滤波原理有一定帮助(Kalman filter based on the information fusion process, for understanding the principle of kalman filter has a certain extent, help)
- 2008-04-04 10:40:52下载
- 积分:1
-
MATlab--iir
matlab实现iir滤波器。iir数字滤波器有显著特点,dsp运行速度快(matlab iir filter implementation)
- 2011-04-21 18:21:46下载
- 积分:1
-
QPSK--15
QPSK的完整十五例,bi_to_uni.m carrier_mod.m carrier_remod.m despread_spectrum.m dpxs.m......(QPSK full fifteen cases, bi_to_uni.m carrier_mod.m carrier_remod.m despread_spectrum.m dpxs.m. .....)
- 2013-07-23 10:07:52下载
- 积分:1