-
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
-
zuobiaoxizhuanhuan
GPS中ECEFLLWECI等坐标系的转换,为matlab程序,已打包(GPS ecef,eci,llw...)
- 2012-03-27 19:23:59下载
- 积分:1
-
ch5example6
调频立体声接收机模型 对相应的立体声解码过程进行建模和仿真。设左右声道的信号分别为1000Hz和2000Hz的单频测试信号。 (FM stereo receiver model for the corresponding stereo decoding process modeling and simulation. Set left and right channel signals were 1000Hz and 2000Hz single frequency test signal.)
- 2010-05-26 09:43:17下载
- 积分:1
-
estimate_AR.m
levinsion-durbin估计参数发(levinsion-durbin estimate)
- 2012-06-13 13:56:35下载
- 积分:1
-
information
用于计算两个一维向量的互信息,information.m用于计算互信息值,需要调用histogram2.m(Use for calculating the mutual information with two one-dimensional vector.)
- 2021-04-16 10:28:54下载
- 积分:1
-
sRGB2XYZ
SRGB 数据转化为XYZ 数据格式,色彩学相关研究人员会有所帮助(SRGB data into XYZ data format, color science will help the researchers)
- 2010-09-15 08:16:18下载
- 积分:1
-
mulGSND-mulGXF1
mulGSND mulGXF1 解非线性方程组
非常好用的算法 希望大家能用到 (Nonlinear equations is very useful method to hope that we can)
- 2011-01-20 15:06:51下载
- 积分:1
-
pianchabuchang
说明: 基于matlab 偏差补偿最小二乘的递推算法(Matlab error compensation based on the recursive least squares algorithm)
- 2011-03-25 17:33:51下载
- 积分:1
-
segment_ga
说明: 利用遗传算法进行图像分割(matlab源码)(The use of genetic image segmentation algorithm (matlab source))
- 2021-05-13 01:30:03下载
- 积分:1
-
trafficParticle
元胞自动机,基于元胞自动机的交通流模型研究(Cellular automata model of traffic flow based on cellular automata)
- 2014-02-09 10:32:04下载
- 积分:1