- programming technique
-
техника программирования; методика программирования
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
programming technique — principles that must be abided by when writing a computer program … English contemporary dictionary
Programming language — lists Alphabetical Categorical Chronological Generational A programming language is an artificial language designed to communicate instructions to a machine, particularly a computer. Programming languages can be used to create programs that… … Wikipedia
Programming by demonstration — (PbD) is a technique for teaching acomputer or a robot new behaviors by demonstrating the task totransfer directly instead of programming it through machinecommands.The term Programming by example (PbE) or Programming bydemonstration (PbD)… … Wikipedia
Programming by example — (also known as Programming by Demonstration or more generally as Demonstrational Programming ) is a technique for teaching a computer new behavior by demonstrating actions on concrete examples. The system records user actions and infers a… … Wikipedia
Modular programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computin … Wikipedia
Technique (album) — Infobox Album | Name = Technique Type = Album Artist = New Order Released = 30 January 1989 Recorded = 1988 Genre = House Techno Acid House Alternative rock Length = 42:57 Label = Factory FACT 275 Producer = New Order Reviews = * Allmusic… … Wikipedia
Linear programming relaxation — In mathematics, the linear programming relaxation of a 0 1 integer program is the problem that arises by replacing the constraint that each variable must be 0 or 1 by a weaker constraint, that each variable belong to the interval [0,1] .That is,… … 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
Generic programming — is a style of computer programming in which algorithms are written in terms of to be specified later types that are then instantiated when needed for specific types provided as parameters and was pioneered by Ada which appeared in 1983. This… … Wikipedia
Data-directed programming — is a programming technique mentioned in Structure and Interpretation of Computer Programs. Essentially it is a dispatch technique on procedures for integrating separately developed data type (e.g., class) modules, based on the programmers manual… … Wikipedia
bottom-up programming — Computers. a programming technique in which lower level modules are developed before higher level modules (opposed to top down programming). * * * … Universalium