-
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
-
Matlab
暑期matlab大作业
通信系统仿真大作业(Summer matlab great job communication system)
- 2013-12-21 19:31:58下载
- 积分:1
-
2D_PML_fangxingzhu
二维的TM波打到一个方形的金属柱上,边界条件为PML(TM wave hit a two-dimensional square metal column, PML boundary conditions)
- 2013-11-15 09:48:55下载
- 积分:1
-
jlsf
聚类算法的简单介绍 感觉讲的蛮好的 上传来共享(Clustering algorithm briefly talked about feeling fine upload to share)
- 2008-06-12 14:15:47下载
- 积分:1
-
spandsp-0.0.4pre4.tar
传真通信V27 V29 V17 T38解调与解码,(Fax communications V27 V29 V17 T38 demodulation and decoding,)
- 2007-09-19 06:54:25下载
- 积分:1
-
stm32_eval
OMAP_MUX_MODE7 | AM33XX_PULL_ENBL | AM33XX_PULL_UP| AM33XX_PIN_OUTPUT
- 2013-12-30 17:07:45下载
- 积分:1
-
leach-clustering-algorithm-
leach分簇算法仿真2(基于matlab leach分簇算法仿真2(基于matlab(leach clustering algorithm simulation (based on matlab leach clustering algorithm simulation (based on matlab)
- 2013-02-23 21:03:00下载
- 积分:1
-
long
输入一列整数,选择需要求子列的长度。在求最长子列,(Enter a list of integers, select the Child-giving the length of the column. Having failed to achieve the longest sub-columns,)
- 2009-11-18 11:53:11下载
- 积分:1
-
eetop.cn_LTE-simulation-C
LTE上行链路仿真C代码,包含CRC添加、信道编码、信号调制、基带信号等~(LTE simulation for the uplink of C code, including CRC added, channel coding, modulation, baseband signal.
)
- 2013-11-25 14:50:32下载
- 积分:1
-
shiyan
用matlab编写了一个,信源产生经过BPSK调制以及根号升余弦滤波器后再加上载波最后将波形图输出的程序(Using matlab prepared a source after BPSK modulation, as well as the square root raised cosine filter and then with the carrier waveform graph output of the program)
- 2012-11-07 22:00:09下载
- 积分:1