Found 4 hits - Term: recursion, Database: *, Strategy: exact
- [1] : The Collaborative International Dictionary of English v.0.48
recursion \recur"sion\ -sh?n, n. l. recursio. see recur.
the act of recurring; return. obs. --boyle.
1913 webster
see also:
recur
- [2] : WordNet (r) 2.0
recursion
n : mathematics an expression such that each term is generated
by repeating a particular mathematical operation
- [3] : Jargon File (4.3.1, 29 Jun 2001)
recursion n. see recursion. see also tail recursion.
see also:
recursion tail recursion
- [4] : The Free On-line Dictionary of Computing (27 SEP 03)
recursion
when a function or procedure
calls itself. such a function is called "recursive". if the
call is via one or more other functions then this group of
functions are called "mutually recursive".
if a function will always call itself, however it is called,
then it will never terminate. usually however, it first
performs some test on its arguments to check for a "base case"
- a condition under which it can return a value without
calling itself.
the canonical example of a recursive function is
factorial:
factorial 0 = 1
factorial n = n factorial n-1
functional programming languages rely heavily on recursion,
using it where a procedural language would use iteration.
see also recursion, recursive definition, tail recursion.
jargon file
1996-05-11
see also:
function procedure canonical factorial functional programming languages procedural language
iteration recursion recursive definition tail recursion jargon file
Results 1 - 10 of 19 found about recursion: Recursion
>> R Words
Recursion, definition of term: Recursion
recursion_pag1.html Tools for Software Developers - Java Development Platform, Integration Platform...
...Recursion Software's mentor program teams our experienced people with ... Recursion Software provides software for software developers. We offer ... ..
http://www.recursionsw.com/, score=100, date indexed=December 30, 2005, 12:09 am Stack Free Recursion
...... recursion as well. The purpose of a stack in recursion is to create an ... recursion. We could use a variable to count our level of recursion, ... ..
http://www.olympus.net/personal/7seas/recurse.html, score=78, date indexed=January 20, 2006, 8:03 am Recursion - Programming with Recursion
...Hi! Welcome to the world of Recursion! Programs using Recursion can be ... The limitations of Recursion.]. Optimizing Recursion Trees. Chapter 5 ... ..
http://personal.vsnl.com/erwin/recursion.htm, score=54, date indexed=December 21, 2005, 2:15 am Recursion
...A definition of recursion *How recursion works *How recursion helps ... Recursion simply means applying a function as a part of the definition ... ..
http://www.freenetpages.co.uk/hp/alan.gauld/tutrecur.htm, score=54, date indexed=January 20, 2006, 11:45 am Recursion - Wikipedia, the free encyclopedia
...Recursion in computing. Recursion in computer programming defines a ... Functional Recursion. Mathematical recursion involves a function ... ..
http://en.wikipedia.org/wiki/Recursion, score=53, date indexed=February 2, 2006, 5:08 am Dictionary.com/recursion
...recursion. n. See recursion. See also tail recursion.. Source: Jargon ... See also recursion, recursive definition, tail recursion.. [Jargon ... ..
http://dictionary.reference.com/search?q=recursion, score=51, date indexed=December 29, 2005, 11:05 pm Solving Problems with Recursion
...Solving Problems with Recursion. (Page 1 of 10 ). Recursion is a way ... I think the article is great and recursion is a very powerful ... ..
http://www.devshed.com/c/a/Practices/Solving-Problems-with-Recursion/, score=42, date indexed=January 10, 2006, 3:12 pm The Tao of Recursion
...... recursion without naming functions (sample chapter from The Little ... ..
http://www.schnada.de/hylin/tao.html, score=40, date indexed=January 19, 2006, 8:38 pm Cprogramming.com Tutorial: Recursion
...Lesson 16: Recursion (Printable Version). Recursion is a programming ... of recursion. Heres a little challenge, use recursion to write a ... ..
http://www.cprogramming.com/tutorial/lesson16.html, score=39, date indexed=December 21, 2005, 2:23 am Page 1 2 Next Last accessed:2008/09/05 07:02:10 [Total processing time: 0 seconds] |