-
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
-
matlabandvc
VC++与Matlab混合编程的快速实现。快速实现vc++与matlab的接口通信。(VC++ and Matlab Fast Implementation of mixed programming. Fast Implementation of vc++ and matlab interface communication.)
- 2010-10-30 09:34:08下载
- 积分:1
-
FFTchangefilter
DFT数字信号采集滤波器实例演示程序,很实用的一个小程序。(DFT filter digital signal acquisition example demo program, it is a small utility program.)
- 2007-10-22 23:13:53下载
- 积分:1
-
CART
matlab中cart决策树源代码,用于数据的分类和预测。(source code in matlab cart decision tree for data classification and prediction.)
- 2013-10-28 15:08:58下载
- 积分:1
-
-MM-UTD-
利用PO修正MM-UTD计算机载波导缝隙天线阵的方向图(Use PO correction MM-UTD computer containing waveguide slot array antenna pattern)
- 2013-12-09 15:10:16下载
- 积分:1
-
Chinese-Convert-Pro-3.5.1-Final
Nothing to do, we need to learn how to trick something on the webs
- 2014-01-09 01:53:33下载
- 积分:1
-
ka_zhuliu_sita
利用基尔霍夫(KA)驻留相位近似求解粗糙面散射系数(Use the Kirchhoff (KA) stationary phase approximation solution of rough surface scattering coefficient)
- 2014-11-27 11:31:44下载
- 积分:1
-
circle
a simple graphics application
- 2014-02-06 14:23:28下载
- 积分:1
-
be-accomplished-in-MatlabaC-CPP-
本书主要介绍如何运用Matlah与C.C + +进行混合程序设计。共分8章。主要包括Matlab程序设计初步、Matlab编译器、Matlab与C语言的接口、生成可独立运行的iatlah程序、VC++调用Matlah程序、Matlab DotNet Builder与VC++,Matcom与C/C++以及VC++调用Matlab C++数学库。另外,附录中介绍有关动态链接库的基础知识。各章包含大量
的实例程序,可供寻求将Matlab程序脱离Matlab环境的Matlab程序设计人员、寻求在Matlab中调用C/C++程序的程序设计人员、寻求在C,C++中调用Matlab程序的程序设计人员学习和参考。(This book describes how to use Matlah mixed with the CC++ programming. Divided into 8 chapters. Including Matlab programming initially, Matlab compiler, Matlab and C language interface to generate can be run independently of the iatlah program, VC++ calls Matlah program, Matlab DotNet Builder and VC++, Matcom and C/C++ and VC++ calling Matlab C++ math library. In addition, the appendix describes the dynamic link library on the basis of knowledge. Each chapter contains a large number of example programs are available for the Matlab program from the Matlab environment, Matlab programmer, seeking to Matlab to call C/C++ program programmers seek to C, C++ calling Matlab program programmers study and reference.)
- 2011-05-19 16:01:57下载
- 积分:1
-
matlabPcomPVC
vc和matlab混编技术之一:vc++基于com组件调用matlab的dll(One of vc and matlab mixed technology: vc++ DLL based on matlab com component calls
)
- 2013-09-18 15:45:39下载
- 积分:1