-
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
-
fftshift_and_triang
用C++实现了MATLAB中fftshift及triang函数功能,代码是实现此二功能的函数(With C++ Achieved in MATLAB function fftshift and triang function code is to achieve a function of these two functions)
- 2008-01-17 13:24:16下载
- 积分:1
-
fundamental-of-kalman-filter
The main content of this book introduces the kalman filter. Content in detail, a theoretical depth is worth reference
- 2014-12-31 10:56:30下载
- 积分:1
-
ant
这是一种ANT的旅行商的MATLAB的代码有用请下载(if it help,please go ahead)
- 2014-09-14 18:27:29下载
- 积分:1
-
MATLAB7SIMULINK6
很好的matlab/simulink电子书(ebooks on matlab/simulink)
- 2011-05-23 14:53:54下载
- 积分:1
-
options
这是一个ficf飞洒积分发算好if奖撒的那个积分撒(okmodsdsolkdaldnhwiufnkjas)
- 2018-01-28 21:02:17下载
- 积分:1
-
LMS
基于LMS算法的均衡技术在matlab上的仿真应用(Equalization technique based on the LMS algorithm in matlab simulation applications)
- 2013-08-28 21:57:31下载
- 积分:1
-
Fffasticaa
该算法为fastica的c++版版本,有很好的分离效果。
(The algorithm for the fastica the c++ Version, good separation.)
- 2012-08-07 12:59:12下载
- 积分:1
-
shuzixhcl
数字信号处理及其matlab实现,,希望对大家有帮助,谢谢,()
- 2008-04-04 18:13:28下载
- 积分:1
-
ResourceFileBuilder
Tool and Sample Source Code to create and use a custom binary (and compressed) external resource file for you application.
- 2015-03-31 19:18:29下载
- 积分:1