- bottom-up programming
-
Computers.a programming technique in which lower-level modules are developed before higher-level modules (opposed to top-down programming).
* * *
Universalium. 2010.
* * *
Universalium. 2010.
bottom-up programming — stambinamasis programavimas statusas T sritis informatika apibrėžtis Sudėtingų uždavinių programavimo metodas, kai pradedama nuo elementarių programavimo kalbos konstrukcijų ir egzistuojančių komponentų, juos sujungiant sudaromos stambesni… … Enciklopedinis kompiuterijos žodynas
bottom-up programming — Computers. a programming technique in which lower level modules are developed before higher level modules (opposed to top down programming) … Useful english dictionary
bottom-up — ottom up adj. (Computers) planning or building the smallest parts first; as, bottom up programming. Opposite of {top down}. [WordNet 1.5] … The Collaborative International Dictionary of English
bottom-up coding — stambinamasis programavimas statusas T sritis informatika apibrėžtis Sudėtingų uždavinių programavimo metodas, kai pradedama nuo elementarių programavimo kalbos konstrukcijų ir egzistuojančių komponentų, juos sujungiant sudaromos stambesni… … Enciklopedinis kompiuterijos žodynas
Bottom-up parsing — (also known as shift reduce parsing) is a strategy for analyzing unknown data relationships that attempts to identify the most fundamental units first, and then to infer higher order structures from them. It attempts to build trees upward toward… … Wikipedia
Bottom type — In type theory, the bottom type is the subtype of all types. It is the return type of a function that does not return normally. As an example, a certain program function may promise to return an integer but in a Turing complete language the… … Wikipedia
Top-down and bottom-up design — Top down and bottom up are strategies of information processing and knowledge ordering, mostly involving software, but also other humanistic and scientific theories (see systemics). In practice, they can be seen as a style of thinking and… … Wikipedia
Constraint logic programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computing … Wikipedia
List of programming languages by category — Programming language lists Alphabetical Categorical Chronological Generational This is a list of programming languages grouped by category. Some languages are listed in multiple categories. Contents … Wikipedia
Dynamic programming — For the programming paradigm, see Dynamic programming language. In mathematics and computer science, dynamic programming is a method for solving complex problems by breaking them down into simpler subproblems. It is applicable to problems… … Wikipedia