-
aixibaoyansefenxi
细胞颜色分析,matlab实现,效果不错(Color analysis of cells, matlab achieved good results)
- 2007-11-22 16:25: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
-
shuzituxiang
这是一个数字图像处理的matlab仿真程序,效果比较好(This is a digital image processing matlab simulation program, the effect is better)
- 2009-03-15 23:07:05下载
- 积分:1
-
snake_demo
snake_demo是个很好的学习snake的工具(snake_demo is a good tool for learning snake)
- 2010-08-14 23:26:51下载
- 积分:1
-
spectrum
功能: 功率谱分析
算法参考文献:黄嘉佑,《气象时间序列分析》(functions : power spectral analysis algorithm References : Geophysics, "meteorological time series analysis")
- 2007-01-08 15:57:27下载
- 积分:1
-
FEM_2D_MATLAB
两维平面弯曲梁有限元matlab源码,对初学者刚入门很有帮助。(2D FE PROGRAM FOR A BEAM IN BENDING)
- 2013-01-12 11:55:50下载
- 积分:1
-
Nonlinear_equations
说明: 本工具箱包含非线性方程组求解的程序代码,通过调用函数可求解相关方程的数值解,适合MATLAB初学者调试(This kit contains the nonlinear equations of the program code, by calling the function can be related equation for solving the numerical solution, suitable for beginners debug MATLAB)
- 2010-04-03 13:57:12下载
- 积分:1
-
countingcar
Detect the car and counting it how many
- 2015-04-06 23:35:46下载
- 积分:1
-
exprony_ma
求取系统特征模态,以及参数辨识使用。采用扩展的prony算法。(eigen value dentification)
- 2011-09-26 22:17:15下载
- 积分:1
-
The-pitch-period-of-the-voice-signal
在录制好音源后,通过该程序,可以求解出各自声音信号的基音周期。(Recording audio through the program can solve each pitch period of the voice signal.)
- 2013-05-11 22:52:40下载
- 积分:1