DictionaryForumContacts

   English
Terms for subject Programming containing what the | all forms | exact matches only | in specified order only
EnglishRussian
alarms should only tell the operators what they need to knowаварийные сигналы должны сообщать операторам только то, что им необходимо знать (ssn)
as announced, these operations will be the prime component of the type definition – describing its instances not by what they are but by what they have to offerкак уже говорилось, эти операции будут главными компонентами определения типа, с их помощью описывается, что могут предложить его экземпляры, а не то, чем они являются (см. Object-Oriented Software Construction second edition by Bertrand Meyer)
as announced, these operations will be the prime component of the type definition – describing its instances not by what they are but by what they have to offerкак уже говорилось, эти операции будут главными компонентами определения типа, с их помощью описывается, что могут предложить его экземпляры, а не то, чем они являются (см. Object-Oriented Software Construction second edition by Bertrand Meyer)
finding out what the database is doingвыяснение, что делает база данных (ssn)
Here again we bump into the difference between how things look and what they are in realityЗдесь мы снова сталкиваемся с разницей между внешним видом и сутью вещей (ssn)
in order to design a successful operating system, the designers have to have a clear idea of what they wantчтобы проект операционной системы был успешным, разработчики должны иметь чёткое представление о том, что они хотят (см. Modern Operating Systems Third ed. by Tanenbaum A.S. 2009)
lack of visibility as to what activity is taking place inside the deviceотсутствие возможности увидеть воочию, что же происходит внутри устройства (ssn)
nobody expects a bridge to be moved by ten meters after it has been built. Similarly, nobody should expect a software product to happily perform different tasks after it has been built. If this is what is expected then the software has not failedНикто не ожидает, что мост будет перемещён на десять метров после того, как он был построен. Точно так же не следует ожидать, что программный продукт успешно выполнит различные задачи после того, как будет создан. Если это то, что нам нужно, тогда программное обеспечение создано удачно (см. Maciaszek L.A. and Liong B.L. 2005: Practical Software Engineering)
query to find out what the top element is, if the stack is not emptyзапрос элемента, находящегося на вершине стека если стек не пуст (ssn)
Read a step in a use case and ask the question, "Well, what happens, if the client wants a hard copy proof rather than a digital copy?"Прочитайте шаг в варианте использования и задайтесь вопросом, что происходит, когда клиент предпочитает твёрдую, а не цифровую копию корректуры (см. Writing Effective Use Cases by Alistair Cockburn 2001 ssn)
Read a step in a use case and ask the question, “Well, what happens, if the client wants a hard copy proof rather than a digital copy?”Прочитайте шаг в варианте использования и задайтесь вопросом, что происходит, когда клиент предпочитает твёрдую, а не цифровую копию корректуры (см. Writing Effective Use Cases by Alistair Cockburn 2001 ssn)
Requirements analysis — A modeling activity whose objective is to understand what the customer really wantsАнализ требований – действие по моделированию, в ходе выполнения которого осознаются реальные требования заказчика (см. "Quality Software Project Management" by Robert T. Futrell, Donald F. Shafer, Linda I. Safer 2002 ssn)
Requirements analysis — A modeling activity whose objective is to understand what the customer really wantsАнализ требований – действие по моделированию, в ходе выполнения которого осознаются реальные требования заказчика (см. "Quality Software Project Management" by Robert T. Futrell, Donald F. Shafer, Linda I. Safer 2002 ssn)
So, what's the problem? Simply this: Refactoring is risky. It requires changes to working code that can introduce subtle bugsтак в чём проблема? Только в том, что с рефакторингом связан известный риск. Он требует внести изменения в работающий код, что может привести к появлению трудно находимых ошибок в программе (см. Refactoring: Improving the Design of Existing Code by Martin Fowler et al. 1999)
statement of what the world should look like after execution of an operationвысказывание относительно того, как будет выглядеть окружающий мир после выполнения операции (ssn)
step-by-step breakdown of what the code is doingпошаговое описание выполнения кода (Alex_Odeychuk)
Such contact reduces the possibility of misunderstandings about who is doing what and lessens the seriousness of the consequences should such misunderstandings occurТакой контакт снижает вероятность различных разногласий, касающихся того, кто и что должен делать, и уменьшает серьёзность последствий, возникающих в подобных ситуациях (см. "Abstraction and Specification in Program Development" by Barbara Liskov & John Guttag 1986 ssn)
the difference between how things look and what they are in realityразница между внешним видом и сутью вещей (ssn)
the document's security method restricts what can be done to the documentМетод защиты документа указывает на действия, которые разрешено с ним выполнять
the kernel figures out what object backs the given file descriptorядро выясняет, какой объект служит базой для указанного файлового дескриптора (ssn)
understand what's going on in the codeпонять, что делает код (букв.: понять, что происходит в коде Alex_Odeychuk)
what actions should be taken to handle the eventкакое действие следует выполнить для обработки событий (ssn)
what happens under the hoodза кулисами (ssn)
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)
why Do We Need Extendible Programming Environments? or What Is the Problem with Fixed Programming Languages?Зачем нужны расширяемые среды программирования, или Чем плохи фиксированные языки программирования? (ssn)
with neither button pressed, the motor could be running or stopped depending on what occurred lastесли ни одна кнопка не нажата, электродвигатель должен быть включен или выключен в зависимости от того, в каком состоянии он находился до этого (см. E.A. Parr Programmable Controllers – An Engineer's Guide)