-
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
-
streamer
Cypress USB3.0芯片上位机源码(Cypress USB3.0 streamer)
- 2021-04-20 10:48:50下载
- 积分:1
-
hieararchical-clustering
基于核密度估计的层次聚类算法基于核密度估计的层次聚类算法(hierarchcial clustering with kernel density estimation)
- 2015-04-16 09:01:10下载
- 积分:1
-
Cguide
帮助新手规范C程序书写格式 帮助老手纠正错误的书写习惯 使程序效率更高(C program written to help novice standard format to help veterans to correct the wrong writing habits to make programs more efficient)
- 2009-12-08 16:42:44下载
- 积分:1
-
smis
Delphi小型的学生管理系统源代码,功能方面包括新生信息录入、学籍变更录入、奖励情况录入、处罚情况录入、学生个人信息查询修改等(Delphi small student management system source code, functional aspects including the newborn information entry, entry student status changes to entry, reward situation, the punishments entry, students' personal information query modification)
- 2013-04-09 21:29:04下载
- 积分:1
-
fentuanzuizhong
说明: 循环得出一个无向图中的所有最大团,提取出最大团后进行循环,取出剩余图中的最大团,直至所有点被取出(Cycling to get all the largest cliques in an undirected graph)
- 2020-06-24 19:40:02下载
- 积分:1
-
hanmingma
汉明码在matlab环境下的编码程序,经本人测试好用(Hamming code in matlab coding process environment, as I use to test)
- 2009-06-10 16:33:30下载
- 积分:1
-
winceVs
wince下虚拟串口程序,可以扩张多个串口,供应用程序调用(windows ce virtul serial.)
- 2009-12-18 11:00:27下载
- 积分:1
-
kaifudexin.rar
给创新工场求职者的一封信 有兴趣的看一下(Innovative workshops to job seekers interested in a look at a letter)
- 2010-01-11 15:02:34下载
- 积分:1
-
Get_CS_LBP
根据harris提供角点,提取角点的cs—LBP值,以提高角点的鲁棒性(Harris corner extraction corner CS-LBP value, in order to improve the robustness of the corner)
- 2013-04-26 20:29:00下载
- 积分:1