-
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
-
AM_SupressedCarrier
The file Generates an AM suppressed carrier signal.
- 2012-07-23 06:05:05下载
- 积分:1
-
OFDM
说明: 文章对OFDM技术作了介绍,主要涉及OFDM技术的基本原理,信道估计,同步技术等。(Articles on OFDM technology are introduced, mainly related to the basic principle of OFDM, channel estimation, synchronization technology.)
- 2011-03-13 15:53:51下载
- 积分:1
-
kalman
Extended Kalman Filter
- 2011-11-07 20:04:12下载
- 积分:1
-
clusteringAnalysis
模式识别中K均值聚类分析算法的matlab实现及注释,其中采用了误差平方和判断。(K-means clustering analysis algorithm in pattern recognition of matlab and annotation, which adopts the error sum of squares of judgment)
- 2016-01-04 19:08:03下载
- 积分:1
-
kalmantheoryandsimulation
详细介绍kalman滤波的原理、滤波的详细过程并附带应用仿真(Details kalman filter theory, filter the detailed process and application of simulation with)
- 2010-08-01 10:26:34下载
- 积分:1
-
GUI
此程序主要用于图像的匹配、配准,编程开发环境为MATLAB,是学习图像处理的同学很好的参考资料。(image matching)
- 2014-11-19 20:11:20下载
- 积分:1
-
svc_matlab
simulating of svc in malab for transient mode
- 2012-01-27 22:43:16下载
- 积分:1
-
用于计算地震作用下单自由度结构的响应和响应
说明: 用于计算地震作用下单自由度结构的响应和响应谱(Used to calculate the response and response spectrum of a single degree of freedom structure under earthquake action)
- 2020-06-23 03:00:02下载
- 积分:1
-
OFDMChEstAlgLSE
说明: 本程序为OFDM系统中基于LSE的信道估计(This procedure for the OFDM system channel estimation based on the LSE)
- 2010-03-30 15:42:33下载
- 积分:1