DictionaryForumContacts

   English
Terms for subject Programming containing machine- to -machine | all forms | in specified order only
EnglishRussian
allow you to code the two-dimensional table representation of a finite state machine directlyпозволять напрямую программировать представления конечных автоматов в виде двумерных таблиц (ssn)
And, JavaScript associative arrays allow you to code the two-dimensional table representation of a finite state machine directlyКроме того, ассоциативные массивы JavaScript позволяют напрямую программировать представления конечных автоматов в виде двумерных таблиц (ssn)
array attempting to store the transitions for a nondeterministic finite-state machineмассив, с помощью которого предпринята попытка хранить данные о переходах для недетерминированного порождающего конечного автомата (ssn)
be translated down to machine languageпреобразовываться в машинный код (Alex_Odeychuk)
compilation to bytecode for the Erlang virtual machineкомпиляция в байткод для виртуальной машины Erlang (Alex_Odeychuk)
compilation to native machine codeкомпиляция в неуправляемый машинный код (Alex_Odeychuk)
compile to the Java Virtual Machineкомпилироваться в код для виртуальной машины Java (Alex_Odeychuk)
correction to the complex vending machineисправление сложного торгового автомата (ssn)
input alphabet defines the inputs to the machine from the outside worldвходной алфавит определяет входы автомата из внешнего мира (ssn)
inputs to the machineвходы автомата (ssn)
inputs to the machine from the outside worldвходы автомата из внешнего мира (ssn)
language close to machine codeязык программирования, близкий к машинному коду (напр., ассемблер Alex_Odeychuk)
Machine-to-MachineМежмашинная коммуникация (ssn)
machine-to-machine data communicationмежкомпьютерная передача данных, межмашинная передача данных (ssn)
memory locations to store a series of instructions whose periodic or event-driven execution determines the progression of the machine or the processячейки ЗУ, в которых записаны команды, исполнение которых периодически или по прерыванию определяет работу установки или процесса (ssn)
on some machines, the carry bit may be a useful aid to computing the unsigned versions of these functionsна некоторых машинах бит переноса может оказаться хорошим подспорьем для вычисления беззнаковых версий этих функций (см. Hacker's delight / Henry S. Warren, Jr. – 2nd ed. 2013)
output alphabet defines the outputs of the machine to the outside worldвыходной алфавит определяет выходы автомата во внешний мир (ssn)
outputs of the machine to the outside worldвыходы автомата во внешний мир (ssn)
quick introduction to implementing state machinesкраткое описание процесса реализации конечных автоматов (ssn)
signals of the machine/process to be controlledсигналы от контролируемой установки / процесса
specification of a correction to the complex vending machineспецификация исправления сложного торгового автомата (ssn)
state machine model of a simple microwave oven equipped with buttons to set the power and the timer and to start the systemмодель конечного автомата простой микроволновой печи, оборудованной кнопками включения питания, таймера и запуска системы (ssn)
store data on the disk, to allow a larger memory footprint than the machine has RAMхранить данные на диске, чтобы поддерживать отпечаток памяти большего размера, чем объём доступной на машине оперативной памяти (ssn)
swapping allows the kernel to store data on the disk, to allow a larger memory footprint than the machine has RAMподкачка позволяет ядру хранить данные на диске, чтобы поддерживать отпечаток памяти большего размера, чем объём доступной на машине оперативной памяти (ssn)
the fundamental ingredients for a finite state machine are the events it responds to, and the states in which it waits between eventsОсновные ингредиенты для конечного автомата – это события, на которые он реагирует, и состояния, в которых он ожидает между событиями (ibm.com, amp, s_cmp=cp)
the fundamental ingredients for a finite state machine are the events it responds to, and the states in which it waits between eventsОсновные ингредиенты для конечного автомата – это события, на которые он реагирует, и состояния, в которых он ожидает между событиями (ibm.com, amp, s_cmp=cp)
the great strength of the state machine approach is that it enables you to come up with an explicit definition of valid states for some aspect of your application and enforce proper behaviors as an application moves from one state to anotherМощь подхода, использующего конечный автомат, обусловлена тем, что он позволяет в явном виде определить действительные состояния для некоторого аспекта вашего приложения и задать соответствующие варианты поведения при переходах приложения из одного состояния в другое (см. "Writing Mobile Code Essential Software Engineering for Building Mobile Applications" by Ivo Salmre 2005)
the input alphabet defines the inputs to the machine from the outside world, while the output alphabet defines the outputs of the machine to the outside worldВходной алфавит определяет входы автомата из внешнего мира, а выходной алфавит – выходы автомата во внешний мир
the input alphabet defines the inputs to the machine from the outside world, while the output alphabet defines the outputs of the machine to the outside worldВходной алфавит определяет входы автомата из внешнего мира, а выходной алфавит – выходы автомата во внешний мир
the state machine model shows system states and events that cause transitions from one state to anotherМодель конечного автомата показывает состояния системы и события, которые служат причиной перехода системы из одного состояния в другое (см. Software engineering, 8th ed. / Ian Sommerville 2007)