-
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
-
yuyinquzaoxiaobo
基于小波变换的语音信号分解、重构去噪,希望对大家有所帮助。(The voice signal decomposition and reconstruction based on wavelet transform denoising.I hope to be helpful.)
- 2012-05-02 21:26:49下载
- 积分:1
-
MATLAB-Farsi
Teaching Persian language and simple matlab
- 2014-02-18 17:33:38下载
- 积分:1
-
brushlet
brushlet程序,包括分解,重构,显示系数等(brushlet.zip)
- 2010-09-14 13:32:15下载
- 积分:1
-
aspppc
jpeg压缩matlab代码 代码jpeg压缩matlab 代码(jpeg compression Matlab code jpeg compression code Matlab code jpeg compression Matlab code)
- 2007-04-06 10:31:55下载
- 积分:1
-
damage_FEM
在FEM中引入几何损伤,计算特定特征裂隙下的固体变形和内力(Introduced in the FEM geometry injury, calculated under the specific features of fracture of solid deformation and internal force of)
- 2009-10-04 19:31:05下载
- 积分:1
-
echant_fft
sampling of some signal and fft representation
- 2011-01-13 11:05:09下载
- 积分:1
-
data-fitting
this program fits a set of data, using customized function.
- 2011-05-21 08:26:28下载
- 积分:1
-
recongnize-faults-pg
能够提取出故障的特征,并对故障的特征进行分类,为进一步识别故障做好基础。(It could give charasterics of different faults and divide them.As a result,it is based on recongnizing the faults.)
- 2011-12-08 18:54:04下载
- 积分:1
-
tsp_NA
NA解TSP,操作环境matlab 附中文注释(program of NA to solve tsp)
- 2012-03-29 12:21:45下载
- 积分:1