-
Untitled5
不对称陀螺分子在强电场中薛定谔方程的矩阵表达(asymmetric top molecules in strong electric field in the matrix representation of the Schrodinger equation)
- 2011-05-09 09:59:24下载
- 积分:1
-
GABOR
文件里包括2个函数,实现gabor滤波器,参数可以由自己指定(gabor wavelet)
- 2011-10-19 10:53:30下载
- 积分:1
-
lms
matlab源程序,实现了自适应滤波器中LMS自适应算法。(matlab source code to achieve the adaptive filter in the LMS adaptive algorithm.)
- 2007-12-11 16:57:28下载
- 积分:1
-
kwiener
Krnel wiener filter (algorithm in matlab)
- 2009-12-21 18:37:38下载
- 积分:1
-
psk
simulation psk modulation with matlab
- 2013-03-11 23:45:53下载
- 积分:1
-
matlab_for_hw5
matlab codes for viterbi encoding
- 2013-04-06 13:06:02下载
- 积分:1
-
Cognitive-Radio-Matlab-Source-Code
to detect the energy in cognitive radio
- 2014-02-17 17:42:00下载
- 积分:1
-
goukun_v24
包括AHP,因子分析,回归分析,聚类分析,GSM中GMSK调制信号的产生,进行逐步线性回归。( Including AHP, factor analysis, regression analysis, cluster analysis, GSM is GMSK modulation signal generation, Stepwise linear regression.)
- 2016-12-06 12:28:44下载
- 积分:1
-
ch11_1
利用类处理异常,实现根据异常处理规则,进行异常捕获(The use of unusual types of processing to achieve exception handling in accordance with rules capture abnormal)
- 2009-04-12 17:20:13下载
- 积分: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