-
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
-
jisuanxiangying
计算三层框架的损伤前后响应的对比,对于结构健康监测比较实用(Three frames before and after damage calculation response contrast, more practical for structural health monitoring)
- 2013-10-26 09:50:55下载
- 积分:1
-
mMS__matlaabe
mean shift 均值漂移算法的的matlab实现,大家能看看,比较实用
(mean shift algorithm matlab mean-shiftt realize, we can look at more practical
)
- 2012-05-18 16:18:51下载
- 积分:1
-
bnt
matlab code.................................
- 2011-12-09 00:02:42下载
- 积分:1
-
matlabJSQ
Matlab计算器功能实现,包括Matalb源程序 (Matlab calculator function realization, including Matalb source)
- 2015-01-13 22:26:02下载
- 积分:1
-
CPPTemplates
学习C++ template的好资料,详细介绍了template的特性和用法(C++ tmeplate)
- 2014-01-21 21:49:19下载
- 积分:1
-
3-DOF-linear-structure1
在分析结构损伤后,给结构添加噪声,再对结构不同损伤情况下的分析(After the analysis of structural damage to the structure adding noise, and then the structure is different in case of damage)
- 2013-10-26 09:53:56下载
- 积分:1
-
DV_HOP_MATLAB
matlab仿真实现无线传感器网络定位算法(matlab simulation of wireless sensor network localization algorithm)
- 2009-12-17 11:05:46下载
- 积分:1
-
GuiStaticLib
Guilib的静态库源码,修改了一些编译错误,以及在不同windows上面存在的一些问题(The static library source code of Guilib. Modified some compilation error, and some bugs that exist in different windows version.)
- 2014-02-20 09:41:06下载
- 积分:1
-
knnl
classification reseau de neurone
- 2012-03-27 11:11:05下载
- 积分:1