sem exemplosEncontrado em 1 dicionário
O Dicionário Inglês-Russo de Ciência da Computação- The present edition has been significantly enriched with terms from such areas as logical device design and modeling, knowledge engineering, production computerization, artificial intelligence systems, computer networks, digital signal processing, parallel and pipeline computations, system analysis, Internet Technology.
- The present edition has been significantly enriched with terms from such areas as logical device design and modeling, knowledge engineering, production computerization, artificial intelligence systems, computer networks, digital signal processing, parallel and pipeline computations, system analysis, Internet Technology.
derived type
ООП
производный тип (в языках программирования); в C++ к производным типам относят типы, сконструированные из основных (fundamental type) и ранее определенных типов следующими способами:
Exemplos de textos
Else Find the most derived type from TList::Head in TList::Tail.Иначе найти в списке TList: :Tail класс самого нижнего уровня, производный от класса TList: :Head.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
More importantly, the const approach can just as easily be used with derived types:Более важно то, что подход const просто согласуется с производными типами:Prata, Stephen / C++ Primer PlusПрата, Стивен / Язык программирования C++. Лекции и упражненияЯзык программирования C++. Лекции и упражненияПрата, Стивен© 2002 by Sams Publishing© Издательский дом "Вильямс", 2006C++ Primer PlusPrata, Stephen© 2002 by Sams Publishing
The behavior of BasicDispatcher is not in keeping with inheritance rules, according to which derived types must by default act like their base types.Поведение класса BasicDispatcher не согласуется с правилами наследования, в соответствии с которыми производные типы по умолчанию должны рассматриваться как базовые.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
When this algorithm is applied to a typelist, derived types will migrate to the top of the typelist, and base types will be pushed to the bottom.Во время применения этого алгоритма к списку типов производные типы перемещаются на вершину, а базовые типы заталкиваются на дно.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
Brings the most derived types to the front of TList.Передвигает наиболее глубоко вложенные производные типы в голову списка типов TlistAlexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
The general rule is to put the most derived types at the front of the typelist.Общее правило таково: наиболее отдаленные потомки базового типа должны находиться в начале списка типов.Alexandrescu, Andrei / Modern C++ Design: Generic Programming and Design Patterns AppliedАлександреску, Андрей / Современное проектирование на C++Современное проектирование на C++Александреску, Андрей© Addison-Wesley Publishing Company, Inc.© Издательский дом "Вильямс", 2002Modern C++ Design: Generic Programming and Design Patterns AppliedAlexandrescu, Andrei© 2001 by Addison-Wesley
Adicionar ao meu dicionário
derived type
производный тип (в языках программирования); в к производным типам относят типы; сконструированные из основных (fundamental type) и ранее определенных типов следующими способами
Traduções de usuários
Ainda não tem traduções deste texto.
Seja o primeiro a traduzir!