-
matlab
MATLAB中文使用手册,能对MATLAB有个基本的了解,简约。(MATLAB Chinese user manual, can have a basic understanding of MATLAB, simple.)
- 2010-09-29 11:23:15下载
- 积分:1
-
adf
滤波器仿真 matlab 画图 真是凑不够20个字了(Minato filter simulation matlab drawing is really not enough words of the 20)
- 2010-06-01 11:06:44下载
- 积分: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
-
matlab-WORD
说明: 这是一份介绍MATLAB的WORD版教程,里面有具体的实例,对于初学者很有用,欢迎大家下载学习。(This is a description of the WORD version of MATLAB tutorial, there are specific examples useful for beginners, are welcome to download the study.)
- 2011-04-14 23:27:07下载
- 积分:1
-
220057140143
信号与系统 相关分析与卷积运算的试验报告上课写的(Signal related to the system analysis and convolution computing class written test report)
- 2008-05-07 10:34:34下载
- 积分:1
-
CSCE575_ProgrammingAssignment1_Oladiran
802.11 SIMULATION REPORT AND SOURCE CODE
- 2014-08-28 04:43:01下载
- 积分:1
-
yiweidengyiziFDTD
一维等离子的FDTD的MATLAB程序,主要是等离子体光子晶体仿真。(One-dimensional FDTD plasma of the MATLAB program, mainly plasma photonic crystal simulation.)
- 2009-04-19 16:23:19下载
- 积分:1
-
Intelligent-control-procedure
智能控制程序,在智能控制课文中的实例应用程序!容易上手、实用!(Intelligent control procedures, in instances of intelligent control applications in the text! Easy to use, practical!)
- 2011-01-21 17:28:53下载
- 积分:1
-
EKF-UKF-PF
扩展卡尔曼滤波,无迹卡尔曼滤波,粒子滤波三种算法的比较,matlab程序。(Extended Kalman filter, unscented Kalman filter, the comparison of the particle filter three algorithms, Matlab program.)
- 2013-04-22 16:26:11下载
- 积分:1
-
LMS_equalizer
自适应均衡中LMS算法的仿真程序,输出曲线与均方误差曲线(Adaptive equalization in the LMS algorithm simulation program, the output curve and the mean square error curve)
- 2011-06-20 16:30:32下载
- 积分:1