DictionaryForumContacts

   English
Terms for subject Programming containing declare | all forms | exact matches only
EnglishRussian
A constant declaration declares a constant of the specified typeОбъявление константы описывает константу заданного типа (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
A signal declaration declares a signal of the specified typeОбъявление сигнала описывает сигнал заданного типа (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
A subtype declaration declares a subtypeОбъявление подтипа описывает подтип (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
A type declaration declares a typeОбъявление типа описывает тип (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
A variable declaration declares a variable of the specified typeОбъявление переменной описывает переменную заданного типа (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
abstract operation: An operation that declares a signature but doesn't implement it. In C++, an abstract operation corresponds to a pure virtual member functionабстрактная операция: операция, которая объявляет сигнатуру, но не реализует её. В C++ абстрактная операция соответствует исключительно виртуальной функции-члену (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn)
an object declaration declares an object of a specified typeОбъявление объекта описывает объект заданного типа (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
auto declareавто объявление (переменной ssn)
constant declaration declares a constant that is of a file type or an access typeобъявление константы описывает константу файлового или ссылочного типа (ssn)
declare a checked exceptionобъявить проверяемое исключение (baeldung.com Alex_Odeychuk)
declare a concrete method in an interfaceобъявить конкретный метод интерфейса (Alex_Odeychuk)
declare a global variableобъявление глобальной переменной (ssn)
declare a helper functionобъявление вспомогательной функции (ssn)
declare a local variableобъявление локальной переменной (ssn)
declare a tuple literalобъявить кортежный литерал (Alex_Odeychuk)
declare global variablesобъявление глобальных переменных (ssn)
declare local variables as you go along mid functionобъявлять локальные переменные по мере необходимости в теле функции (Alex_Odeychuk)
declare temporary variablesобъявлять временные переменные (Alex_Odeychuk)
declare the block variableобъявление блочной переменной (ssn)
declare the method abstract in the enum typeобъявить абстрактный метод в перечислимом типе (Alex_Odeychuk)
declare variableобъявление переменной (ssn)
declaring a simple classобъявление простого класса (ssn)
declaring an input network variableобъявление входной сетевой переменной (ssn)
declaring an output network variableобъявление выходной сетевой переменной (ssn)
declaring authenticated variables and messagesобъявление заверяемых переменных и сообщений (ssn)
declaring network variablesобъявление сетевых переменных (ssn)
declaring synchronous network variablesобъявление синхронных сетевых переменных (ssn)
Each interface element in the local generic clause declares a local genericкаждый элемент интерфейса в описании локальных параметров настройки описывает локальный параметр настройки (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
Each interface element in the local port clause declares a local portкаждый элемент интерфейса в описании локальных портов описывает локальный порт (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
if the assignment symbol followed by an expression is not present in a constant declaration, then the declaration declares a deferred constantесли в объявлении константы отсутствует символ присваивания и следующее за ним выражение, то такое объявление описывает неполную константу (см. IEEE Std. 1076-87. IEEE Standard VHDL. Language Reference Manual ssn)
it is an error if a constant declaration declares a constant that is of a file type or an access typeСчитается ошибкой, если объявление константы описывает константу файлового или ссылочного типа (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
it is an error if a signal declaration declares a signal that is of a file type or an access typeСчитается ошибкой, если объявление сигнала описывает сигнал файлового или ссылочного типа (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
language element which declares a data element with a fixed valueэлемент языка, указывающий на элемент данных с фиксированным значением (константа ssn)
signal declaration declares a signal that is of a file type or an access typeобъявление сигнала описывает сигнал файлового или ссылочного типа (ssn)
syntax for declaring a message tagсинтаксис объявления тега сообщения (ssn)
the retentive behavior can declare for all variables contained in the variable sections VAR_INPUT, VAR_OUTPUT, and VAR of functions blocks and programs to be either retentive or non-retentive by using the RETAIN or NON_RETAIN qualifierСвойства в части сохранения могут объявлять переменные, содержащиеся в секциях переменных VAR_INPUT, VAR_OUTPUT и VAR функциональных блоков и программ, сохраняемыми или несохраняемыми, используя квалификаторы RETAIN или NON_RETAIN (см. IEC 61131-3:2013 Programmable Controllers – Programming Languages)
the simple name declared by a type declaration denotes the declared type, unless the type declaration declares both a base type and a subtype of the base typeПростое имя, стоящее в объявлении типа, обозначает описываемый тип при условии, что это объявление не описывает одновременно базовый тип и подтип этого базового типа (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual)