-
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
-
comb
这是关于没分燃烧的udf,同学们可以借鉴,利用的是二阶矩模型(this is a combustion udf,which was using the second ju model ,you can use it for referance)
- 2014-01-22 20:27:14下载
- 积分:1
-
MyView
自己写的混合遗传算法模板匹配程序,实现功能良好(temple match)
- 2012-04-16 21:11:52下载
- 积分:1
-
GARAGEPROGRAM
car garage management ,with GUI
- 2014-10-12 23:51:59下载
- 积分:1
-
Assignment3
matlab about interpolation image processing, sfu, burnaby, bc, canada, v5a3z3
- 2015-01-23 14:14:18下载
- 积分:1
-
svm
支持向量机原理与仿真
(Support vector machine theory level simulation)
- 2014-01-05 16:19:37下载
- 积分:1
-
MATLAB
matlab编写的一个递归应用,同时生成动态链接库(dll)。并用vc++测试(matlab generate dynamic link library (dll). And using vc++ test)
- 2013-11-27 15:11:36下载
- 积分:1
-
grey-forecasting-model
灰色预测是一种对含有不确定因素的系统进行预测的方法。灰色预测通过鉴别系统因素之间发展趋势的相异程度,即进行关联分析,并对原始数据进行生成处理来寻找系统变动的规律,生成有较强规律性的数据序列,然后建立相应的微分方程模型。(Dissimilarity trends, namely, correlation analysis, and generate raw data processing system to find the law changes, generate a strong regularity of the data sequence, then the corresponding differential equation model.)
- 2014-11-27 13:01:46下载
- 积分:1
-
graph_unrelated_x
在程序中将不相干的一些数据进行处理,并用mschart绘制出直观图出来(procedures will be irrelevant in some of the information processed and used mschart drawn out direct-viewing chart)
- 2007-05-13 11:58:49下载
- 积分:1
-
qstoolbox
该代码为排队论工具.用于MM1,MG1等模型.
(code for the queuing theory tools. For MM1, genotoxicity and other models.)
- 2007-01-16 19:53:20下载
- 积分:1