DictionaryForumContacts

   English
Terms for subject Programming containing declaring | 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)
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 method abstract in the enum typeобъявить абстрактный метод в перечислимом типе (Alex_Odeychuk)
declare variableобъявление переменной (ssn)
declaring a block variableобъявление блочной переменной (ssn)
declaring a simple classобъявление простого класса (ssn)
declaring a structure pointerобъявление указателей на структуры (ssn)
declaring an input network variableобъявление входной сетевой переменной (ssn)
declaring an output network variableобъявление выходной сетевой переменной (ssn)
declaring authenticated variables and messagesобъявление заверяемых переменных и сообщений (ssn)
declaring methodметод объявления (ssn)
declaring network variablesобъявление сетевых переменных (ssn)
declaring synchronous network variablesобъявление синхронных сетевых переменных (ssn)
declaring the familiar callобъявление знакомого вызова (напр., Paths.get(String) в Java 7 ssn)
declaring uninitialized dataобъявление участков неинициализированных данных (ssn)
declaring values and variablesобъявление значений и переменных (ssn)
declaring variablesобъявление переменных (ssn)
declaring variables in the program headerобъявление переменных в заголовке программы (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)
new syntax for declaring functionsновый синтаксис для объявления функций (ssn)
practice of declaringпрактика объявления (свойства 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 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)