- subprogram library
-
библиотека подпрограмм
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
Library (computing) — This article is about the programming concept. For Windows 7 Libraries, see Features new to Windows 7#Libraries. Illustration of an application which uses libvorbisfile to play an Ogg Vorbis file In computer science, a library is a collection of… … Wikipedia
library routine — noun a debugged routine that is maintained in a program library • Hypernyms: ↑routine, ↑subroutine, ↑subprogram, ↑procedure, ↑function • Part Holonyms: ↑library, ↑program library, ↑ … Useful english dictionary
subprogram — noun a set sequence of steps, part of larger computer program • Syn: ↑routine, ↑subroutine, ↑procedure, ↑function • Derivationally related forms: ↑procedural (for: ↑procedure) … Useful english dictionary
USL — United Soccer Leagues (Community » Sports) * Upper Specification Limit (Business » NYSE Symbols) * U S Liquids, Inc. (Business » AMEX Symbols) * User Subprogram Library (Computing » General) * The Uniform Securities Legislation (Business » NYSE… … Abbreviations dictionary
computer programming language — Introduction any of various languages for expressing a set of detailed instructions for a digital computer. Such instructions can be executed directly when they are in the computer manufacturer specific numerical form known as machine… … Universalium
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
cataloged procedure — noun a set of control statements that have been placed in a library and can be retrieved by name • Hypernyms: ↑routine, ↑subroutine, ↑subprogram, ↑procedure, ↑function • Part Holonyms: ↑library, ↑program library, ↑ … Useful english dictionary
Beaujolais effect — is the name given to a class of potential semantic errors in Jean Ichbiah s draft specifications for the Ada programming language. The name arose from Ichbiah s promise to give a bottle of Beaujolais red wine to anyone who could find such a… … Wikipedia
Algorithm — Flow chart of an algorithm (Euclid s algorithm) for calculating the greatest common divisor (g.c.d.) of two numbers a and b in locations named A and B. The algorithm proceeds by successive subtractions in two loops: IF the test B ≤ A yields yes… … Wikipedia
Lambda calculus — In mathematical logic and computer science, lambda calculus, also written as λ calculus, is a formal system designed to investigate function definition, function application and recursion. It was introduced by Alonzo Church and Stephen Cole… … Wikipedia
Design by contract — (DbC) or Programming by Contract is an approach to designing computer software. It prescribes that software designers should define formal, precise and verifiable interface specifications for software components, which extend the ordinary… … Wikipedia