-
1 procedure subprogram
Большой англо-русский и русско-английский словарь > procedure subprogram
-
2 procedure subprogram
Вычислительная техника: подпрограмма-процедура -
3 procedure subprogram
English-Russian dictionary of computer science and programming > procedure subprogram
-
4 procedure subprogram
-
5 subprogram
- checking subprogram- check subprogram
- editing subprogram
- external subprogram
- first remove subprogram
- first-order subprogram
- floating-point subprogram
- function subprogram
- generalized subprogram
- hardware subprogram
- initialization subprogram
- input subprogram
- input/output subprogram
- interpretative subprogram
- interpretive subprogram
- interrupt service subprogram
- interrupt subprogram
- library subprogram
- nesting subprograms
- one-level subprogram
- optimized subprogram
- output subprogram
- print subprogram
- procedure subprogram
- recursive subprogram
- reenterable subprogram
- reentrant subprogram
- second remove subprogram
- second-order subprogram
- test subprogram
- user-callable subprogram
- user-supplied subprogramEnglish-Russian dictionary of computer science and programming > subprogram
-
6 subprogram
подпрограмма checking subprogram editing subprogram external subprogram first-order subprogram first remove subprogram floating-point subprogram function subprogram generalized subprogram hardware subprogram initialization subprogram input subprogram input/output subprogram interpretative subprogram interrupt subprogram interrupt service subprogram library subprogram nesting subprograms one-level subprogram optimized subprogram output subprogram print subprogram procedure subprogram recursive subprogram reenterable subprogram reentrant subprogram second-order subprogram second remove subprogram test subprogram user-callable subprogram user-supplied subprogram( компьютерное) подпрограмма subprogram подпрограммаБольшой англо-русский и русско-английский словарь > subprogram
-
7 подпрограмма-процедура
Большой англо-русский и русско-английский словарь > подпрограмма-процедура
-
8 call
1) вызов; запрос || вызывать; запрашивать2) разговор (по радио, телефону)4) вызов ( подпрограммы), обращение; переход ( к подпрограмме) || вызывать ( подпрограмму), обращаться; переходить ( к подпрограмме)5) заход ( судна) в порт || заходить в порт ( о судне)•call by name — вызов по имени;call by pattern — вызов по образцу;-
all stations call
-
blocked call
-
cabin attendant call
-
cancelled call
-
conference call
-
cutoff call
-
dialed call
-
discriminating call
-
distress call
-
fixed-time call
-
function call
-
interrupt call
-
library call
-
local call
-
long-distance call
-
lost call
-
multiple call
-
netting call
-
notify call
-
out-of-order call
-
phonic call
-
procedure call
-
program call
-
radio call
-
repeated call
-
reverting call
-
series call
-
subprogram call
-
supervisor call
-
through call
-
toll call
-
untimed call
-
urgent call -
9 interpolation
-
10 standard
стандарт, норма, норматив, стандартный, нормативный, нормальный, обычный, эталон, образец, эталонный, станина, стойка
– standard deviation
– standard operation
– standard procedure
– standard software
– standard subprogram
-
11 test
испытание, испытания, проверка, контроль, тестирование, испытывать, проверять, контролировать, тест, проба, тестировать, брать пробу, критерий
– test bed
– test cell
– test conditions
– test console
– test coverage
– test data
– test data analysis
– test desk
– test equipment
– test facilities
– test function
– test log
– test loop
– test mock-up
– test mode
– test plan
– test plant
– test problem
– test procedure
– test program
– test regime
– test routine
– test run
– test set
– test simulator
– test stand
– test station
– test step
– test subprogram
– test validation
– test-bed-based experiment
-
12 subroutine
= SUBв программировании - именованный набор команд, выполняющий некоторое действие. Подпрограмма может быть вызвана из разных точек программы, может получать данные (обычно в виде списка параметров) и возвращать результаты своей работы. Специальным видом подпрограмм являются функции. Разбиение программы на подпрограммы является общим приёмом, позволяющим уменьшить объём кода и, главное, упростить структуру программы. Подпрограммы могут быть сгруппированы в библиотеки подпрограмм (subroutine library). В ЯВУ существуют различающиеся правила объявления подпрограмм, так в языке Java подпрограмма должна объявляться только внутри какого-либо класса (см. class). В ООП принадлежащая классу подпрограмма называется методом (method).Syn:Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > subroutine
-
13 reenterable
1. повторно входимый; повторно используемый2. реентерабельный -
14 reenterable
См. также в других словарях:
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
procedure — /preuh see jeuhr/, n. 1. an act or a manner of proceeding in any action or process; conduct. 2. a particular course or mode of action. 3. any given mode of conducting legal, parliamentary, or other business, esp. litigation and judicial… … Universalium
subprogram — /sub proh gram, greuhm/, n. Computers. procedure (def. 4b). [1955 60] * * * … Universalium
contingency procedure — noun an alternative to the normal procedure; triggered if an unusual but anticipated situation arises • Hypernyms: ↑routine, ↑subroutine, ↑subprogram, ↑procedure, ↑function … Useful english dictionary
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
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
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
Structured programming — can be seen as a subset or subdiscipline of procedural programming, one of the major programming paradigms. It is most famous for removing or reducing reliance on the GOTO statement.Historically, several different structuring techniques or… … Wikipedia
SPARK (programming language) — infobox programming language name = SPARK influenced by = Ada, HAL/SSPARK is a formally defined computer programming language based on the Ada programming language, intended to be secure and to support the development of high integrity software… … Wikipedia
Fortran language features — This is a comprehensive overview of features of the Fortran 95 language, the version supported by almost all existing Fortran compilers. Old features that have been superseded by new ones are not described few of those historic features are used… … Wikipedia
Structured program theorem — The structured program theorem is a result in programming language theory. It states that every computable function can be implemented in a programming language that combines subprograms in only three specific ways. These three control structures … Wikipedia