- concurrent processes
-
параллельные процессы
Англо-русский словарь технических терминов. 2005.
Англо-русский словарь технических терминов. 2005.
Concurrent constraint logic programming — is a version of constraint logic programming aimed primarily at programming concurrent processes rather than (or in addition to) solving constraint satisfaction problems. Goals in constraint logic programming are evaluated concurrently; a… … Wikipedia
Concurrent computing — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent c … Wikipedia
Concurrent Pascal — (also known as PASCAL FC) was designed by Per Brinch Hansen for writing concurrent computing programs such as operating systems and real time monitoring systems on shared memory computers. A separate language, Sequential Pascal, is used as the… … Wikipedia
Concurrent Euclid — (ConEuc) Paradigm(s) multi paradigm: structured, imperative, functional Appeared in 1980 Designed by James Cordy and Ric Holt Developer James Cordy and … Wikipedia
Concurrent Versions System — Developer(s) The CVS Team Initial release November 19, 1990; 21 years ago (1990 11 19) Stable release … Wikipedia
Concurrent Euclid (programming language) — Concurrent Euclid (ConEuc) is a concurrent descendant of the Euclid programming language designed by James Cordy and Ric Holt, then at the University of Toronto, in 1980. ConEuc was designed for concurrent, high performance, highly reliable… … Wikipedia
Concurrent tandem catalysis — (CTC) is a technique in chemistry which uses multiple catalysts on a single molecule in a one pot vessel to produce a product otherwise not accessible by a single catalyst. (see one pot synthesis) The scheme below illustrates this process.… … Wikipedia
Concurrent engineering — For the journal, see Concurrent Engineering (journal). Concurrent engineering is a work methodology based on the parallelization of tasks (i.e. performing tasks concurrently). It refers to an approach used in product development in which… … Wikipedia
Concurrent data structure — In computer science, a concurrent data structure is a particular way of storing and organizing data for access by multiple computing threads (or processes) on a computer. Historically, such data structures were used on uniprocessor machines with… … Wikipedia
Concurrent overlap — In memory research, concurrent overlap, or task appropriate processing, is a type of processing overlap between an activity engaged in before the prospective memory is to be remembered and a cue that directs attention towards the prospective… … Wikipedia
concurrent — When two or more programs (processes) have access to the processor at the same time and must share the system resources, they are said to be running concurrently. Because a computer can perform operations so quickly, the processes seem to be… … Dictionary of networking