検索結果- 英語 - 多言語
検索内容:
crock recursion
(computing) The condition in which a program or document either directly or indirectly requests that it include itself, without protection against an endless sequence of continued requests to include itself.
crock recursions
plural of crock recursion
recursive descent
(computing theory) A kind of top-down parsing involving a set of mutually recursive procedures, each of which implements one of the non-terminals of the grammar, so that the structure of the parser program closely mirrors that of the grammar.
recursive acronym
An acronym in which a word (often the first) of the phrase represented by the acronym is the acronym itself.
recursive function
(computing) Any function that uses recursion and can call itself until a certain condition is met
tail recursion
(programming) The technique of writing a function so that recursive calls are only done immediately before function return, particularly when recursive control structures are used in place of iterative ones.
tail recursive
infinite recursion
(programming) Any recursion that continues without end.
recursive definitions
tail recursions
plural of tail recursion