群发资讯网

返回主页
primitive type
原始类型:计算机科学中的一个术语
常用释义
英式发音
美式发音
基本释义
  • 原始类型:计算机科学中的一个术语,指编程语言提供的基本数据类型,如整数、字符或布尔值等。
例句
  • 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)的一个组成部分。