DictionaryForumContacts

   English
Terms for subject Programming containing verb | all forms | exact matches only
EnglishRussian
accept verbоператор получения данных (Alex_Odeychuk)
add verbоператор сложения (Add verb is used to add two or more numbers and store the result in the destination operand. Alex_Odeychuk)
to avoid name conflicts, which may cause hard-to-find bugs in large programs, it is wise to use some kind of convention that minimizes the chance of conflicts. Possible conventions include capitalizing method names, prefixing data attribute names with a small unique string, or using verbs for methods and nouns for data attributesчтобы избежать конфликтов имен, которые в больших программах могут привести к тяжело обнаружимым ошибкам, полезно использовать своего рода соглашение, позволяющее минимизировать вероятность конфликтов. Например: называть методы именами, начинающимися с заглавной буквы, добавлять небольшую приставку в начало имен атрибутов данных возможно просто символ подчёркивания или использовать глаголы для методов и существительные для атрибутов данных (см. An Introduction to Python – The Python Tutorial version 3.2 by Guido van Rossum and Fred L. Drake 2011 ssn)
basic verbsосновные операторы обработки данных (Alex_Odeychuk)
command verb menuкомандное меню глагола (ssn)
display verbоператор вывода на экран (Alex_Odeychuk)
file handling verbsоператоры обработки файлов (file handling verbs are used to perform various operations on files Alex_Odeychuk)
initialize verbоператор инициализации (Alex_Odeychuk)
input/output verbsоператоры ввода-вывода (Input/output verbs are used to get data from the user and display the output of programs. Alex_Odeychuk)
I/O verbsоператоры ввода-вывода (Alex_Odeychuk)
move verbоператор присваивания (COBOL 2014 Alex_Odeychuk)
move verbоператор перемещения (Move verb is used to copy data from source data to destination data. Alex_Odeychuk)
noun and verb rule"правило имён существительных и глаголов"
object-verb syntaxсинтаксическая конструкция типа "объект-действие" (ssn)
subtract verbоператор вычитания (Subtract verb is used for subtraction operations Alex_Odeychuk)
verb-object syntaxсинтаксическая конструкция типа "действие-объект" (ssn)