-
English_electronic_document_Matlab_Tutorial
Matlab英文版电子文档教程English electronic document Matlab Tutorial(English electronic document Matlab Tutorial English electronic document Matlab Tutorial)
- 2010-08-02 12:54:15下载
- 积分:1
-
gongzhenok
产生随机共振现象的输入输出信噪比曲线,参数可以修改,不过不要乱改动哦,不然振动不起来了。(Stochastic resonance phenomenon generated input and output signal to noise ratio curve.)
- 2020-11-01 20:39:55下载
- 积分:1
-
stripmapSAR
条带SAR成像程序,基础程序,但是很重要,可惜学习下!(Band SAR imaging procedures)
- 2013-10-13 20:54:30下载
- 积分:1
-
pid-adjust
pid 参数整定代码,使用简单,适合初学者学习使用(The pid parameter tuning code, simple to use, suitable for beginners to learn how to use)
- 2021-01-13 16:58:48下载
- 积分:1
-
qiujieguoch2
matlab求解reynolds方程程序(matlab program for solving Reynolds equation)
- 2009-02-11 14:07:37下载
- 积分:1
-
BF
说明: LDPC码的比特翻转译码算法,其中包含一些可用的码字,EG-LDPC码和PEG构造的码字。(The bit flipping algorithm for LDPC codes.)
- 2018-07-18 10:27:30下载
- 积分:1
-
triphase_pwm
triphase pulse width modulation
- 2014-01-29 00:22:17下载
- 积分:1
-
lyapunovwolf
利用wolf法编写的lyapunov指数程序(Using the method of Wolf lyapunov index program written
)
- 2014-01-06 22:01:09下载
- 积分:1
-
AR
说明: AR预测程序matlab代码,AR预测程序matlab代码,AR预测程序matlab代码(AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,AR forecasting matlab code,)
- 2009-12-07 11:53:43下载
- 积分:1
-
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