DictionaryForumContacts

   English
Terms for subject Programming containing "similar to" | all forms | exact matches only | in specified order only
EnglishRussian
Activity diagrams are a technique to describe procedural logic, business process, and work flow. In many ways, they play a role similar to flowcharts, but the principal difference between them and flowchart notation is that they support parallel behaviorДиаграммы деятельности – это технология, позволяющая описывать логику процедур, бизнес-процессы и потоки операций. Во многих случаях они напоминают блок-схемы, но принципиальная разница между диаграммами деятельности и нотацией блок-схем заключается в том, что первые поддерживают параллельные процессы (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003 ssn)
Activity diagrams are a technique to describe procedural logic, business process, and work flow. In many ways, they play a role similar to flowcharts, but the principal difference between them and flowchart notation is that they support parallel behaviorДиаграммы деятельности – это технология, позволяющая описывать логику процедур, бизнес-процессы и потоки операций. Во многих случаях они напоминают блок-схемы, но принципиальная разница между диаграммами деятельности и нотацией блок-схем заключается в том, что первые поддерживают параллельные процессы (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003 ssn)
in a similar manner toпо аналогии с (чем-либо ssn)
non-blocking message which is received in a manner similar to a regular messageнеблокирующее сообщение, получаемое аналогично обычному сообщению (ssn)
play a role similar to flowchartsнапоминать блок-схемы (ssn)
the BCD format is similar to the hexadecimal presentationформат BCD подобен шестнадцатеричному представлению (ssn)
the BCD format is similar to the hexadecimal presentation, with the simple difference that only values between 0 and 99 can be stored in a BCD byte, whereas a hexadecimal byte reaches from 0 to FFформат BCD подобен шестнадцатеричному представлению с ограничением диапазона чисел 0..99 вместо 0..FF (ssn)
this circuit is similar to the cross-coupled inverter pair with NOR gates replacing the invertersДанная схема похожа на схему из пары инверторов с перекрёстными обратными связями, в которой вместо инверторов использованы вентили НЕ-ИЛИ (см. Digital Integrated Circuits – A Design Perspective 2/e by Jan M. Rabaey, Anantha Chandrakasan, Borivoje Nikolić 2003 ssn)
this technique, called method overloading, is used to implement methods that perform similar tasks but with different types and/or different numbers of argumentsэтот приём, называемый "перегрузкой методов", используется для реализации методов, выполняющих сходные задачи с разными типами и / или количеством аргументов (см. Deitel P., Deitel. H. – Visual C# 2012 How to Program, 5Ed. – 2013)
this technique is similar to the operation of an assembly line and is especially useful for vector and array processingэтот метод обработки подобен функционированию сборочного конвейера и особенно удобен для работы с векторами и массивами