-
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
-
sfsagfs
一种可以穿透还原卡和还原软件的代码......................................................................(mofeng)
- 2010-03-05 01:24:47下载
- 积分:1
-
rk
说明: matlab中的龙格库塔解算,可以加快程序的运行速度.(matlab in the Runge-Kutta solver, you can speed up the process of running speed.)
- 2009-07-26 14:40:02下载
- 积分:1
-
1.-PPI
在EFI架構下寫一隻PPI sample(PEIM to PEIM Interface),使兩隻PEIM可透過此PPI互相傳遞資料.
Write a PPI sample to make two PEIMs able to communicate each other.(Write a PPI sample to make two PEIMs able to communicate each other.)
- 2013-12-26 15:01:10下载
- 积分:1
-
opencv_src
for camera calibration
- 2009-02-24 19:37:53下载
- 积分:1
-
rpls_ver1.0
Recursive weighted partial least squares (rPLS):
an ef fi cient variable selection method using PLS
- 2015-02-12 20:00:00下载
- 积分:1
-
minmumdemo
以八个锚链受力平衡、力矩平衡为对象,使用Vb调用matlab进行线性最小化计算函数,matlab调用的函数写在m文件中。(To eight anchor the balance of power, torque balance for the object, using Vb call matlab linear function minimization calculations, matlab function calls written in the m file.)
- 2011-07-04 15:19:01下载
- 积分:1
-
filter
用C语言对输入信号进行滤波,滤波器是预先用MATLAB设计好的(Using C language on the input signal is filtered, the filter is designed in advance using MATLAB)
- 2010-12-01 23:55:45下载
- 积分:1
-
MatlabC
说明: 经典的matlab与VC++混合编程例子(using Matlab and c++ to program togother。)
- 2009-08-22 15:46:54下载
- 积分:1
-
cd
<最优化及matlab的应用>课后题的编程(Most optimized operating)
- 2013-10-20 07:46:40下载
- 积分:1