explicit type的意思|示意
显式类型
explicit type的用法详解
欢迎大家学习英语单词explicit type的用法讲解。
Explicit type是指对声明变量或函数名时给出具体的类型信息,以表示变量或函数的类型。它是程序员通过在声明变量或函数的时候给出类型信息,以明确期望代码将准确地被编译器执行。
Explicit type用法一般有两种:第一种是在声明变量或函数时,给出类型信息;第二种是在调用函数时,传入参数类型信息。
例一:声明一个变量
int a=5; //声明变量a的类型是int,初始值为5
例二:声明一个函数
int func(int a, int b) //声明函数func,参数类型为int,返回值类型为int
{
return a+b;
}
例三:调用函数
int result=func(a,b); //以int类型调用函数func,传入参数a,b,返回结果result
为了更好地保证编译器正确识别代码,程序员在声明变量或调用函数时,应尽量显式地使用Explicit type。
以上是有关英语单词explicit type的用法讲解,希望能给大家带来帮助。
explicit type相关短语
1、 explicit type conversion 类型转换,显式型态转换,翻译
2、 explicit type parameter 显式的类型参数
3、 explicit type association 显式类型结合,翻译
4、 explicit type casts 明示的类型投下,显式类型转换
5、 explicit type conversions 显示类型转换
6、 explicit type statement 显式类型语句
7、 explicit type declaration statement 显式类型说明语句,翻译
8、 explicit type field 显式类型域
9、 Explicit type casting operators 变量类型转换运算符
explicit type相关例句
It can therefore be circumvented by address manipulation and explicit type conversion.
因而可以通过地址操纵和显式型别转换来绕过此保护功能.
互联网
You'll need to evaluate the tradeoffs in using an explicit type constructor.
您在使用显式类型构造函数时需要进行权衡。
Type inference minimizes the need for explicit type information in many contexts.
类型推断使得显式的类型声明信息在大多数场合下减少到了最低。
Scala USES the term type annotations for explicit type declarations like HashMap.
Scala使用类型注解作为显式类型声明的方式,比如HashMap。
Use explicit type conversion when converting data from one type to another.
在将数据从一种类型转换为另一种类型时,请使用显式类型转换.
互联网