DictionaryForumContacts

   Russian
Terms for subject Programming containing МАМ | all forms
RussianEnglish
Говоря о типе события в исходной модели обработки событий, мы на самом деле имеем в виду имя обработчика, вызываемого в ответ на событиеwhen we speak of an event type in the original event model, what we really mean is the name of the event handler that is invoked in response to the event (см. "JavaScript: The Definitive Guide, 5th Edition" by David Flanagan 2006 ssn)
для того чтобы упростить управление потоками и процессами, мы используем агентно-управляемые потоки и процессыwe deploy agent-driven threads and processes to facilitate thread and process management (ssn)
Здесь и далее мы неявно предполагаем, что алфавиты процессов в обоих частях уравнения совпадаютHere and elsewhere, we assume without stating it that the alphabets of the processes on each side of an equation are the same (см. Communicating Sequential Processes by C.A.R. Hoare 1985 ssn)
Здесь мы снова сталкиваемся с разницей между внешним видом и сутью вещейHere again we bump into the difference between how things look and what they are in reality (ssn)
итак, чего мы добилисьthe story so far (ssn)
как мы увидим позже, это –as we will see, this unsurprisingly is (ssn)
как мы увидим позже, это –as we will see, this unsurprisingly is (ssn)
мы это делаем следующим образомhere's how we work (ssn)
Наверное, мы должны конструировать искусственные системы с помощью моделирования структуры и поведения естественных системPerhaps we should construct artificial systems by emulating the structure and behavior of natural systems (см. Maciaszek, L.A.: Requirements Analysis and System Design, 3rd ed. 2007 ssn)
Над некоторыми же крупными рефакторингами мы работали в течение месяцев или лет, причём в действующих системахwe have worked at some of the big refactorings for months or years on running systems (см. Refactoring: Improving the Design of Existing Code by Martin Fowler et al. 1999 ssn)
Одно из возможных решений, которое, однако, мы применять не будем, предполагает создание большого массива указателей и присваивание значений указателям друг за другом по мере выделения памяти под новые структурыOne solution, which we won't use, is to create a large array of pointers and assign values to the pointers, one by one, as new structures are allocated (C Primer Plus by Stephen Prata (2013) ssn)
постоянное свойство, с помощью которого мы отличаем один объект от другогоfixed property by which we identify one object from another (ssn)
Сейчас мы работаем с Java и в качестве платформы реального времени используем ОС QNXwe are currently working with Java and using QNX as the real-time platform (ssn)
Стандартное покрытие связей мы обычно дополняем чистыми и грязными тестами для проверки показателей, особенно операторов + и *Beyond mere link cover, we usually supplement the tests with clean and dirty tests to handle exponents, especially the plus and star operator (см. Black-box Testing: Techniques for Functional Testing of Software and Systems / Beizer, Boris 1995 ssn)