-
MATLAB
用matlab对模糊控制进行讲解,及其仿真的练习(Using matlab to explain to the fuzzy control, and simulation exercises)
- 2009-04-16 22:04:03下载
- 积分:1
-
jiami-jiemi
自己编写的图像加密程序,要求下载人会用matlab,文件直接解压缩即可(prepare their image encryption procedures, requirements will be downloaded using Matlab, documents can be directly extracted)
- 2007-03-17 14:20:57下载
- 积分:1
-
Network-flow-maximum-flow
网络流 最大流的matlab算法,包含多个文件(The network flow maximum flow Matlab algorithm contains multiple files)
- 2020-12-22 20:19:13下载
- 积分:1
-
Distortionless_Data_Hiding
watermarking is the process of hiding information in the digital image.
- 2010-01-20 01:19:22下载
- 积分:1
-
channel_estimation_2dlinear
2d linear channel estimation
- 2009-12-16 17:06:03下载
- 积分:1
-
INS-alignment
关于惯性导航系统传递对准与系统参数误差分析的源代码~谢谢分享(Share on the passing of the inertial navigation system alignment and error analysis of the source code ~ Thank you)
- 2012-08-19 15:45:11下载
- 积分:1
-
STAP
说明: 阵列信号处理中的空时自适应处理算法的MATLAB实现代码(MATLAB Implementation Code of Space-Time Adaptive Processing Algorithms in Array Signal Processing)
- 2021-04-22 14:38:48下载
- 积分: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
-
first1
这是数字信号处理的作业的第一部分包括了lms算法的基本步骤(This is a digital signal processing operations, including the first part of the basic steps of the lms algorithm)
- 2009-04-28 19:14:37下载
- 积分:1
-
LMS
LMS算法的仿真程序,对每条语句都做了非常详细的说明。(LMS algorithm)
- 2013-05-09 13:59:54下载
- 积分:1