Словари, Словарь Dictionary
! & ( * , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = @ %
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ { ~
R2 R3 R4 R: RA RB RC RD RE RF RG RH RI RJ RK RL RM RN RO RP RR RS RT RU RW RX

recursion

 
 
recursion When a (or ) 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 example of a recursive function is : factorial 0 = 1 factorial n = n * factorial (n-1) rely heavily on recursion, using it where a would use . See also , , . [] (1996-05-11)
на заглавную О сайте10 самыхСловариОбратная связь к началу страницы
© 2010 Admin User
словарь
словарь online
online словарь
цитаты chrome
XHTML | CSS
1.8.11