-
chouyang
说明: 使用matlab对独立随机过程抽样产生带通随机过程(The process of generating independent random sampling of band-pass random process)
- 2011-03-10 09:14:02下载
- 积分:1
-
hundunziliao
用龙格库塔法求得微分方程的数值解;用龙格库塔法求得微分方程的数值解(Obtained by using Runge-Kutta numerical solution of differential equations obtained by using Runge-Kutta numerical solution of differential equations)
- 2011-08-29 21:15:43下载
- 积分:1
-
Near-Field-Beamforming
直线阵进场聚焦波束形成算法,三维作图,伪彩图作图(Linear array approach focused beamforming algorithm, three-dimensional mapping, pseudo-color mapping)
- 2013-09-15 09:13:47下载
- 积分:1
-
xiezuo
协作通信中的AF,DF转发的matlab代码,其中还有一些是编码的代码。(Collaborative communication of AF, DF forwarding of matlab code, and some of them are encoded code.
)
- 2013-11-12 17:03:07下载
- 积分:1
-
PV_Power_Plant
this is a matlab based simulation of grid connected PV power plant
- 2013-05-24 00:35:39下载
- 积分:1
-
kubo
采用matlab计算石墨烯电导率的Kubo公式(Kubo formula for calculating the conductivity of graphene using MATLAB)
- 2021-05-13 19:30:02下载
- 积分: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
-
05
说明: 《Matlab从入门到精通》所有的源程序。(《Matlab from entry to the master》 all of the source.)
- 2009-10-09 01:34:12下载
- 积分:1
-
da_control_filter
da control filter design in matlab simulink
- 2009-04-30 21:14:31下载
- 积分:1
-
ArcEngineTopology
自己做的一个针对mdb中数据集构建拓扑,并进行拓扑验证的例子,之前找半天没有找到相关的,自己做的这个还是可以用的,希望能帮到有需要的人士(Examples of their own to do a build topology for mdb data sets and topology verification, before looking for a long time did not find the relevant own doing this can still be used, I hope to help those in need)
- 2014-11-06 16:28:33下载
- 积分:1