-
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
-
seaclutter-suppression-for-HFSWR
海杂波抑制技术研究,对于学些海杂波建模的很有用(it is help for sea clutter suppression)
- 2013-11-17 16:30:43下载
- 积分:1
-
UMATPS85
横向拉应力和平面剪应力的损伤模型umat(Damage Model umat plane transverse tensile stress and shear stress)
- 2016-06-30 21:35:46下载
- 积分:1
-
LMSclassifier
LMS分类器,用于对多维采样点进行分类。可根据类别数修改分类器,模式识别作业里头摘出来的。(LMS classifier, multi-dimensional sampling points used for classification. Can be modified in accordance with several types of classifiers, pattern recognition operations picked up inside.)
- 2009-07-08 17:31:46下载
- 积分:1
-
psnr_nmse_rms
通过matlab编写的几个关于PSNR、mse的图像处理的小程序(Several small program written by matlab about PSNR, mse image processing)
- 2015-10-29 14:17:05下载
- 积分:1
-
matlab
一个关于卷积编码和Viterbi译码的Matlab程序,现在把它们放在这里,希望对需要的人有些帮助。(A convolutional coding and Viterbi decoding Matlab, put them here, and hope to those who need some help.)
- 2013-04-19 19:54:32下载
- 积分:1
-
OFDM_matlab
一个相对完整的OFDM通信系统的仿真设计,包括编码,调制,IFFT,上下变频,高斯信道建模,FFT,PAPR抑制,各种同步,解调和解码等模块,并统括系统性能的仿真验证了系统设计的可靠性。(Simulation of OFDM System)
- 2021-01-04 16:08:55下载
- 积分:1
-
OFDM-system-
OFDM系统,包括自适应功率和比特的分配,通过matlab实
现(OFDM systems, including adaptive power and bit allocation, by matlab
)
- 2014-05-08 01:25:33下载
- 积分:1
-
Digital_image_progressing_using_matlab
这是中文的版本,《数字图像处理(MATLAB版)》.(It s the Chinese version.)
- 2010-09-30 11:30:51下载
- 积分:1
-
DTCsix_torque
直接转矩控制(DTC)Matlab仿真文件(Direct Torque Control (DTC) Matlab simulation file)
- 2013-10-21 10:48:31下载
- 积分:1