DictionaryForumContacts

   English
Terms for subject Programming containing how to | all forms | exact matches only | in specified order only
EnglishRussian
Choose how to configure output processing for a taskВыбор настройки обработки вывода для задачи (ssn)
code that knows how to deal with the specifics of the hardwareкод, "знающий" о специфике оборудования (ssn)
database wrapper class: A class that hides how to access data stored in a databaseкласс-обёртка базы данных: класс, который скрывает методы доступа к данным, хранящимся в базе (см. Designing Concurrent, Distributed, and Real-time Applications with UML Object Technology Series by Hassan Gomaa ssn)
discuss how toпереходить к (ssn)
for example, how to ask an interrupt controller chip about which interrupt fired, or how to interface to the timer chip to be able to arrange for periodic interrupts, etcНапример как опрашивать контроллер прерываний о том какое прерывание произошло или о том как настроить таймер на регулярную генерацию прерываний (и т.п.; см. "Getting Started with QNX Neutrino 2. A Guide for Realtime Programmers" by Rob Krten (1996))
here's how we're going to do itосновная последовательность действий (ssn)
how to express aspects in programming languagesвыражение аспектов на языках программирования (ssn)
how to think about timeкак рассматривать время (ssn)
I have often seen how understanding the visitor's journey within a website, followed by subsequent changes to improve the process, can lead to dramatic improvements in conversion rates and therefore the bottom lineя много раз наблюдал, как получение информации о перемещении посетителя по сайту за чем следуют изменения по улучшению этого процесса приводит к резкому скачку коэффициента конверсии, а значит, увеличению доходов (см. Advanced Web metrics with Google Analytics / Brian Clifton 2008 ssn)
important stimuli from the environment and their corresponding sensations, as well as primary emotions and how to portray themважные стимулы, поступающие из внешней среды, и соответствующие им ощущения, а также основные эмоции и способы их отображения (ssn)
in the software lifecycle, the time and effort put into the code maintenance significantly outweighs the time and effort put into writing the code in the first place. Code maintenance is reading it and trying to understand it in order to modify or extend it. Any refactoring of code during its production, no matter how small, can significantly benefit software maintainersв жизненном цикле ПО время и трудозатраты на сопровождение кода существенно превышают время и трудозатраты на первоначальное написание кода. При сопровождении кода необходимо прочитать и попробовать понять его, чтобы затем изменить или расширить. Любой рефакторинг кода в процессе его создания, независимо от того, сколь он мал, может принести существенную пользу эксплуатационному персоналу ПО (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
information about how to handle a particular signalинформация относительно того, как обработать специфический сигнал (ssn)
it is application-specific how to update multiple instances of the same elementsОбновление множественных вхождений одного типа элементов зависит от приложения (см. ISO/IEC 263002006 ssn)
Kernel callouts let the developer supply code that knows how to deal with the specifics of the hardwareМеханизм исходящих вызовов ядра позволяет разработчику добавлять в систему свой код, "знающий" о специфике оборудования (см. "Getting Started with QNX Neutrino 2. A Guide for Realtime Programmers" by Rob Krten 1996 ssn)
now we discuss how to implement the operations of a max-priority queueТеперь перейдём к реализации операций в невозрастающей очереди с приоритетами (см. Introduction to Algorithms Second Edition by Thomas H. Cormen et al. 2001)
primary emotions and how to portray themосновные эмоции и способы их отображения (ssn)
Several times we have mentioned the issue of copying with failures, and several of the above papers show how to make specific algorithms fault tolerantЗдесь несколько раз упоминался вопрос копирования со сбоями, а в некоторых из уже перечисленных работ показано, как сделать определённые алгоритмы устойчивыми к сбоям (см. "Foundations of Multithreaded, Parallel, and Distributed Programming" by Gregory R. Andrews 2000 ssn)
statement of how we expect the world to be before we execute an operationвысказывание относительно того, как должен выглядеть окружающий мир до выполнения операции (ssn)
the purpose of creating a model is to help understand, describe, or predict how things work in the real world by exploring a simplified representation of a particular entity or phenomenonЦель создания модели заключается в облегчении понимания, описания или прогнозирования функционирования сущностей в реальном мире посредством изучения упрощённого представления конкретного объекта или явления (о модели в IEC 61850-7-1)
this is how an organization might know where to start and align its SOA initiatives with business needs and prioritiesв результате организация будет знать, с чего начинать и как привести инициативы SOA в соответствие с бизнес-требованиями и приоритетами (ssn)
we will see how data abstraction makes programs much easier to design, maintain, and modifyмы увидим, как с помощью абстракции данных программы становится легче проектировать, поддерживать и изменять