-
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
-
111
matlab产生高斯脉冲matlab产生高斯脉冲(matlab matlab generated Gaussian pulse generated Gaussian pulse)
- 2010-06-09 20:10:59下载
- 积分:1
-
matlab
基于matalab的信道自适应均衡技术研究(Matalab based channel adaptive equalization technology research)
- 2013-08-28 21:56:05下载
- 积分:1
-
pb
说明: phone book for add or remove telephone numbers in text file
- 2014-01-12 19:01:34下载
- 积分:1
-
Red-Object-Detection
Red object Detection seample
- 2015-04-10 02:44:31下载
- 积分:1
-
Hruilicluttera
产生功率谱为高斯谱的的瑞利杂波,并画出图形
(Produce the power spectrum for the Gaussian spectrum of Rayleigh clutter and draw graphics)
- 2012-07-19 17:36:09下载
- 积分:1
-
GA-timetable
Implementing school time table using GA
- 2011-05-07 23:06:18下载
- 积分:1
-
StringEdit_Demo
I have often found that user input edit boxes on a dialog require much more than the capabilities provided by the basic CEdit control. A common problem I have encountered is the need for an edit control that restricts the characters that can be entered into the box in some manner. Some types of restrictions would include confining input to a specific set if legal characters, excluding characters in an illegal set, limiting text to a maximum length and providing for fixed length strings that may be padded to the right with spaces if they are too short.
- 2007-08-29 13:38:12下载
- 积分:1
-
Sdcsk33I
混沌保密通信SIMULINK建模模。自己作的很好的东西。
(Chaotic secure communication SIMULINK modeling mold. As a good thing.)
- 2012-08-23 21:49:59下载
- 积分:1
-
fdtd2D
通过是与有限差分法,使用matalb模拟二维光子晶体(simulation of EM wave in two-dimensional photonic crystals using fdtd)
- 2014-10-31 13:10:42下载
- 积分:1