- 简明词典
- 柯林斯词典
- AI释义
- AI解词
- 牛津词典
泛型
释义
- genericity
实用场景例句
- 全部
You passed an invalid argument to a class template or generic.
您向类模板或泛型传递的参数无效.
互联网
Generic programming, like object - oriented programming, relies on a form of polymorphism.
泛型编程与 面向对象 编程一样, 都依赖于某种形式的多态性.
互联网
This essay introduces generics, a new characteristic of programming language.
文章简介了编程语言的一种新特性——泛型.
互联网
The type system became much richer with inclusion of generics.
由于内置了泛型,类型系统变得越发的丰富了.
互联网
For more information, see the Advantages and Limitations of Generics topic.
有关更多信息, 请参见主题泛型的优点和限制.
互联网
If this is a generic method, display its type arguments.
下面的代码示例演示如何获取并显示泛型方法的类型参数.
互联网
Data abstraction is fundamental to both object - oriented and generic programming.
数据抽象是 面向对象 编程和泛型编程的基础.
互联网
What do you thinking of GP and OO?
你是怎样看GP(泛型编程)和OO( 面向对象)的?
互联网
Templates and Generic Programming 199.
模板与泛型编程199.
互联网
Always divfer using C # generics in data structures.
在数据结构中总是优先使用C # 泛型.
互联网
Generic programming is a special paradigm in C ++.
泛型编程是C++特殊的编程思维模型.
互联网
Combined generic programming, object oriented programming and design pattern theories, C ++ brings standard template library ( STL ) .
融合了泛型程序设计 、 面向对象程序设计和设计模式思想, 提出了STL 标准模板 库.
互联网
Generic programming involves writing code in a way that is independent of any particular type.
所谓泛型编程就是以独立于任何特定类型的方式编写代码.
互联网
You cannot instantiate a generic or template class based on a local or unnamed type.
无法实例化基于局部类型或未命名类型的泛型或模板类.
互联网
Generics remove this penalty by generating specific object code for each value type.
泛型则除去了为每个值类型生成特定对象的代价.
互联网
收起实用场景例句
- 释义
- 实用场景例句