subprocedure
Смотреть что такое "subprocedure" в других словарях:
subprocedure — noun A procedure that can be called by higher level procedures as part of their operation. Syn: subroutine … Wiktionary
Selection algorithm — In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic). This includes the cases of finding the minimum, maximum, and median elements. There are… … Wikipedia
Free Pascal — Infobox Software name = Free Pascal caption = Free Pascal being operated via the command line developer = Florian Klämpfl Volunteers latest release version = 2.2.2 latest release date = August 11, 2008 operating system = Cross platform genre =… … Wikipedia
Look-ahead (backtracking) — In backtracking algorithms, look ahead is the generic term for a subprocedure that attempts to foresee the effects of choosing a branching variable to evaluate or one of its values. The two main aims of look ahead are to choose a variable to… … Wikipedia