-
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
-
ECG_Noise
心电信号特征点检测的算法研究,针对在心电信号检测中传统的小波方法受锢于二进小波变换的尺度只能是
按2的整次幂取值的缺陷,本文利用连续小波变换在尺度取值上可选取非二进
尺度的特性,系统研究了连续小波变换在心电信号检测中的应用,并提出了一
个基于连续小波变换的心电信号检测算法(ECD signal detect,QRS )
- 2010-05-17 23:12:26下载
- 积分:1
-
gamatlabcode2.doc
这是ga算法使用matlab编译的例程2,供各位爱好者使用研究。下载后重命名去掉.zip即可(Ga algorithm using matlab routines compiled for you lovers use research. After downloading rename are removed. Zip)
- 2012-11-07 14:35:56下载
- 积分:1
-
LFM_DPC
以下几个matlab程序对雷达常用的线性调频信号(lfm信号)进行脉冲压缩时的关键问题进行了仿真,其中包括旁瓣抑制影响(加窗与不加窗)、多卜勒频移影响,并对时域脉压与频域脉压结果进行了对比分析,供相关技术人员参考。(Matlab following procedures commonly used on the radar LFM signal (lfm signal) for pulse compression at the time of the key issues of simulation, including the impact of sidelobe suppression (plus a window with no window), the impact of Doppler frequency shift, time domain and frequency domain pulse pressure and pulse pressure results of comparative analysis of relevant technical personnel for reference.)
- 2020-11-04 08:59:52下载
- 积分:1
-
interleaver_3GPP
3GPP标准交织器,南京邮电大学,通信工程系(3GPP standard interleaver)
- 2010-08-05 21:50:31下载
- 积分:1
-
matlab_shili_1
matlab实用程序百例1,可以成为学习的很好基础工具(matlab utility one hundred cases)
- 2013-01-26 18:13:24下载
- 积分:1
-
shudu
解一个关于9x9的数独游戏,matlab源码(Solve a Sudoku game on a 9x9)
- 2011-10-20 21:55:07下载
- 积分:1
-
Analysis_LC_s21
这是一个在电磁场和电磁波方面 比较好用的一个小程序 如果你不知道 各个结构的相互关系 这个 你就需要(This is a relatively easy to use in terms of the electromagnetic field and the electromagnetic wave is a small program if you do not know the relationship between the various structures that you need)
- 2014-12-26 15:07:51下载
- 积分:1
-
detection
MIMO系统V-BLAST结构关于BER的仿真,发送符号为QPSK信号,采用ZF,QR,MMSE,ML解调技术(MIMO system V-BLAST structure simulation on BER, transmission symbol is QPSK signal, using ZF, QR, MMSE, ML demodulation techniques)
- 2016-08-08 02:05:46下载
- 积分:1
-
Geophysics_final
关于海洋地震勘探随机噪声比较详细论述的文章,写的挺好的,有兴趣的同学可以下载。(Random noise on marine seismic exploration a more detailed discussion of the article, written by very good, interested students can download.)
- 2011-11-14 10:49:13下载
- 积分:1