-
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
-
GAFCM
Fitness value for clustering
- 2012-08-31 14:21:58下载
- 积分:1
-
temp_twotanks_sim
Quadruple tank benchmark exercise solution version 2
- 2014-11-14 09:44:17下载
- 积分:1
-
toolbox_signal
This toolbox implements the algorithm in a fairly general way in a C file that can be called from Matlab. It allows to perform the traditional NL-means for denoising (for both B&W and color images) but also to use an arbitrary set of patches to perform the denoising.
(This toolbox implements the algorithm in a fairly general way in a C file that can be called f rom Matlab. It allows to perform the traditiona l NL-means for denoising (for both B)
- 2007-07-10 10:54:21下载
- 积分:1
-
SVD
常规DOA谱估计music算法在多径环境下失效,SVD算法利用最大特征值对应的特征矢量重新构造奇异值矩阵,可以成功估计相干信号。(Conventional music spectrum estimation algorithm for DOA in multipath environment, failure, SVD algorithm using the maximum eigenvalue of the feature vector corresponding to re-construct singular value matrix, can be successfully estimated coherent signal.)
- 2009-10-31 14:40:49下载
- 积分:1
-
onebit
空时编码多发单收程序源文件,可以供初学者学习交流使用(Space-time coding with multiple single-income program source files, can be used for beginners to learn to share their)
- 2010-03-07 14:18:11下载
- 积分:1
-
spsBatteryModel
说明: 常用的铅酸蓄电池mdl模型,参数按照标准电池参数设定欢迎下载(Mdl model commonly used lead-acid batteries, battery parameters in accordance with the standard parameter settings are welcome to download)
- 2010-04-13 22:50:40下载
- 积分:1
-
Hamm74_viterbi
Hamming 7,4 Viterbi Encoding and Decoding Algorithm step by step procedure explained
- 2013-09-21 19:29:47下载
- 积分:1
-
huffman
图像压缩matlab的霍夫曼编码huffman
- 2010-12-09 13:31:26下载
- 积分:1
-
para
船舶参数横摇,参数横摇的3自由度模型,包括垂荡和纵摇作用(Parametric Rolling of ships, the 3 degree of freedom model of parametric rolling, including heave and pitch function
)
- 2020-09-02 16:38:08下载
- 积分:1