- standard subroutine
-
стандартная подпрограмма
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
Subroutine — In computer science, a subroutine (function, method, procedure, or subprogram) is a portion of code within a larger program, which performs a specific task and can be relatively independent of the remaining code. The syntax of many programming… … Wikipedia
Standard library — A standard library for a programming language is the library that is conventionally made available in every implementation of that language. In some cases, the library is described directly in the programming language specification; in other… … Wikipedia
Subroutine — Ein Unterprogramm oder eine Subroutine ist ein Teil eines Programmes, der aus gegebenenfalls mehreren anderen Programmteilen heraus gerufen werden kann und nach Abschluss der Abarbeitung jeweils in das aufrufende Programm wieder zurückkehrt. Je… … Deutsch Wikipedia
subroutine library — noun (computing) a collection of standard programs and subroutines that are stored and available for immediate use • Syn: ↑library, ↑program library • Topics: ↑programming, ↑programing, ↑computer programming, ↑ … Useful english dictionary
Harwell Subroutine Library — HSL , originally the Harwell Subroutine Library, is a collection of Fortran 77 and 95 codes that address core problems in Numerical Analysis. It is primarily developed by the Numerical Analysis Group at the Rutherford Appleton Laboratory with… … Wikipedia
RCA 1802 — The RCA (CDP)1802 (aka RCA COSMAC*, COSMAC 1802) is an 8 bit CMOS microprocessor (µP) introduced by RCA in early 1976, and currently being manufactured by Intersil Corporation. The 1802 has an architecture quite different from most other 8 bit… … Wikipedia
Binomial coefficient — The binomial coefficients can be arranged to form Pascal s triangle. In mathematics, binomial coefficients are a family of positive integers that occur as coefficients in the binomial theorem. They are indexed by two nonnegative integers; the… … Wikipedia
IBM System/370 — The IBM System/370 (often: S/370) was a model range of IBM mainframes announced on June 30, 1970 as the successors to the System/360 family. The series maintained backward compatibility with the S/360, allowing an easy migration path for… … Wikipedia
Reuse — is using an item more than once. This includes conventional reuse where the item is used again for the same function, and new life reuse where it is used for a new function. In contrast, recycling is the breaking down of the used item into raw… … Wikipedia
PDP-8 — A PDP 8 on display at the Smithsonian s National Museum of American History in Washington, D.C.. This example is from the first generation of PDP 8s, built with discrete transistors and later known as the Straight 8. The 12 bit PDP 8 was the… … Wikipedia
Name mangling — This article is about name mangling in computer languages. For name mangling in file systems, see filename mangling. In compiler construction, name mangling (also called name decoration) is a technique used to solve various problems caused by the … Wikipedia