-
LMS1
利用最小均方误差算法进行系统参数的辨识,其中步长确定(This program is an LMS algorithm used for system identification. The step of the algorithm is a constant. )
- 2012-06-07 00:11:43下载
- 积分: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
-
arc_polygon3dm
南极三维坐标转换算法,三维平面坐标系到极方位等角坐标系(3d coordinate system transform of antarctic)
- 2011-05-24 01:02:58下载
- 积分:1
-
ber-equalizer-paper
Bit error rate equalizer, paper. Very easy implemetation
- 2015-01-23 02:05:31下载
- 积分:1
-
fem_matlab
用matlab做的有限元编程的源代码,子例程丰富(Using matlab to do finite element programming source code, extensive subroutine)
- 2010-09-09 10:58:49下载
- 积分:1
-
MATLAB-three-dimensional-mapping
利用MATLAB进行三维图像的绘制,非常详细的介绍了有关的操作步骤!(Using MATLAB for the rendering of three-dimensional images, a very detailed introduction to the steps!)
- 2012-05-01 23:21:18下载
- 积分:1
-
show
说明: 对于全方位的识别和优化做了很详细的分析程序处理和样本对照(For the full identification and optimization of doing a very detailed analysis of the samples were processed and)
- 2010-04-11 15:20:09下载
- 积分:1
-
LL1
能够实现LL(1)预测分析过程的源码,有测试用例(To achieve LL (1) Prediction of the process of source code, there are test cases)
- 2020-06-30 08:40:01下载
- 积分:1
-
LSB1
LSB used in watermarking for embedding
- 2013-01-21 22:42:46下载
- 积分:1
-
code
fish classification...image classification..image recogniae
- 2013-02-03 22:56:18下载
- 积分:1