DictionaryForumContacts

   Russian
Terms for subject Programming containing передавать | all forms | exact matches only
RussianEnglish
Затем вы передаёте реальные дату и время срабатывания таймераyou then pass the actual date and time when you want the timer to go off (см. "Getting Started with QNX Neutrino. A Guide for Realtime Programmers" by Rob Krten 2009 ssn)
значения констант, которые передаются функцииvalues of the constants which are passed to the function (ssn)
значения переменных, которые передаются функцииvalues of the variables which are passed to the function (ssn)
Иерархический принцип обмена реализуется назначением клиентам и серверам уровней иерархии и обеспечения того, чтобы сообщения передавались только на более высокий уровень иерархииA send hierarchy is accomplished by assigning clients and servers a level, and ensuring that messages that are being sent go only to a higher level (см. "Getting Started with QNX Neutrino 2. A Guide for Realtime Programmers" by Rob Krten 1996 ssn)
интерфейс: граница раздела рассматриваемых систем или отдельных частей системы, через которую передаётся информация или электрическая энергияinterface: A shared boundary between a considered system and another system, or between parts of a system, through which information or electrical energy is conveyed (см. IEC 61131-2 и ГОСТ Р 51841-2001 ssn)
их можно передавать в процедуры в качестве аргументовthey may be passed as arguments to procedures (о процедурах высшего порядка, напр., в Лисп)
каждый из этих шагов может быть выполнен отдельным вычислительным блоком, где каждый отдельный операнд передаётся от блока к блоку для выполнения операции сложенияEach of these steps can be performed by a separate computational unit, with a particular operand being passed from unit to unit for the complete addition operation (см. "Petri Net Theory And The Modeling Of Systems" by James L. Peterson 1981 ssn)
обеспечение того, чтобы сообщения передавались только на более высокий уровеньensuring that messages that are being sent go only to a higher level (иерархии ssn)
одновременно передаватьsimulcast (ssn)
Отделенные от измерительных устройств, с одной стороны, и исполнительных механизмов, с другой, вычисления могут быть осуществлены с помощью наиболее эффективной вычислительной среды. Нет никакой необходимости передавать существенное количество энергии через вычислительный элемент. Теперь вычислительная среда – цифровой компьютер, а среда функционирования цифровых компьютеров – программное обеспечениеonce isolated from the instruments on one side and the actuators on the other, computations can be implemented using the most effective computing medium, independent of any needs to pass power through the computational element. That medium has been the digital computer, and the medium of expression for digital computers is software (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World)
Отделенные от измерительных устройств, с одной стороны, и исполнительных механизмов, с другой, вычисления могут быть осуществлены с помощью наиболее эффективной вычислительной среды. Нет никакой необходимости передавать существенное количество энергии через вычислительный элемент. Теперь вычислительная среда — цифровой компьютер, а среда функционирования цифровых компьютеров — программное обеспечениеonce isolated from the instruments on one side and the actuators on the other, computations can be implemented using the most effective computing medium, independent of any needs to pass power through the computational element. That medium has been the digital computer, and the medium of expression for digital computers is software (см. Auslander D.M., Ridgely J.R., Ringgenberg J.D. Control Software for Mechanical Systems. Object-Oriented Design in a Real-Time World)
отдельный вычислительный блок, где каждый отдельный операнд передаётся от блока к блоку для выполнения операции сложенияseparate computational unit, with a particular operand being passed from unit to unit for the complete addition operation (ssn)
Парадигма проектирования, в силу которой отправляемые сообщения передаются в одном направлении, а ответы на сообщения – в другомA design paradigm whereby messages sent flow in one direction, and messages replied to flow in another direction (ssn)
Парадигма проектирования, в силу которой отправляемые сообщения передаются в одном направлении, а ответы на сообщения – в другомA design paradigm whereby messages sent flow in one direction, and messages replied to flow in another direction (ssn)
передавать аргумент через фабрику типовpass the argument through the typed factory (Alex_Odeychuk)
передавать аргументы фабричному методу классаpass arguments to a factory method of the class (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
передавать байтforward byte (ssn)
передавать битforward bit (ssn)
передавать в качествеpass as (чего-либо Alex_Odeychuk)
передавать в процедуры в качестве аргументовpass as arguments to procedures (ssn)
передавать в режиме веб-вещанияwebcast (ssn)
передавать в функциюfeed to a function (baeldung.com Alex_Odeychuk)
передавать владение объектомtransfer the ownership of an object (adacore.com Alex_Odeychuk)
передавать D входов на Q выходов при высоком уровне тактового сигналаpass the D input to the Q output when the clock signal is high (ssn)
передавать вычисление в другой поток управленияspin off the computation in another thread (baeldung.com Alex_Odeychuk)
передавать глобальную ссылкуpass a global reference (IBM Alex_Odeychuk)
передавать группы значенийpass around groups of values (Alex_Odeychuk)
передавать данные клиенту в реальном времениsend data to the client in real time (Alex_Odeychuk)
передавать данные с клиентской стороны на серверtransfer data from client-side to server-side (из кн.: Браун И. Веб-разработка с применением Node и Express. Полноценное использование стека JavaScript Alex_Odeychuk)
передавать данные через свойстваpass data through props (Alex_Odeychuk)
передавать запросforward request (ssn)
передавать изменения на серверpush (Alex_Odeychuk)
передавать импульс при срабатывании таймераsend a pulse when the timer fires (ssn)
передавать имя модуля в качестве параметраpass the name of the module as parameter (Alex_Odeychuk)
передавать интерфейс или службу в конструкторpass in an interface or service in the constructor (Alex_Odeychuk)
передавать информацию о состоянии в метод обратного вызоваpass state information to the callback (Alex_Odeychuk)
передавать кадрtransport frame (ssn)
передавать кадрsend frame (ssn)
передавать как аргумент конструктора вложенного типаpass as an argument to the constructor of the nested type (Alex_Odeychuk)
передавать по интернет-трансляцииwebcast (ssn)
передавать по ссылкеpass by reference (ssn)
передавать свойствоpass a prop (to pass a prop from a parent component to a child component — передавать свойство из родительского компонента в дочерний reactjs.org Alex_Odeychuk)
передавать событиеforward event (ssn)
передавать ссылку на конструкторpass a constructor reference (корпорации Oracle Alex_Odeychuk)
передавать ссылку на методpass a method reference (корпорации Oracle Alex_Odeychuk)
передавать функциюpass down a function (говоря о передаче функции дочернему компоненту reactjs.org Alex_Odeychuk)
передавать функцию в другую функциюsupply a function into a function (как параметр Alex_Odeychuk)
передаваться в качестве аргумента конструктораbe passed as a constructor argument (Alex_Odeychuk)
передаваться в конструкторget passed in to the constructor (англ. термин взят из кн.: Groves M.D. AOP in .NET: Practical Aspect-Oriented Programming Alex_Odeychuk)
передаваться в предикатbe passed to the predicate (Alex_Odeychuk)
передаваться инициатору вызоваbe relayed to the caller (geeksforgeeks.org Alex_Odeychuk)
передаваться между потоками выполненияbe passed between threads (Alex_Odeychuk)
передаваться между потоками управленияbe passed between threads (Alex_Odeychuk)
передаваться обработчику событияbe passed to the event handler (Alex_Odeychuk)
передаваться объекту в аргументах конструктораbe passed as arguments to the constructor method of the object (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
передаваться объекту в аргументах метода установкиbe passed as arguments to the setter method of the object (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
передаваться объекту в аргументах фабричного методаbe passed as arguments to a factory method (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
передаваться по ссылкеbe passed by reference (англ. термин взят из документа корпорации Cray Alex_Odeychuk)
передавая накапливаемое значение аргумента по потоку в процессе вычисленияthreading an accumulator argument through the computation (Microsoft Alex_Odeychuk)
Переменные выбранного объекта передаются в символьный файлthe variables of the chosen object are issued in the symbol file
получать данные о состоянии, которые передаёт наблюдаемый объектreceive push-based notifications (Alex_Odeychuk)
Последовательное приложение – это последовательная программа, которая состоит из пассивных объектов и имеет только один поток управления. Когда один объект вызывает операцию другого объекта, управление передаётся от вызвавшей операции к вызванной. После того как вызванная операция завершает выполнение, управление возвращается вызвавшей операции. В последовательном приложении существует только синхронная передача сообщений вызов процедуры или методаA sequential application is a sequential program that consists of passive objects and has only one thread of control. When an object invokes an operation in another object, control is passed from the calling operation to the called operation. When the called operation finishes executing, control is passed back to the calling operation. In a sequential application, only synchronous message communication procedure call or method invocation is support (см. Software Modeling and Design by Hassan Gomaa 2011 ssn)
Последовательное приложение – это последовательная программа, которая состоит из пассивных объектов и имеет только один поток управления. Когда один объект вызывает операцию другого объекта, управление передаётся от вызвавшей операции к вызванной. После того как вызванная операция завершает выполнение, управление возвращается вызвавшей операции. В последовательном приложении существует только синхронная передача сообщений вызов процедуры или методаA sequential application is a sequential program that consists of passive objects and has only one thread of control. When an object invokes an operation in another object, control is passed from the calling operation to the called operation. When the called operation finishes executing, control is passed back to the calling operation. In a sequential application, only synchronous message communication procedure call or method invocation is support (см. Software Modeling and Design by Hassan Gomaa 2011 ssn)
при вызове в функцию передаются адресная ссылка на обрабатываемый массив и размер массива в байтахwhen called, a pointer to the array and its size in bytes is passed to the function
при вызове в функцию передаются указатель на обрабатываемый массив и размер массива в байтахwhen called, a pointer to the array and its size in bytes is passed to the function
различные форматы регистрационных записей, которые могут передаваться от клиента к серверуdifferent log record formats that can be transmitted from client to server (ssn)