-
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
-
泊松方程.tar
计算泊松方程的方程程序算法。计算物理的非常经典的算法之一。(An algorithm for calculating the Poisson equation. One of the very classic algorithms for computing physics)
- 2018-04-01 16:18:44下载
- 积分:1
-
matlab-simulation-of-three-phase-induction-motor-
matlab simulation of three phase induction motor operation with unbalanced supply system
- 2013-03-02 14:10:00下载
- 积分:1
-
three-phase
说明: 三相三绕组变压器及线路故障仿真模型,单相接地故障,两相接地故障,三相故障。(Three phase three winding transformer and line fault simulation model, single-phase ground fault, two-phase ground fault, three-phase fault.)
- 2020-04-19 16:37:29下载
- 积分:1
-
clpso
说明: CLPSO算法,里面还有其他有关的PSO算法(CLPSO algorithm, there are other related PSO algorithms)
- 2020-04-30 16:16:23下载
- 积分:1
-
matlab_shuzhifenxi
数值计算方法的一些题,应用matlab编程,大家快下(numerical calculation method that the application Matlab programming, we quickly under)
- 2007-01-11 23:20:08下载
- 积分:1
-
PCA1
主成分分析的代码,很有用,效果很好。这是一个比较有用的C++代码。(Principal component analysis of the code, very useful, very good. This is a more useful C++ code.)
- 2014-09-07 15:27:41下载
- 积分:1
-
SVM
基于SVM的分类器,它像多沉感知器一样,可以用于模式分类和多层回归!(Based on SVM classifier, it more like heavy perceptron as, can used for pattern classification and multi-layer return!
)
- 2011-09-14 22:24:42下载
- 积分:1
-
loadFileY4m
code for load video in matlab
- 2013-08-15 05:39:30下载
- 积分:1
-
cam_rotation2
cam_rotation2资料的详细功能、包含内容说明(cam_rotation2 information, including the content description)
- 2012-09-09 05:22:42下载
- 积分:1