DictionaryForumContacts

   English
Terms for subject Programming containing be type | all forms | exact matches only | in specified order only
EnglishRussian
A data type is a classification which defines for literals and variables the possible values, the operations that can be done, and the way the values are storedТип данных – это классификация, которая определяет возможные значения для литералов и переменных, операции, которые можно выполнять и способ хранения значений (ssn)
A good compiler should be able to produce code with checks, should avoid redundant checks, and should allow programmers to control the extent and type of error checking in the compiled codeХороший компилятор должен уметь порождать код с проверками, избегать лишних проверок и позволять программистам управлять количеством и видами проверок на ошибки в скомпилированном коде (ssn)
A resolution function must have a single input parameter that is a one-dimensional, unconstrained array whose element type is that of the resolved signalФункция разрешения должна иметь один входной параметр в виде одномерного неограниченного массива, тип элементов которого совпадает с типом элементов разрешённого сигнала (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
a set of operations to be performed upon the elements of the data structure when an instance of the function block type is calledнабор операций, выполняемых с элементами структуры данных при вызове экземпляра типа функционального блока (ssn)
an important type of medium is the way that information is representedВажнейшая характеристика среды – способ представления информации (см. Distributed systems: principles and paradigms / Andrew S. Tanenbaum, Maarten Van Steen 2002 ssn)
an important type of medium is the way that information is representedВажнейшая характеристика среды — способ представления информации (см. Distributed systems: principles and paradigms / Andrew S. Tanenbaum, Maarten Van Steen 2002 ssn)
an ordinal type is one in which the range of possible values can be easily associated with the set of positive integersПорядковым называется тип, в котором область возможных значений переменных может быть легко связана с последовательностью натуральных чисел (см. Concepts of programming languages / Robert W. Sebesta.–10th ed. 2012 ssn)
an XML Schema Definition type that provides information about the structure of part of an event. A single event definition can have different event parts that are defined by different XML schemasТип "Определение схемы XML", предоставляющий информацию о структуре части события. У одного и того же определения события могут быть разные части события, определяемые разными схемами XML (см. event part 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)
be an instance of a typeявляться экземпляром типа (Alex_Odeychuk)
be automatically type castedавтоматически приводиться к правильному типу (Alex_Odeychuk)
be bound to the typeбыть привязанным к типу (Alex_Odeychuk)
be bound to the typeполучить привязку к типу (Alex_Odeychuk)
be instantiated with a class-wide typeинстанциироваться надклассовым типом (в языке императивного объектно-ориентированного параллельного программирования Ada 2012 Alex_Odeychuk)
be instantiated with a complete typeинстанциироваться завершённым типом (Alex_Odeychuk)
be instantiated with an incomplete typeинстанциироваться незавершённым типом (Alex_Odeychuk)
be of the same typeбыть однотипным (ssn)
be of the same typeиметь одинаковый тип (ssn)
be outside of the variable type rangeвыходить за пределы диапазона допустимых значений для переменной данного типа (корпорации AdaCore Alex_Odeychuk)
be statically type-safeбыть статически типобезопасным (IBM Alex_Odeychuk)
be type-checkedпроходить проверку согласования типов (Alex_Odeychuk)
be type conformantбыть совместимым по типу (Alex_Odeychuk)
capture/playback tool: A type of test execution tool where inputs are recorded during manual testing in order to generate automated test scripts that can be executed later i.e. replayed. These tools are often used to support automated regression testingсредство захвата / воспроизведения: тип инструмента выполнения тестов, в котором входная информация записывается во время ручного тестирования с целью создания автоматизированных тестовых сценариев, которые могут быть выполнены позже т.е. повторены. Эти средства часто используют для поддержки автоматизированного регрессионного тестирования (см. Standard glossary of terms used in Software Testing)
constant declaration declares a constant that is of a file type or an access typeобъявление константы описывает константу файлового или ссылочного типа (ssn)
constant that is of a file type or an access typeконстанта файлового или ссылочного типа (ssn)
container elements that are of class typeэлементы контейнера, являющиеся объектами класса (ssn)
data type of the value to be returned by the functionтип данных значения, возвращаемого функцией (ssn)
determine to be type safeопределять безопасный по отношению к типам (ssn)
for a guarded signal that is of a composite type, each subelement is likewise a guarded signalкаждый подэлемент защищённого сигнала составного типа также является защищённым сигналом (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual)
from the syntactic point of view, a function block instance is the copy of corresponding typeСинтаксически экземпляр функционального блока является копией соответствующего типа
guarded signal that is of a composite typeзащищённый сигнал составного типа (ssn)
if neither operand is a one-dimensional array, the type of the result must be known from the contextесли ни один из операндов не является одномерным массивом, то тип результата должен быть известен из контекста (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
in object-oriented programming, a class is a fixed data type that must be implemented exactly as specifiedв объектно-ориентированном программировании класс – это фиксированный тип данных, который должен быть реализован в точном соответствии со своим определением (см. "JavaScript: The Definitive Guide, 5th Edition" by David Flanagan 2006)
in object-oriented programming, a class is a fixed data type that must be implemented exactly as specifiedв объектно-ориентированном программировании класс – это фиксированный тип данных, который должен быть реализован в точном соответствии со своим определением (см. "JavaScript: The Definitive Guide, 5th Edition" by David Flanagan 2006)
intend the type to be serializedпредполагать сериализацию типа (Alex_Odeychuk)
intend the type to be serializedпредполагать, что тип будет сериализован (Alex_Odeychuk)
one-dimensional, unconstrained array whose element type is that of the resolved signalодномерный неограниченный массив, тип элементов которого совпадает с типом элементов разрешённого сигнала (ssn)
operations to be performed upon the elements of the data structure when an instance of the function block type is calledоперации, выполняемые с элементами структуры данных при вызове экземпляра типа функционального блока (ssn)
the adding operators are predefined for any numeric type and have their conventional meaningАддитивные операторы предопределены для любого числового типа и имеют обычный смысл (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual)
the set of type definitions can be partitioned into disjoined classesмножество определений типов можно разбить на непересекающиеся классы (ssn)
the signature depends on the interface type which can be operation, stream or signalСигнатура зависит от типа интерфейса, который может быть интерфейсом операций, потоков и сигналов (см. ISO/IEC 10746-1, ГОСТ Р ИСО/МЭК 10746-1-2004)
the type of the return value of the function must also be that of the signalТип возвращаемого значения функции также должен совпадать с типом сигнала (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual)
the types created by the elaboration of distinct type definitions are distinct typesТипы, получаемые предвыполнением отдельных описаний типа, являются различными типами (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual)
there are a couple of important points to be made about the type promotion rulesОтносительно правил продвижения типов необходимо сделать ряд важных замечаний
there is a mismatch between the type of object required by the requested operation and the type of object that is specified in the requestтип объекта, требуемый для запрошенной операции, не соответствует типу объекта, указанному в запросе (ssn)
this compliance is specified in terms of the management commands to which each type of device can respond, as given in table 5.2.эта совместимость определена в терминах команд административного управления, на которые каждый тип устройства может ответить, как это указано в таблице 5.2 (см. IEC 61499-1)
this type of account works best for roommates or other long-term guests who will be using your computerэтот тип учётной записи – наилучший выбор для совместно проживающих в одном помещении нескольких взрослых пользователей или других часто посещающих ваш дом близких друзей, которые будут пользоваться вашим компьютером (см. "Windows® 10 For Dummies" by Andy Rathbone 2015)
this type of block is intended to provide a re-usable part of an application that can be distributed over many resourcesэтот тип блока предназначается для обеспечения допускающей повторное использование части приложения, которая может быть распределена по многим ресурсам (см. Robert W. Lewis: Modelling control systems using IEC 61499. Applying function blocks to distributed systems)
this type of processing arrays is very efficient because no additional memory is required and no surrender values must be copiedэтот способ обработки массива очень эффективен, поскольку не требуется дополнительная память и не нужно копировать передаваемые значения
Two type definitions always define two distinct types, even if they are textually identicalДва объявления типа всегда описывают два различных типа, даже если оба они текстуально идентичны (см. IEЕЕ Std. 1076-87. IEЕЕ Standard VHDL. Language Reference Manual ssn)
type of contract to be employedтип реализуемого договора (ssn)
type of object that is specified in the requestтип объекта, указанный в запросе (ssn)
type of the value to be formattedтип форматируемого значения (ssn)
type of the value to be returned by the functionтип значения, возвращаемого функцией (ssn)
type's internal data structureструктура внутренних данных типа (Рихтер Дж. CLR via C#. Программирование на платформе Microsoft .NET Framework 4.5 на языке C#, 2013 Alex_Odeychuk)
types that are convertible to a common typeтипы, преобразуемые в общий тип (ssn)
Underneath all the button-pushing is a purely textual procedure – the browser reads some HTML, you type some text, the browser sends that to a server and reads some HTML backза всеми этими щелчками на кнопках стоит чисто текстуальная процедура: браузер считывает HTML-код, вы вводите текст, браузер посылает его на сервер и снова считывает оттуда HTML-код
variable to be of a subrange typeпеременная диапазонного типа (ssn)
variable to be of a subrange typeпеременная ограниченного типа (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)