-
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
-
OFDM-turbo-code
这是OFDM下turbo码编程,测试编解码的源程序代码和功能(This is the next OFDM turbo code programming, testing codec source code and function)
- 2020-11-26 20:19:30下载
- 积分:1
-
MAX+PLUSII
MAX+PLUSII不错的电子书,内容详细,易懂.(MAX PLUSII good e-books, detailed, understandable.)
- 2007-05-29 15:19:24下载
- 积分:1
-
panahi
a good algorithm for classification performance improvement (use PCA and LDA respectively and then implement the resulted data set into your classifier)
- 2011-08-05 02:58:03下载
- 积分:1
-
QPSK
matlab code for genetrating mosualted qpsk wavefrom
- 2014-09-24 22:45:41下载
- 积分:1
-
BPSK调制解调
BPSK的调制解调程序,有源码和原地址,相关内容, .M文件可以使用,可以自己观察编写,加油各位,有注释 啥都有 简单 可以学习的啊啊啊啊
- 2022-07-13 11:57:13下载
- 积分:1
-
mimo
this code used for mimo radar code detection.
- 2010-08-31 10:49:51下载
- 积分:1
-
task3
矩量法的程序,《矩量法》上第三章的例子的程序(Method of Moments program, " Method of Moments," the third chapter of the example program)
- 2011-06-17 19:35:50下载
- 积分:1
-
matlab-example
提供大量matlab的源代码,供初学者学习掌握(Provide a large number of matlab source code, for beginners to learn to master)
- 2013-01-15 02:46:43下载
- 积分:1
-
Quantitative-Seismic-Interpretation
Stanford的SRB实验室Quantitative Seismic Interpretation的免费MATLAB程序,可以计算AVO response, rock property, Gassmann s equation, fluid property, Elastic impedance等,非常实用和方便
(Stanford' s Quantitative Seismic Interpretation Laboratory SRB free MATLAB procedures, can calculate the AVO response, rock property, Gassmann' s equation, fluid property, Elastic impedance and so on, very practical and convenient)
- 2009-05-20 22:30:52下载
- 积分:1