-
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
-
93lc56abdatasheet
93lc56a/b的datasheet 參考看看(93lc56a/b The datasheet for reference to see)
- 2010-01-13 11:51:45下载
- 积分:1
-
MusicPlay
不用音乐播放控件,使用别的方法播放音乐。功能不全。(Do not have music player controls, the use of other means to play music. Insufficiency.)
- 2010-02-27 16:30:07下载
- 积分:1
-
EnumerateAudioCaptureFilterCapabilities
audio card enumerate searching ok.
for multimedia developing project.
thank you
- 2014-01-08 17:50:46下载
- 积分:1
-
Aer
说明: 一种改进的时钟定时抖动估计方法An improved estimation of clock timing jitter(An improved estimation of clock timing jitter)
- 2011-04-05 08:55:47下载
- 积分:1
-
3
说明: malloc项目第三阶段:优化,用哈希表实现,同时加深对数据结=结构的理解(malloc Project Phase III: optimization, with the hash table to achieve at the same time deepen the understanding of the structure of the data node =)
- 2010-07-28 16:03:16下载
- 积分:1
-
welchPowerSpectrumC
Welch法功率谱估计的C语言程序 相关人员可以参考(Welch method of power spectrum estimation of the C language program)
- 2010-10-27 20:16:56下载
- 积分:1
-
369xian
说明: 这是外汇mt4平台的线突破指标,也是从369外汇公司买的,现在送源码(This is an exchange line break indicators mt4 platform also bought foreign exchange from the 369, now sent to source)
- 2011-02-17 10:49:56下载
- 积分:1
-
POCS
matlab应用源程序,只能采集,网络连接(matlab application source code, can collect)
- 2013-11-23 16:19:50下载
- 积分:1
-
SIX
Matlab教程第六章案例,时间序列分析与计量(Matlab Guide Chapter cases, time series analysis and measurement)
- 2013-07-20 10:07:12下载
- 积分:1