What is the translation of " REFERENCE TYPES " in Chinese?

['refrəns taips]
['refrəns taips]
参考类型
参照类型

Examples of using Reference types in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
They're reference types.
它们是参考类型
C supports two major kinds of types: value types and reference types.
C支持两种类型:值类型和引用类型
Value and reference types in C→.
转c中的引用类型和值类型.
C provides two types of data types: Value types and Reference types.
C中有两种数据类型:值类型和引用类型
Value and reference types in Swift.
Swift中的值类型和参照类型.
A jagged array is an array of arrays,and therefore its elements are reference types and are initialized to null.
交错数组是数组的数组,因此其元素是引用类型并初始化为null。
Value and reference types in Swift.
Swift中的值类型与引用类型.
Design tools can make use ofnamespaces to make it easier for developers to browse and reference types in their code.
设计工具可以利用名称空间使开发人员更容易在代码中浏览和引用类型
Value and reference types in Swift.
Swift里类型与引用类型.
This possibility exists whenever storage space is requested with the new“operator-as is the case for all reference types.
只要是用new运算符来请求存储空间,就存在这种可能性--例如所有的引用类型
Enum are reference types that do not satisfy this constraint.
Enum是满足此约束的引用类型
E1 and e2 are both arrays of object reference types, and Arrays.
E1和e2都是对象引用类型的数组,并且Arrays.
Enum are reference types that do not satisfy this constraint.
Enum是不满足此约束的引用类型
This deep dive into Java memory management willenhance your knowledge of how the heap works, reference types, and garbage collection.
深入研究Java内存管理,将增强你对堆如何工作、引用类型和垃圾回收的认识。
For example reference types: object, dynamic, and string.
例如,内置的引用类型有:object、dynamic和string。
This means that the generic types used in ourgeneric classes can only be reference types, and not primitive types..
这意味着我们在泛型类中使用的泛型只能是引用类型,而不能是基本类型。
All reference types must be tagged with the address space they point into.
所有的引用类型都必须使用它们指向的地址空间进行标记。
This example also shows how reference types can be harder to reason about.
这个例子也显示了引用类型更加难以理解。
For reference types== and=== act consistently with one another(except in a special case).
对于参考类型==并且===彼此一致(除特殊情况外)。
Note that type parameters can represent only reference types not primitive types(like int, double and char).
注意到类型参数仅能代表引用类型,而不是原始类型(就像int,double和char)。
Unlike value types, reference types are not copied when they are assigned to a variable or constant, or when they are passed to a function.
与值类型不同,引用类型在分配给变量或常量时或者传递给函数时不会被复制。
Structures and enumerations are value types, not reference types, and are not stored and passed by reference..
结构体(Structure)和枚举类型是值类型,并非引用类型,不是以引用的方式来存储和传递的。
Because classes are reference types, it's possible for multiple constants and variables to refer to the same single instance of a class behind the scenes.
因为类是引用类型,有可能有多个常量和变量在幕后同时引用同一个类实例。
This one is only used to convert object pointers andobject references into other pointer or reference types in the inheritance hierarchy.
这个仅用于将对象指针和对象引用转换为继承层次结构中的其他指针或引用类型
Example of built-in reference types are: object, dynamic, and string.
例如,内置的引用类型有:object、dynamic和string。
Classes, on the other hand, are reference types(Section 4.2) and are said to have reference semantics.
另一方面,类是引用类型(第4.2节)且被称为具有引用语义。
Furthermore, because structs are not reference types, it is not possible for values of a structtype to be null.
另外,由于结构不是引用类型,因此结构类型的值不可能为null。
Current versions of Javaonly allow generic types to contain reference types, and the Java compiler removes the detail of the contained type during compilation.
Java的当前版本只允许泛型类型包含引用类型,而且Java编译器会在编译时删除它所包含类型的详细信息。
Results: 28, Time: 0.0282

Word-for-word translation

Top dictionary queries

English - Chinese