slovodefinícia
routine
(mass)
routine
- rutinný, rutina
routine
(encz)
routine,běžná praxe Zdeněk Brož
routine
(encz)
routine,běžný postup n: Zdeněk Brož
routine
(encz)
routine,pravidelný postup n: Zdeněk Brož
routine
(encz)
routine,rutina n: Zdeněk Brož
routine
(encz)
routine,rutinní Zdeněk Brož
routine
(encz)
routine,stereotyp n: jose
Routine
(gcide)
Routine \Rou*tine"\, n. [F., fr. route a path, way, road. See
Route, Roterepetition.]
1. A round of business, amusement, or pleasure, daily or
frequently pursued; especially, a course of business or
offical duties regularly or frequently returning.
[1913 Webster]

2. Any regular course of action or procedure rigidly adhered
to by the mere force of habit.
[1913 Webster]
routine
(wn)
routine
adj 1: found in the ordinary course of events; "a placid
everyday scene"; "it was a routine day"; "there's nothing
quite like a real...train conductor to add color to a
quotidian commute"- Anita Diamant [syn: everyday,
mundane, quotidian, routine, unremarkable,
workaday]
n 1: an unvarying or habitual method or procedure [syn:
routine, modus operandi]
2: a short theatrical performance that is part of a longer
program; "he did his act three times every evening"; "she had
a catchy little routine"; "it was one of the best numbers he
ever did" [syn: act, routine, number, turn, bit]
3: a set sequence of steps, part of larger computer program
[syn: routine, subroutine, subprogram, procedure,
function]
routine
(foldoc)
subroutine
procedure
routine

(Or "procedure") A sequence of instructions
for performing a particular task. Most programming languages,
including most machine languages, allow the programmer to
define subroutines. This allows the subroutine code to be
called from multiple places, even from within itself (in which
case it is called recursive). The programming language
implementation takes care of returning control to (just after)
the calling location, usually with the support of call and
return instructions at machine language level.

Most languages also allow arguments to be passed to the
subroutine, and one, or occasionally more, return values to
be passed back.

A function is often very similar to a subroutine, the main
difference being that it is called chiefly for its return
value, rather than for any side effects.

(1996-10-01)
podobné slovodefinícia
routinely
(mass)
routinely
- bežne
coroutine
(encz)
coroutine,společná rutina n: Zdeněk Brož
dump routine
(encz)
dump routine, n:
executive routine
(encz)
executive routine, n:
input routine
(encz)
input routine, n:
library routine
(encz)
library routine, n:
output routine
(encz)
output routine, n:
recursive routine
(encz)
recursive routine, n:
reusable routine
(encz)
reusable routine, n:
routinely
(encz)
routinely,běžně adv: Zdeněk Brožroutinely,obvykle adv: Zdeněk Brož
routines
(encz)
routines,rutiny n: pl. Zdeněk Brož
service routine
(encz)
service routine, n:
subroutine
(encz)
subroutine,podprogram n: Zdeněk Brož
subroutine library
(encz)
subroutine library, n:
subroutines
(encz)
subroutines,podprogramy n: pl. Zdeněk Brož
supervisory routine
(encz)
supervisory routine, n:
tracing routine
(encz)
tracing routine, n:
utility routine
(encz)
utility routine, n:
Routine
(gcide)
Routine \Rou*tine"\, n. [F., fr. route a path, way, road. See
Route, Roterepetition.]
1. A round of business, amusement, or pleasure, daily or
frequently pursued; especially, a course of business or
offical duties regularly or frequently returning.
[1913 Webster]

2. Any regular course of action or procedure rigidly adhered
to by the mere force of habit.
[1913 Webster]
dump routine
(wn)
dump routine
n 1: a routine that writes from an internal store to some
external medium
executive routine
(wn)
executive routine
n 1: a routine that coordinates the operation of subroutines
[syn: supervisory routine, executive routine]
input routine
(wn)
input routine
n 1: a routine that writes from an external source to an
internal store
library routine
(wn)
library routine
n 1: a debugged routine that is maintained in a program library
output routine
(wn)
output routine
n 1: a routine that controls an output device
recursive routine
(wn)
recursive routine
n 1: a routine that can call itself
reusable routine
(wn)
reusable routine
n 1: a routine that can be loaded once and executed repeatedly
routinely
(wn)
routinely
adv 1: according to routine or established practice; "he
routinely parked in a no-parking zone"
service routine
(wn)
service routine
n 1: a routine that can be used as needed [syn: {utility
routine}, service routine]
subroutine
(wn)
subroutine
n 1: a set sequence of steps, part of larger computer program
[syn: routine, subroutine, subprogram, procedure,
function]
subroutine library
(wn)
subroutine library
n 1: (computing) a collection of standard programs and
subroutines that are stored and available for immediate use
[syn: library, program library, subroutine library]
supervisory routine
(wn)
supervisory routine
n 1: a routine that coordinates the operation of subroutines
[syn: supervisory routine, executive routine]
tracing routine
(wn)
tracing routine
n 1: a routine that provides a chronological record of the
execution of a computer program
utility routine
(wn)
utility routine
n 1: a routine that can be used as needed [syn: {utility
routine}, service routine]
a coroutine language
(foldoc)
A Coroutine Language

(ACL) A Pascal-based implementation of coroutines.

["Coroutines", C.D. Marlin, LNCS 95, Springer 1980].

(1994-11-08)
coroutine pascal
(foldoc)
Coroutine Pascal

["Control Separation in Programming languages", Lemon et al,
ACM Ann Conf 1977].

(1994-12-08)