What is the translation of " BUILT-IN TYPES " in Chinese?

[bilt-'in taips]
[bilt-'in taips]
内置类型
内建类型

Examples of using Built-in types in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
We have used many of Pythons built-in types;
我们已经使用过了许多Python的内置类型;.
The core built-in types for manipulating binary data are bytes and bytearray.
操作二进制数据的核心内置类型是bytes和bytearray。
You can use class types just as easily as built-in types.
设计良好的类类型可以像内置类型一样容易使用。
Built-in types, collections, and other core functionality for every Dart program.[…].
每个Dart程序的内置类型,集合和其他核心功能.[…].
The data structures that are sent(other than built-in types) also result in generated code.
被发送的数据结构(不同于内建类型)也由生成的代码产生。
Python has six built-in types of sequences, but the most common ones are Lists and Tuples.
Python有6个序列的内置类型,但最常见的是列表和元组、字符串。
Both print() and println()can be used to output values of any of Java's built-in types.
方法print()和方法println()都能够用来输出Java的任何内置类型的值。
We have seen two built-in types so far, when we declared variables: INTEGER and REAL.
目前为止,我们已经看到了两个内置类型,声明变量时的:INTEGER和REAL。
Ways to facilitate correct use include consistency in interfaces andbehavioral compatibility with built-in types.
促进正使用的办法包括接口的一致性,以及与内置类型的行为兼容。
Unlike C++ and Modula-3, built-in types can be used as base classes for extension by the user.
与C++和Modula-3不同,内置类型可以用作用户扩展的基类。
Ways to facilitate correct use include consistency in interfaces andbehavioral compatibility with built-in types.
使易于正确使用的方法包括在接口和行为兼容性上与内建类型保持一致。
Also, intrusive lists cannot hold built-in types directly(an int does not have a link member).
而且,浸入式链表不能直接保存内建类型(int没有link成员变量)。
Most built-in types support a common formatting mini-language, which is described in the next section.
大多数内置类型都支持同样的格式化迷你语言,具体描述见下一节。
Ways to facilitate correct use include consistency in interfaces andbehavioral compatibility with built-in types.
促进正确使用”的办法包括接口的一致性,以及与内置类型的行为兼容。
Just like other built-in types, you can use a promise as the base for a derived class.
其他内置类型一样,我们可以将一个Promise用作派生类的基类。
As you will see,the objects defined with classes can look a lot like the built-in types we studied earlier in the book.
您将看到,定义类的对象可以看起来很像我们之前研究的内置类型的书。
All operations on built-in types(e.g., ints, pointers, etc.) are nothrow(i.e., offer the nothrow guarantee).
所有对内建类型(例如,ints,指针,等等)的操作都是不抛出(nothrow)的(也就是说,提供不抛出保证)。
Before doing that, though, let's extend our SymbolTable class to initialize the built-in types when the symbol table instance is created.
在这之前,让我们扩展我们的SymbolTable类,以在符号表实例化时初始化内置类型
Some built-in types, such as Array or Map, have a default iteration behavior, while other types(such as Object) do not.
一些内置类型,如Array或Map拥有默认的迭代行为,而其他类型(比如Object)则没有。
These are called fundamental data types(in the C++ specification), but are often informally called basic types,primitive types, or built-in types.
C++内建了对一些特定数据类型的支持,它们被称为基本数据类型(C++标准规范中称为fundamentaldatatypes),也常不正式地称为basictypes、primitivetypes或者built-intypes
Python has six built-in types of sequences, but the most common ones are lists and tuples, which we would see in this tutorial.
Python有六种内置类型的序列,但最常见的是列表和元组,我们将在本教程中看到。
Most built-in types implement the following options for format specifications, although some of the formatting options are only supported by the numeric types..
大多数内置类型都为格式规格实现了下列选项,不过某些格式化选项只被数值类型所支持。
Value types comprise most built-in types(specifically, all numeric types, the char type, and the bool type) as well as custom struct and enum types..
值类型包含大多数的内置类型(具体包括所有数值类型、char类型和bool类型)以及自定义的struct类型和enum类型。
False: The false value of the built-in type bool.
False:内置类型bool的false值.
Pointer(which, contrary to appearances, is a built-in type).
Pointer(和外表相反,它们是内置类型)。
A named tuple can be a built-in type such as time.
命名元组可以是内置类型,例如time.
Today we will tackle variable symbols and built-in type symbols because we have already used variables and types before.
今天我们将解决变量符号和内置类型符号,因为我们以前已经使用过变量和类型。
Assuming i has built-in type or the postincrement operator is not overloaded to return by lvalue reference.
假定i拥有内建类型,或其后置自增运算符并未重载为返回左值引用。
If a contract is an identifierthen we can use a contract anywhere that a built-in type or interface is used.
如果契约是标识符,那么我们可以在使用内置类型或接口的任何地方使用契约。
Results: 29, Time: 0.0275

Word-for-word translation

Top dictionary queries

English - Chinese