-
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
-
TSP
说明: 算法仿真,很好用蚁群算法算法仿真,很好用蚁群算法(Algorithm simulation, a good simulation algorithm using ant algorithm, ant colony algorithm with good)
- 2008-10-13 20:23:26下载
- 积分:1
-
interface-problem(matlab-cPP)-
matlab与VC++混合编程的接口问题,关于路径配置等,想要用混合编程的可以看看(the matlab and VC++, mixed programming interface on the path configuration, you want to use hybrid programming can take a look at)
- 2012-06-04 11:39:47下载
- 积分:1
-
low-pass-filter-matlab-
三维数字滤波器中的理想低通滤波器的matlab仿真及其结果(3 d digital filters in an ideal low-pass filter matlab simulation and the result)
- 2011-12-13 15:38:43下载
- 积分:1
-
setmodem
说明: 一个用于CDPD调制解调器参数设置的程序。(a CDPD modem for parameter setting procedure.)
- 2006-04-03 12:29:05下载
- 积分:1
-
ccstutorial
说明: 一个MATLAB的应用程序,很方便的!使用时需要转换为M文件。(a MATLAB applications, a convenient! Use need to change for the M documents.)
- 2006-03-16 16:36:31下载
- 积分:1
-
ANALYTICAL-DF
用蒙特卡洛法对建立起的DF数学模型实现复合材料特性边界的估计(Monte Carlo method to establish mathematical models of DF characteristics of composite materials to achieve the estimated boundary)
- 2011-06-17 13:21:23下载
- 积分:1
-
uniform-circular
均匀圆阵部分阵元失效情况下的DOA估计方法(Part of uniform circular array element failure in case of DOA Estimation)
- 2013-12-26 12:47:54下载
- 积分:1
-
phase-matlab
phase field simulation example which use the LBM modle。 It s very useful.
- 2012-05-04 23:30:00下载
- 积分:1
-
ZhaoEtal07JSAC-Matlab
说明: 最优化理论 认知无线电 功率控制方面的资料,写得很详细。( Probability-based optimization of inter-sensing duration and power control in cognitive radio
)
- 2011-02-20 21:17:44下载
- 积分:1