-
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
-
ra-ti-bo
matlab coding is the best software for image processing
- 2013-07-31 21:48:04下载
- 积分:1
-
FSMCI
模糊滑模控制实例 让你更了解模糊滑模控制器设计(Fuzzy Sliding Mode Control instances more about fuzzy sliding mode controller design)
- 2013-10-25 21:17:32下载
- 积分:1
-
detect
用功率谱进行跳频信号的检测,是一个行之有效的办法(With the power spectrum frequency hopping signal detection, is an effective way to)
- 2010-06-22 00:04:10下载
- 积分:1
-
dpsk
对M=8的dpsk实现一个差分编码器,M=4的DPSK通信系统的monte carlo仿真(M = 8 for the DPSK implementation of a differential encoder, M = 4 of DPSK communication system monte carlo simulation)
- 2009-03-19 15:19:41下载
- 积分:1
-
matlabwork
说明: 用matlab循环函数法精确对泊松分布函数求和的程序,黄金分割法与进退法求和,求解二次规划问题函数(Matlab function using cycle accurate summation of the Poisson distribution function of the process)
- 2009-08-05 16:05:48下载
- 积分:1
-
chepai
基于matlab的数字识别程序,将图像中的数字转化为txt文本(Matlab-based digital identification procedures, the number of images in the text into a txt)
- 2010-05-05 18:16:01下载
- 积分:1
-
G_H__Self_collimation
二维光子晶体中,自聚焦光束在光子晶体边界上的古斯汉欣位移模拟,配P M L吸收边界.(Self-focusing beam the displacement of G-Ssimulation in a photonic crystal boundary in two-dimensional photonic crystal with PML absorbing boundary.)
- 2021-03-26 20:09:13下载
- 积分:1
-
LSL_SC
參考文獻「A Linear Subspace Learning Approach via Sparse Coding」and matlab code.
Using Sparse Coding.(「A Linear Subspace Learning Approach via Sparse Coding」and matlab code.
Using Sparse Coding.)
- 2012-09-12 21:00:44下载
- 积分:1
-
MATLABtelecommunicationsimulation
MATLAB通信仿真研究,内容详尽,值得收藏,为PDF格式(MATLAB simulation of communications, content detail, worthy of collection, to PDF format)
- 2007-10-17 09:13:29下载
- 积分:1