网站首页  词典首页

请输入您要查询的英文单词:

 

单词 type inference
释义

Type Inference

美 
英 
  • n.类型推论
  • 网络类型推断;类型推导;类型推理
n.
1.
类型推论

例句

释义:
1.
Instead, the compiler could figure it out for itself using type inference.
相反,使用类型推断,编译器可以自己处理。
www.ibm.com
2.
Alternatively , you can supply no type arguments at all and let the compiler attempt to do type inference .
另外,也可以根本不提供类型参数,而让编译器尝试进行类型推导。
www.bing.com
3.
When a generic method is called without specifying type arguments, a type inference process attempts to infer type arguments for the call.
当不使用特定类型的参数调用一个泛型函数时,类型推断会尝试为此次调用推断参数类型。
dictsearch.appspot.com
4.
Remove all type arguments from your calling code and let the compiler attempt to do type inference.
从调用代码中移除所有类型参数,并让编译器尝试进行类型推导。
msdn2.microsoft.com
5.
While nice to have, type inference was not added just to make typing a bit faster.
虽然看上去不错,不过添加类型推断却不只是为了提高开发者的那么一点点输入速度。
www.infoq.com
6.
As in earlier examples, the assignment of a data type for studentQuery3 is left for the compiler to determine by using local type inference.
如前面的示例所示,studentQuery3数据类型的分配由编译器使用局部类型推理来确定。
msdn2.microsoft.com
7.
Scala is compelling because it feels like a dynamically typed scripting language, due to its succinct syntax and type inference.
Scala引起众人的兴趣是因为它的简洁语法和类型推断,看起来像动态脚本语言。
www.bing.com
8.
Expressions in Sitebricks templates are just as concise as JSP, but are statically type-checked using a type-inference algorithm.
Sitebricks模板中的表达式就像JSP那样简洁,但却通过一个类型推断算法进行静态的类型检查。
www.infoq.com
9.
It's a prototype that shows the possibilities of type inference in a Ruby-like language, rather than a new language for programmers to use.
这是一个原型,用来展现以一种类Ruby语言而不是一种新语言来实现类型推断的可能性。
www.infoq.com
10.
Unlike ordinary type variables declared in a method signature, no type inference is required when using a wildcard.
不像在一个方法署名中声明的普通类型变量,当使用一个通配符的时候不需要类型引用。
blog.163.com
1.
Type inference reduces verbosity significantly, making the code feel more like code written in a dynamic language.
类型推断能显著地减少代码的长度,使得代码更像是用动态语言编写出来的。
www.bing.com
2.
Array initializers now support type inference, significantly reducing the amount of code that needs to be typed.
数值初始值设定项现在可支持类型引用,这样大大减少了代码量。
www.infoq.com
3.
The capture-helper trick depends on several things: type inference and capture conversion.
捕获助手技巧涉及多个因素:类型推断和捕获转换。
www.ibm.com
4.
Type inference on composite keys depends on the names of the properties in the keys, and the order in which they occur.
复合索引键上的型别推断,会根据索引键中的属性名称及其出现的顺序来进行。
technet.microsoft.com
5.
Setting Option Explicit to On has the advantage of forcing type inference to be made at compile time instead of run time.
将OptionExplicit设置为On具有在编译时(而不是在运行时)强制类型推理的优点。
msdn2.microsoft.com
6.
Type inference is not allowed in cases where the variable is not assigned a value on the same line it is declared.
若是变量的声明和赋值不在同一行书写的话,编译器将不允许我们使用类型推断。
www.infoq.com
7.
You cannot invoke type inference on generic classes, structures, interfaces, or delegates .
无法对泛型类、泛型结构、泛型接口或泛型委托调用类型推理。
www.bing.com
8.
Type inference helps by automatically inferring type signatures, so that the user doesn't have to provide trivial type information manually.
类型推断帮助你自动推断类型签名,所以用户不用人工提供一般的类型信息。
www.bing.com
9.
The same rules for type inference apply to static methods as well as instance methods.
相同的类型推断规则也适用于静态方法以及实例方法。
msdn2.microsoft.com
10.
The compiler applies type inference logic to all generic methods that share the same name.
编译器向共享相同名称的所有泛型方法应用类型推断逻辑。
msdn2.microsoft.com
1.
When there are no explicit type parameters, type inference is used to determine the types of parameters of functions.
没有显式类型参数时,会使用类型推理来确定函数的参数类型。
technet.microsoft.com
2.
Type inference minimizes the need for explicit type information in many contexts.
类型推断使得显式的类型声明信息在大多数场合下减少到了最低。
www.bing.com
3.
Type inference takes place at compile time before the compiler attempts to resolve any overloaded method signatures.
类型推断在编译时、编译器尝试解析任何重载方法签名之前进行。
msdn2.microsoft.com
4.
Improved Type Inference for Generic Instance Creation.
改进对通用实例创建的类型推断。
www.infoq.com
5.
Even with type inference, redundant type information is needed.
即使使用类型推断,还是需要多余的类型信息。
www.infoq.com
6.
The type inference picks a type that works for all outcomes of the if expression.
类型推断选择了一个满足if表达式所有结果的类型。
www.bing.com
7.
You can invoke type inference only by omitting all the type arguments.
只需省略所有类型变量,即可调用类型推理。
msdn2.microsoft.com
8.
Type inference is supported only for generic procedures.
只有泛型过程才支持类型推理。
msdn2.microsoft.com
9.
Some of these, such as type inference, as discussed, come for free.
其中一些,比如已经讨论过的类型推断,可以随意使用。
www.infoq.com
10.
Type inference is used for methods, too.
类型推断对方法也有用。
www.bing.com
1.
Sets the compiler default for local type inference.
设置局部类型推理的编译器默认值。
msdn2.microsoft.com
2.
F# uses type inference to evaluate the types of functions and expressions.
F#使用类型推理来计算函数和表达式的类型。
technet.microsoft.com
3.
This section discusses use-related topics, such as loading XML data into the server and type inference in query compilation.
本部分讨论了与使用相关的主题,例如将XML数据加载到服务器和查询编译中的类型推理。
msdn2.microsoft.com
4.
Type inference is described in more detail in the F# Language Specification.
F#语言规范中对类型推理进行了更详细的介绍。
technet.microsoft.com
5.
Since anonymous classes do not have a name, there is no way to create variables of their type in C# without type inference.
因为匿名类并没有一个指定的类型名称,所以若是没有了类型推断的支持,我们就无法在C#中创建该类型的实例。
www.infoq.com
6.
Be aware that type inference can fail if there are conflicts or ambiguities.
请注意,如果存在冲突或多义性,则类型推导可能会失败。
msdn2.microsoft.com
7.
F# is astatically typed language that supports type inference.
是一种支持类型推理的静态类型化语言。
www.showxiu.com
8.
Eventually we chose the complex algorithm because it is more similar to the behavior of type inference elsewhere in the language.
最终我们选择了复杂算法,因为其更类似于语言中其他地方的类型推断行为。
www.ibm.com
9.
Visual Basic 10 adds type inference for initialization arrays.
VisualBasic10为数组初始化增加了类型推断。
www.infoq.com
10.
You can either explicitly specify it yourself or rely on type inference if it is available
您可以自己显式指定它,或者依靠类型推理(如果可用)
msdn2.microsoft.com
1.
Type inference for block variables within block calls
在块内部的块变量类型推导
www.infoq.com
2.
type inference-both exact and speculative
类型推断——包括精确和推测两种方式
www.infoq.com
3.
Type inference for the invocation
调用的类型推导
blog.csdn.net
4.
Complete type inference : you don't need to type your local variables
完整的类型引用:无需输入本地变量
www.infoq.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/9 5:50:43