-
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
-
1-D-FDTD
FDTD时域有界差分
mATLAB程序编辑(Bounded difference time domain FDTD program editing mATLAB)
- 2011-05-12 20:06:20下载
- 积分:1
-
db4xiaobojiangzao
采用db4小波对是与信号进行降噪处理,实际效果良好(Using DB4 wavelet denoising is processing and signal, the actual effect is good)
- 2014-12-16 19:28:46下载
- 积分:1
-
MATLABCodeToCcode
介绍了如何利用Mathh的Realtime Workshop代码生成工具将Simulink模型自动转换成C代码的方法(This paper proposes a method of using the RTW (Real-Time Workshop)code generation tool to convert Matlab to the C code.)
- 2009-09-12 16:51:13下载
- 积分:1
-
matlab2
利用matlab进行五点滑动平均法平滑处理(Using matlab five-point moving average smoothing method)
- 2013-09-15 10:42:21下载
- 积分:1
-
TexasHoldemPoker
c++ Texas holdem poker source code
- 2014-01-01 09:26:28下载
- 积分:1
-
17686393RS_coding
RS码是一种纠错能力很强的编码,对RS码具有进一步分析(RS code is a very strong error correction coding, with a further analysis of the RS code)
- 2011-10-31 19:25:05下载
- 积分:1
-
MixFigure
很有用的关于VC和matlab混合编程的例子,值得大家学习(Very useful on the VC and matlab examples of hybrid programming, what is worth learning)
- 2007-11-23 11:19:29下载
- 积分:1
-
tgff-3.5
task graph generator: task graph for free version 3.5
- 2020-12-21 09:29:08下载
- 积分:1
-
GameOfLife
利用MATLAB模拟的细胞自动机程序,可以借用来研究怎么写此类程序(Using MATLAB simulation of cellular automata program, you can borrow to study how to write such programs)
- 2010-05-06 10:24:27下载
- 积分:1