-
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
-
FFT_analysis
A MATLAB program to compute FFT of the real-time signal obtained from DSO1100 oscilloscope.
- 2013-01-11 02:08:59下载
- 积分:1
-
RTS4
Matlab real time serial port data plot
- 2014-12-06 19:20:08下载
- 积分:1
-
A
说明: 输出文字(提示文字,内容可以是可以是任意文字。。。(The output text (prompt text, the content can be can be any text ..)
- 2013-05-26 22:49:11下载
- 积分:1
-
MatlabSignal
Matlab et le traitement du signal
- 2010-06-23 19:30:07下载
- 积分:1
-
traitement-dimage
projet de traitement d image avec matlab
- 2013-03-10 19:20:54下载
- 积分:1
-
H2
说明: its matlab code used for design an H2 control system
- 2011-03-11 04:56:53下载
- 积分:1
-
rili
找到的一个比较实用的日历程序源码,用于开发与日期相关的程序,替代Calendar,实现其无法改变颜色等操作(To find a more practical calendar program source code, for the development of date-related procedures, alternative Calendar, realize that it can not change the color and other operations)
- 2013-08-05 17:30:50下载
- 积分:1
-
matlabforFaceRecognition
这是一个用matlab做的人脸识别系统,里面包含了几十张人脸数据图像,值得一荐(This is a matlab to do with Face Recognition System, which contains dozens of Zhang Face image data, it is worth sacral)
- 2007-12-25 17:34:02下载
- 积分:1
-
mani3
各种流行学习算法的执行程序,有界面,功能强大(The implementation of a variety of popular learning algorithm procedures, interface and powerful)
- 2010-09-14 09:22:21下载
- 积分:1