primitive type

原始类型:计算机科学中的一个术语
常用释义
原始类型:计算机科学中的一个术语,指编程语言提供的基本数据类型,如整数、字符或布尔值等。

扩展信息

原始类型
原始类型Primitive Type)的兼容性怎样?Miguel: .NET的CLR提供的原始类型是JVM类型的超集,从编译器的角度看来它们 …
基本类型
基本类型primitive type) Java的基本类型是“非对象”的类型。像int、boolean、char、double和long都是最常见的基本类型。
基元类型
基元类型(primitive type)----------------------------------编译器直接支持的类型。sbyte / byte / short / ushort / int / uint /...
基本数据类型
基本数据类型(primitive type)或String类型的数组进行排序 int[] intArray = new int[] {4, 1, 3, -23}; Arrays.sort(intArray); ...
原生类型
UML参考手册 中文 PDF 清晰版... ... primitive function( 原生函数) 393 primitive type( 原生类型) 394 private( 私有) 394 ...
基本型别
属於基本型别 (Primitive Type)、字串、列举型别或 TimeSpan。可以从 IConvertible 介面,或者从 Delegate 或 Type 类别指派。
主类型
  (7) 与C++类似,Java含有一系列“主类型”(Primitive type),以实现更有效率的访问。在Java中,这些类型包括boolean,char…
种原始类型
ECMAScript 有 5 种原始类型primitive type),即 Undefined、Null、Boolean、Number 和 String。Search: 赞助商链接 Java…

例句

1·Generic type parameters and primitive types.

泛型类型参数和基本类型。

2·Flow control variables? Primitive type variables.

若是流程控制变量,则使用基本类型变量。

3·It is, in fact, a primitive type of calendar.

事实上是一种最原始的日历。

4·Generic type parameters can't be instantiated with primitive types.

不能用基本类型实例化泛型类型参数。

5·Primitive type conversion is now performed automatically by the compiler.

现在,由编译器自动地执行基元类型转换。

6·Use primitive type long to transfer your Date or Calendar representation.

使用基元类型long传输Date或Calendar表示形式。

7·A function that can return an object or a primitive type: is it possible?

一个函数可以返回一个对象或一个原始类型:这可能吗?

8·Being loosely typed, each element can contain any primitive type or object.

由于类型松散,每个元素都能包含任何基本类型或对象。

9·Classes are instantiated with all their primitive type attributes given default values.

类的实例化是给它们所有的原语类型属性赋予默认值。

10·Finally, an enumerated type may, in a Schema, be part of a union with a primitive type.

最后,模式(Schema)中的枚举类型可能是原始类型的联合(union)的一个组成部分。