-
To-build-real-time
基于MATLAB-SIMLINK系统中xPC的TPMS数据采集系统的设计(Based on of xPC the TPMS data acquisition system design)
- 2013-04-26 10:56:52下载
- 积分: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
-
spStft
speech Stft pitch detection
- 2010-09-06 22:43:16下载
- 积分:1
-
math_of_convolution
This program shows how convolution works, going through all the steps of exactly what gets added up and multiplied with what. It also explains from the ground-up how to do for-loops in Matlab. (By the way, if you want to see an example of how to "vectorise" code to avoid for-loops altogether, look at the bkprop.m program in my
- 2012-08-07 12:42:23下载
- 积分:1
-
quanjiaqi
建立了基于matlab语言的四位全加器仿真模型,通过了系统验证。(Matlab language is established based on four full adder simulation model, verified by the system.)
- 2010-09-27 15:50:28下载
- 积分:1
-
5-IJTPE-Issue9-Vol3-No4-Dec2011-pp29-35
MODIFIED ANT COLONY OPTIMIZATION TECHNIQUE
- 2014-10-31 23:34:46下载
- 积分:1
-
Solving-optimal-control-problems-with-MATLAB
a good book for optimal control in MATLAB tm
- 2015-01-12 07:36:21下载
- 积分:1
-
txyslh
实现了简单的图像的小波变化和压缩编码!!
并计算了压缩后的熵值!!(To achieve a simple image of the wavelet transform and compression coding! ! And calculate the entropy of the compressed! !)
- 2009-11-11 13:04:17下载
- 积分:1
-
sinmulinksvpwm
simulink d的SVPWM模块,作仿真的同志门用的着,(simulink d the SVPWM module for simulation of the door used by the comrades,)
- 2008-07-23 14:50:31下载
- 积分:1
-
C_C
C——C方法计算,用于相空间重构分析,很好很使用的一种方法(C- C method for phase space reconstruction analysis。It is ery good and useful。)
- 2012-04-12 11:31:05下载
- 积分:1