Примери коришћења Modular programming на Енглеском и њихови преводи на Српски
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
-
Latin
-
Cyrillic
The National Symposium on Modular Programming.
Modular programming is now widespread, and found in virtually all major languages developed since the 1990s.
Pre-processing commands in C applications. Modular programming in C.
Modular programming support provides the ability to group procedures into files and modules for organizational purposes.
One of the first languages designed from the start for modular programming was the short-lived Modula(1975), by Niklaus Wirth.
With modular programming, concerns are separated such that modules perform logically discrete functions, interacting through well-defined interfaces.
Explanation of internal data representation, syntax and semantics,control structures, modular programming and complexity analysis.
Modular programming can be performed even where the programming language lacks explicit syntactic features to support named modules.
Explanation of internal data representation, syntax and semantics, data types,control structures, modular programming and complexity analysis.
Modular programming, in the form of subsystems(particularly for I/O) and software libraries, date to early software systems, where it was used for code reuse.
As a programming paradigm,concurrent computing is a form of modular programming, namely factoring an overall computation into subcomputations that may be executed concurrently.
Modular programming per se, with a goal of modularity, developed in the late 1960s and 1970s, as a larger-scale analog of the concept of structured programming(1960s).
Modular programming per se, with a goal of modularity, developed in the late 1960s and 1970s, as a programming in the large analog of the programming in the small concept of structured programming(1960s).
Modular programming is a software design technique that highlights separating the functionality of a program into independent, interchangeable modules, that each contain everything necessary to execute only one aspect of the desired functions.
Modular programming is a software design technique that emphasizes separating the functionality of a program into independent, interchangeable modules, such that each contains everything necessary to execute only one aspect of the desired functionality.
In the 1980s and 1990s modular programming was overshadowed by and often conflated with object-oriented programming, particularly due to the popularity of C++ and Java; this was also seen in the failure of Modula-3, which included modules but not objects.
Modular programming became widespread from the 1980s: the original Pascal language(1970) did not include modules, but later versions, notably UCSD Pascal(1978) and Turbo Pascal(1983) included them in the form of"units", as did the Pascal-influenced Ada(1980).
The term"modular programming" dates at least to the National Symposium on Modular Programming, organized at the Information and Systems Institute in July 1968 by Larry Constantine; other key concepts were information hiding(1972) and separation of concernsSoC.
Modular programming is closely related to structured programming and object-oriented programming, all having the same goal of facilitating construction of large software programs and systems by decomposition into smaller pieces, and all originating around the 1960s.