DictionaryForumContacts

   English
Terms for subject Programming containing top/ s | all forms
EnglishRussian
A top-level container of a program is an instance of a heavyweight containerОсновной контейнер программы – экземпляр тяжеловесного контейнера (ssn)
A top-level container of a program is an instance of a heavyweight containerОсновной контейнер программы – экземпляр тяжеловесного контейнера (ssn)
an input symbol is read and the top symbol on the stack is readСчитываются введённый символ и верхний символ в стеке (ssn)
arithmetic operation is performed on the top two stack wordsвыполнение арифметических операций над содержимым двух слов, находящихся в верхней части стека (ssn)
bottom-up testing: An incremental approach to integration testing where the lowest level components are tested first, and then used to facilitate the testing of higher level components. This process is repeated until the component at the top of the hierarchy is testedвосходящее тестирование: последовательный подход к интеграционному тестированию, при котором компоненты нижнего уровня тестируются первыми и затем используются для облегчения тестирования компонентов более высокого уровня. этот процесс повторяется до тех пор, пока компонент на самом верху иерархии не будет протестирован (см. Standard glossary of terms used in Software Testing)
command to remove the stack's top element, if the stack is not emptyкоманда удаления верхнего элемента стека, если стек не пуст (ssn)
JWindow is a top-level container with no "decorations" – no borders, title, menu bar or scrollbarJWindow – основной контейнер без "художественного оформления" – никаких границ, заголовка, строк меню и полос прокрутки (ssn)
JWindow is a top-level container with no "decorations" – no borders, title, menu bar or scrollbarJWindow – основной контейнер без "художественного оформления" – никаких границ, заголовка, строк меню и полос прокрутки (ssn)
query to find out what the top element is, if the stack is not emptyзапрос элемента, находящегося на вершине стека если стек не пуст (ssn)
stack's top elementверхний элемент стека (ssn)
the top of the hierarchy is an abstract class that implements all the event handling methods to do nothingВершиной иерархии является абстрактный класс, который содержит описание всех методов, обрабатывающих события, но без реализации (см. "UML Distilled: A Brief Guide to the Standard Object Modeling Language, Third Edition" by Martin Fowler 2003)
top two words on the stack are exchangedобмен содержимым двух слов, находящихся в верхней части стека (ssn)
top word on the stack is discardedудаление слова, находящегося на вершине стека (ssn)