-
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的一些编程练习及应用习题,包括M文件的编写及混合编程的初步学习(matlab programming exercises and application exercises, including a preliminary study of the M-file write and mixed programming)
- 2012-06-04 11:15:13下载
- 积分:1
-
MATLAB_LJUD
An effective undergraduate controls curriculum will have strongly coupled laboratory and
classroom components. It is important that the students experience the application of the
classroom theory. Mathwork’s Simulink environment is ideal for teaching modeling and
simulation of feedback control systems
- 2014-10-18 21:11:38下载
- 积分:1
-
spams-matlab
稀疏建模工具箱,是一个为解决各种稀疏估计问题的开源优化工具箱,可实现字典学习与矩阵分解;使用LARS、快速下降法、OMP、SOMP等算法解决稀疏分解问题;使用Lasso解决结构化稀疏分解问题( Dictionary learning and matrix factorization Solving sparse decomposition problems with LARS, coordinate descent, OMP, SOMP, proximal methods Solving structured sparse decomposition problems )
- 2015-12-13 19:37:50下载
- 积分:1
-
MLRI_MATLAB_CODE
最小拉普拉斯残差插值的彩色图像去马赛克
源代码(Minimal Laplacian residual interpolation color image to mosaic
source code)
- 2021-05-09 18:38:34下载
- 积分:1
-
AM-Modulation-Example-MFile-CodeN
Am Modulation M-File Code
- 2012-05-27 18:43:16下载
- 积分:1
-
five_three
主要是讲解关于matlab软件的五点三段式的插值处理的m文件(Mainly to explain the five points on three-matlab software interpolation processing m-files)
- 2011-10-17 19:17:28下载
- 积分:1
-
Comp_modelir_v_matlab_6_0
Introduction to Neural Network using Matlab
- 2013-03-24 08:12:35下载
- 积分:1
-
Illustration_Norms
or a thorough description of the norms, see the Chapter 4 of Robust and Optimal Control, Zhou, Glover, Doyle 1996.
Here the point is to give some lines of code illustrating what are the H2 and Hinf norms of LTI systems.
In that sense, it is also illustrated that the H2 norm is smooth in the space of the system parameters, whereas the Hinf norm is non-smooth locally Lipschitz (since it is a min-max problem, thus prone to the waterbed effect ).
- 2015-01-25 21:06:50下载
- 积分:1
-
aboutmatlab
一本很有用的书,数字信号处理及其Matlab实现(A very useful book, digital signal processing and Matlab implementation)
- 2009-09-05 14:05:23下载
- 积分:1