-
weifenfangcheng
该代码主要用于求解微分方程问题,他是由Matlab编写而成。(The code is mainly used for solving differential equations, he is prepared from Matlab.)
- 2008-07-27 19:05:07下载
- 积分:1
-
pso_Trelea_vectorized
粒子群算法(PSO)的优化程序,通用,很好用的。。(PSO Optimization program)
- 2013-01-09 12:54:58下载
- 积分:1
-
qp
说明: 求解一般线性无约束最优化问题的qp算法程序(Solving the general linear unconstrained optimization algorithm QP procedures)
- 2012-05-11 21:57:11下载
- 积分:1
-
RSOA
反射式半导体光放大器的静态建模和动态建模(steady model and dynamic model of RSOA )
- 2013-11-27 22:07:14下载
- 积分: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
-
WienerFilter
matlab实现维纳滤波,原创编译运行通过,下载即可直接使用。(Wiener filter implementation matlab, run by the original compiler, download it directly.)
- 2010-11-22 11:15:35下载
- 积分:1
-
kuaisufuliye
光纤中计算非线性的表达式,可以计算色散,自相位调制。(Calculation of nonlinear optical fiber expression)
- 2014-10-15 15:40:59下载
- 积分:1
-
1232
修正格拉姆-施密特正交化的matlab源程序(Modified Gram- Schmidt orthogonalization matlab source)
- 2010-11-27 18:16:05下载
- 积分:1
-
MatlabIdentification
《系统辨识理论及Matlab仿真》MATLAB程序( System identification theory and Matlab simulation MATLAB program)
- 2014-10-10 09:19:04下载
- 积分:1
-
Complete-GMSK-Modulation-a-Demodulation
Entire GMSK Modulation and Demodulation with BER counting.....
- 2020-12-19 12:59:10下载
- 积分:1