-
M
说明: MATLAB平台下图像处理实验教学软件的实现研究(Image processing in MATLAB platform of experimental teaching software implementations)
- 2013-03-08 11:06:01下载
- 积分:1
-
hechengkongjing
此为一个合成孔径雷达的MATLAB仿真程序。(Synthetic aperture radar MATLAB simulation program.)
- 2013-09-06 17:46:44下载
- 积分:1
-
Reducing-the-Number
基于矩阵笔方法的稀疏阵列综合,是一篇引用率很好的文章(matrix pencil)
- 2014-11-17 13:04:10下载
- 积分:1
-
Radiometer-array
缺失部分方位信息的辐射计阵列有源校正 (Radiometer array azimuth information of the missing part of the active correction)
- 2013-12-12 13:34:03下载
- 积分:1
-
cpu
采用仿真实验的方法,分析和评价FCFS、SJF、RR和MLFS算法的优劣,用c++实现四种调度算法,源代码如下,思路程序内有注解(Method using simulation, analysis and evaluation of FCFS, SJF, RR, and MLFS merits of the algorithm, using c++ to achieve the four scheduling algorithms, source code is as follows, ideas, comments within the program)
- 2011-05-04 19:47: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
-
ekf-and-ukf
本文主要是介绍了EKF与UKF的基本原理及其区别,主要适合讲课和作业运用(This paper introduces the basic principles of its distinction of EKF and UKF for lectures and operating use)
- 2012-09-17 13:59:31下载
- 积分:1
-
TP-matlab-Ngot
TP matlab mas TP matlab mas
- 2013-02-24 18:22:28下载
- 积分:1
-
MATLAB
在控制工程中的应用,自动化的学生应该用的到(matlab in control engineering)
- 2009-04-14 13:17:49下载
- 积分:1
-
STFT
短时傅里叶变换的Matlab程序代码,短时傅里叶变换时最经典的时频分析方法(Matlab code short time Fourier transform, short-time Fourier transform of the most classic time-frequency analysis)
- 2014-03-01 19:48:13下载
- 积分:1