-
capacity
this files contain code regarding capacity analysis
- 2010-11-10 05:24:37下载
- 积分:1
-
STBC_MATLAB_SOURCE_CODE
matlab for lpi radar
- 2013-11-28 13:07:55下载
- 积分:1
-
ben_ver5
building benchmark analysis
- 2015-03-24 15:40:48下载
- 积分:1
-
PIDMATLABfangzhen
PID控制基础及MATLAB仿真 PID控制基础及MATLAB仿真(PID control and MATLAB simulation based on the basis of PID control and MATLAB simulation)
- 2010-11-27 01:33:47下载
- 积分:1
-
center
说明: 验证中心极限定理,即将若干个不相关随机变量相加(Verify the central limit theorem, not related to the forthcoming number of the sum of random variables)
- 2009-08-10 09:37:30下载
- 积分:1
-
Read-header-vf
读取多普勒雷达资料,本程序对SA型天气多普勒雷达原始体扫数据进行处理(the process of the SA-Doppler weather radar on the original scan data processing, the use of radar data for the original subsequent handling )
- 2012-08-02 09:02:58下载
- 积分:1
-
Hw_entire
汽车整车模型的分析,主要是垂向加速度和侧倾角速度的分析。(Automobile model analysis, analysis of the vertical acceleration and the roll angular velocity.)
- 2020-07-04 05:20:02下载
- 积分:1
-
可变遗忘因子
本程序为遗忘因子最小二乘法,可以拷贝至matlab的M文件中适应(Matlab for ] least square method)
- 2018-07-31 17:19:26下载
- 积分: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
-
perceptron
对包含的data文件中的数据进行感知器算法的方法线性划分(The data files to contain data method of perceptron algorithm. Linear partition)
- 2011-05-19 15:40:57下载
- 积分:1