-
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
-
parzen
说明: Parzen窗拟合标准正态分布(Matlab实现)(Parzen window fitting the standard normal distribution (Matlab implementation))
- 2010-04-29 19:41:47下载
- 积分:1
-
FM_AM_Modulation
这是一个关于AM和FM调制实现的MATLAB程序,内有详细注释,希望能对大家有所帮助。(on AM and FM modulation to achieve the MATLAB program, with detailed notes, The hope is to help everyone.)
- 2007-03-14 22:23:55下载
- 积分:1
-
dst_idst
坐标系转变,通过运行,很好的代码,哈哈哈(Coordinate system transformation, by running, a good code)
- 2011-12-09 21:32:55下载
- 积分:1
-
liu5
2FSK数字调制通信系统)的详细代码!!可以用于MATLAB上得出图像。(2FSK digital modulation communication system) more code! ! MATLAB can be used to draw images on.)
- 2010-06-27 15:06:11下载
- 积分:1
-
87436705longgekutafahelongbeigesuanfa
数值分析中常用的几个算法,可以稍微改变在MATLAB中运行哦(numerical analysis of several commonly used algorithms can be changed slightly in MATLAB operation oh)
- 2006-12-30 14:41:54下载
- 积分:1
-
MATLAB.doc
边界层厚度损失分析的matlab程序
很实用!(boundary layer thickness loss analysis Matlab procedure very practical!)
- 2007-01-10 15:29:38下载
- 积分:1
-
lgwhlfz
逻辑双闭环控制仿真电路,可以帮助分析直流电机拖动系统控制设计。(failed to translate)
- 2013-05-05 14:34:50下载
- 积分:1
-
MATLAB--hecheng
matlab开发环境下的语音波形的合成与识别,非常有用的一段程序的描述(Description waveform synthesis and voice recognition matlab development environment, very useful for some programs)
- 2013-12-25 16:57:25下载
- 积分:1
-
PhaseCongruency
m.file phase congruency for image processing applications
- 2011-01-24 17:50:11下载
- 积分:1