What is the translation of " TYPE CONVERSION " in Chinese?

[taip kən'v3ːʃn]
[taip kən'v3ːʃn]
类型转换
类型转化

Examples of using Type conversion in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
You need type conversion.
你必须强制转换类型
Type conversion must be called explicitly.
类型的转换必须显式表达。
However, before assigning values, it needs type conversion.
可是,在分配值之前,需求先进行类型转化
Automatic type conversion takes place in some cases.
操作符会在某些情况下自动进行类型转化
When necessary,these results can be tailored by using explicit type conversion.
必要时这些结果可以被使用显式类型转换来调整。
Implicit type conversion- These conversions are performed by C in a type-safe manner.
隐式类型转换-这些转换是C默认的以安全方式进行的转换。
In many cases a userdoes not need to understand the details of the type conversion mechanism.
在大多数情况下,用户不需要明白类型转换机制的细节。
Explicit Type Conversion This process is also called type casting and it is user defined.
显式类型转换-此过程也称为类型转换,它是用户定义的。
This opt-in approach prevents hidden conversion errors andhelps make type conversion intentions explicit in your code.
这种可以防止隐藏的转换错误,并帮助明确你的代码中类型转换的意图。
Implicit type conversion, also known as coercion, is an automatic type conversion by the compiler.
隐式类型转换又称为强制转换,是被编译器自动的转换。
A more serious problem is that if num_col is indexed,a comparison that involves type conversion may prevent the index from being used.
更严重的情况是,如果num_col是索引的,那么涉及到类型转换的比较操作不会使用索引。
Type conversion creates a value of a new type that is equivalent to the value of the original type..
类型转换创建等效于原始类型的值的新类型的值。
Casting allows you to make this type conversion explicit, or to force it when it wouldn't normally happen.
通过造型,我们可明确设置这种类型的转换,或者在一般没有可能进行的时候强迫它进行。
Type conversion in MicroPython is a snap with a simple str placed in front of the variable holding the temperature of type number.
MicroPython中的类型转换是一个简单的str,它放置在保持类型编号温度的变量前面。
Ordinarily, you dont have to worry about type conversion in expressions, because the computer does it automatically.
通常,你不必关心表达式中的类型转换,因为计算机会替你自动完成。
The type conversion function decimal() can be used to convert other types of data(such as the string) into the big decimal.
可用类型转换函数decimal()将其它类型数据(如字符串)转换为长实数。
In C, type casting has two forms: Implicit type conversion- These conversions are performed by C in a type-safe manner.
在C中,类型铸造有两种形式:隐式类型转换-这些转换是C默认的以安全….
These type conversion methods are one variant of this pattern, since you're not required to use the factory to create the objects in question.
这些类型转换方法是工厂模式的变种,因为在问题中你不必使用这个工厂创建对象。
In C, type casting has two forms: Implicit type conversion- These conversions are performed by C in a type-safe manner.
在C中,类型铸造有两种形式:隐式类型转换-这些转换是C默认的以安全方式进行的转换.
Explicit type conversion- These conversions are done explicitly by users using the pre-defined functions.
显式类型转换-这些转换是通过用户使用预定义的函数显式完成的。
In coercive subtyping systems,subtypes are defined by implicit type conversion functions from subtype to supertype.
在强制子类型化系统(coercivesubtypingsystem),子类型通过从子类型到超类型的隐式类型转换函数得以定义。
Implicit type conversion, also known as"coercion", is an automatic type conversion by the compiler.
隐式类型转换,也称为强制转换,是编译器自动进行的类型转换
WCF is Microsoft's implementation of a set ofindustry standards defining service interactions, type conversion, marshaling, and various protocols' management.
WCF是微软对一系列产业标准定义的实现,包括服务交互、类型转换、封送(Marshaling)以及各种协议的管理。
This document identifies common type conversion problems and describes how you can avoid them in your C++ code.
文档标示符列出了常见类型转换问题,并描述如何在C++代码中避免它们。
Implicit type conversion, also known as coercion,is an automatic and temporary type conversion by the compiler.
隐式类型转换,也称为强制转换,是编译器自动进行的类型转换
In C, type casting has two forms: Implicit type conversion- These conversions are performed by C in a type-safe manner.
在C中,类型转换有两种形式:隐式类型转换-这种类型的转换由C以类型安全的方式执行。
The==operator will do type conversion prior to comparing values whereas the=== operator will not do any type conversion before comparing.
运算符在比较值之前会进行类型转换,而===运算符在比较之前不会进行任何类型转换
MySQL will perform automatic type conversion, but if you can avoid conversions, you may get better performance.
MySQL会执行自动的类型转换,但是如果你能够避免这种转换操作,你得到的性能就更好了。
Using the static_cast or dynamic_cast type conversion operators will ensure that pointers are properly converted from one type to another.
使用static_cast或者dynamic_cast类型转换运算符会确保指针正确的从一个类型转换为另一个。
Results: 29, Time: 0.0284

Word-for-word translation

Top dictionary queries

English - Chinese