Parameterized types的意思|示意
参数化类型
Parameterized types的网络常见释义
参数化类型 模板,又称参数化类型(parameterized types)或类属(generics),可为功能或结构相近的一族函数或类提供一种抽象处理模式(pattern),即适应广泛数据类型的可重用代码,在具体使...
被参数化的型别 ...行期的型别鉴定机制(Run-Time Type Identification) 第6章 以 template 进行编程 6.1 被参数化的型别(Parameterized Types) 6.2 Class Template 的定义 6.3 Tempalte 型别参数(type parameters)的处理 6.4 实作一个 Class Template 6.5 一个以 Fun...
类型参数化 ...用Scala的优势,将面向对象(object orientation)、函数式编程(functional programming)、类型参数化(parameterized types)、类型推断(type inference)等概念引入硬件编程语言,从而提供更加强大的硬件开发能力。
参数化型别 初识模板 -*- C++发明者Bjarne Stroustrup拟好关于模板 的原始设计时,他把模板称为参数化型别 (parameterized types),即型别有关信息可 由模板定义式中抽离,型别由模板用户在使 用时指定 Bjarne Stroustrup说“这是为了支持类型安 全、类容器的...
Parameterized types相关例句
Ownership types are types of objects that are parameterized by an owner object.
所有者类型是一个所有者对象参数化的对象的类型。
The Listing 9 output gives the basics of how generic types are parameterized for use, including the types of items specified for the m_files and m_directories lists in the DirInfo class.
清单9的输出给出了泛型类型是如何参数化使用的基本情况,包括为在dirinfo类中列出的m_files和m_directories项指定的类型。
Syntax error, parameterized types are only available if source level is 5.0.
语法错误,泛型只有在5.0以上的版本才支持。
Finally, this data is written to the Context object (whose write method is parameterized based on the types of the (key, value) pair that are produced by map).
最后,这个数据被写到Context对象(它的write方法基于映射生成的(key, value)对的类型进行参数化)。
Within enterprise search, there are many different types of searches: keyword, Boolean, range, faceted metadata, semantic, natural languages and parameterized.
在企业搜索中,搜索分许多类型:关键字、布尔值、范围、多层面元数据(faceted metadata)、语义、自然语言和参数化。
Like this, all types and functions are clearly parameterized what needs to be give and what will be returned.
这样,所有的类型和职能具有明显的参数化需要采取什么给什么将返回。