-
gray
说明: 灰色理论GM(1,1)的理论及实践应用,供大家参考(Gray theory GM (1,1) theory and practical application, for your reference)
- 2008-11-20 16:58:35下载
- 积分:1
-
zishiyinceliang
此程序能够完成对电容元件的几何特性自适应测量。(This program can complete the adaptive measurement of geometric characteristics of the capacitor element.
)
- 2015-03-11 14:36:49下载
- 积分:1
-
matrix_add
说明: matlab中add函数的C++实现,即矩阵加法的实现,包含条件判断(matlab add functions in C++ implementation, the realization of the matrix addition, including conditional)
- 2011-03-14 19:40:44下载
- 积分:1
-
zhongxinjixian
中心极限定理的验证,三种独立分布具有同样的均值与方差,大量叠加后分布趋于正态(Central limit theorem verification, three kinds of independent distribution has the same mean and variance, a large number of superimposed normal after the distribution tends)
- 2009-12-02 15:53:07下载
- 积分:1
-
Matlab-command
matlab命令大全,最适合初学者,也可以供编程者查询。(matlab command Guinness, the most suitable for beginners, you can query for programmers.)
- 2007-09-18 00:29:25下载
- 积分:1
-
bishe
说明: 永磁同步电机的直接转矩控制算法设计 matlab的仿真(PMSM DTC)
- 2011-03-24 21:47:25下载
- 积分:1
-
GUI
利用MATLAB程序编写的界面程序,GUI程序(Using MATLAB programming interface procedures, GUI program)
- 2014-11-03 14:20:34下载
- 积分:1
-
Find_Center_of_circles2
VB.NET获取圆角矩形 能获取一个圆 和圆心坐标 也能获取矩形(VB.NET Get the Rounded Rectangle To obtain the coordinates of a circle and the center of the circle can also obtain the rectangular)
- 2012-04-26 13:26:07下载
- 积分: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
-
matlab100examples
matlab实用100例,包含大量gui设计(examples for matlab including lots of design of gui)
- 2009-04-09 13:24:23下载
- 积分:1