type parameterized的意思|示意
类型参数化
type parameterized的网络常见释义
类型参数化 wtl虽然也是以类型参数化(type parameterized)的方式实现的,但是相比stl,wtl经常采用回调传入类型的相关方法的技术来处理类之间的通信。
type parameterized相关短语
1、 parameterized type 参数化类型 ; 参数化型别 ; 参数化的类型
2、 parameterized type template 参数化类型模板
3、 parameterized data type 参数化数据类型
type parameterized相关例句
When you compile a generic class, MSIL contains placeholders for each parameterized type.
当你编译一个范型类时,MSIL为每一个参数化的类型预留了空间。
By using a smooth aggregate function to approximate the non-smooth max-type function, nonlinear complementarity problem can be treated as a family of parameterized smooth equations.
利用凝聚函数一致逼近非光滑极大值函数的性质,将非线性互补问题转化为参数化光滑方程组。
Because the class is not a parameterized type, no signature is added to the binary class representation for the class itself.
由于类并非参数化类型,所以未为该类本身的二进制类表示添加任何签名。
Another approach to expressing invariants is to bolster the type system with generic types, types parameterized by other types (the topic of our the most recent series of articles in this column).
表示不变量的另一种方法是泛型-作为其它类型参数化的类型来支持类型系统(本专栏中最近一系列文章的主题)。
Scala also allows types to be declared in classes, as we saw in the section called "Abstract types And Parameterized types" in Chapter 2, type Less, Do More.
Scala也允许在类中声明类型,正如我们在《第2章-打更少的字,做更多的事》中的“抽象类型和参数化类型”章节中所见。
The canonical example of dependent types is that of an array type parameterized by the size of the array.
从属类型的标准实例是数组大小参数化的数组。