-
Gauss-qzhyxq
数值分析中基于Matlab环境下的Gauss全主元消去法的源代码(Numerical analysis in Matlab environment based on principal component elimination method Gauss full source code)
- 2011-06-17 08:46:58下载
- 积分:1
-
fig10_5
圆阵干涉方向图,电源干扰,测向,纠错,相位补偿(Circular array interferometer pattern, power interference, direction finding, error correction, phase compensation)
- 2013-09-09 22:57:22下载
- 积分:1
-
遗传算法的matlab APP实现
说明: 利用matlab自带工具箱实现遗传算法,在具体应用时不必编写较长的代码(Using Matlab toolbox to realize genetic algorithm)
- 2021-04-25 09:16:29下载
- 积分:1
-
MATLAB-Corner
使用MATLAB编写的角点检测源代码,并附有用于检测算法的图形(The use of MATLAB prepared corner detection source code, together with the graphics for the detection algorithm)
- 2009-01-05 20:28:42下载
- 积分:1
-
Linear_array_wideband_MVDRt
直线阵宽带信号方位估计,利用MVDR进行波束形成,(单目标情况)(Linear array wideband signal DOA estimation using MVDR beamforming, (single-target case))
- 2020-10-20 17:47:24下载
- 积分:1
-
Lab4_2_97077
The Olympic filter is named for the system of scoring used in certain Olympic events, in which the highest and lowest scores are dropped and the remaining ones are averaged.
- 2015-04-01 04:58:42下载
- 积分:1
-
gbp
Gaussian belief propagation code in matlab.
- 2009-01-01 22:50:31下载
- 积分:1
-
icaMF
用于信号处理的fastica算法源码,希望对大家有帮助(For signal processing algorithm FastICA source, in the hope that everyone has to help)
- 2007-10-17 20:12:45下载
- 积分:1
-
matlab
matlab实用程序百例源代码,主要涉及图形应用、界面设计、图形处理和数值分析。(matlab source code for 100 cases of practical procedures, mainly related to graphics applications, interface design, graphics processing and numerical analysis.)
- 2009-05-05 09:24:22下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1