-
matlab
说明: 优化计算工具简介,matlab,mathematica,excel的比较(optimization tool, matlab, mathematica, excel comparison)
- 2009-08-17 10:13:22下载
- 积分:1
-
Matlab-wusunbianjiema
在Matlab环境下实现的无损编解码,代码简单易懂(In the lossless codec implementation under the environment of Matlab, the code is simple to understand)
- 2013-03-29 16:19:53下载
- 积分:1
-
chaos1
混沌吸引子,用于处理信号,得到非线性的处理(The chaos attractor, for processing signals, nonlinear processing)
- 2015-03-25 10:37:24下载
- 积分:1
-
glotlf
GLOTLF Liljencrants-Fant glottal model U=(D,T,P)
- 2007-09-11 21:38:47下载
- 积分:1
-
AWGN
AWGN channel simulation without channel coding. Modulation scheme is BPSK. BER curve is provided.
- 2007-10-27 16:52:44下载
- 积分:1
-
rgbhistogram
This is a simple code for perform RGB histogram algorithm on an image.
- 2010-11-01 21:23:03下载
- 积分:1
-
antenna
antenna patterns using matlab codes
- 2010-05-19 03:37:01下载
- 积分:1
-
Surface_Contour_Plot
surface counter for matlab
- 2012-04-24 16:54:03下载
- 积分: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
-
MATLAByouhua
MATLAB优化应用书籍,书中详细讲述了MATLAB中优化方面,是一本难得的资料,书中有详细的案例和具体的操作过程是学习MATLAB优化的首选资料(MATLAB optimization of application of books, book detail in MATLAB, optimization, is a rare data, the book detailed the case and specific course of action is to learn MATLAB optimization of the preferred data)
- 2009-10-14 16:43:13下载
- 积分:1