网站首页  词典首页

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

 

单词 type checking
释义

type checking

  • 网络类型检查;型别检查;型态检查
1.
类型检查
编译原理术语中英文对照表 - 豆丁网 ... Type checker 类型检查程序 Type checking 类型检查 Type declaration 类型声明 ...
www.docin.com
2.
型别检查
型别检查 (Type Checking) 参数 (Option Strict 陈述式) 设定为 On 时,您尝试将某一型别转换为另一个可能无法包含值的型别…
msdn.microsoft.com
3.
型态检查
型态检查(type checking): 帮助程式设计师检查形态转换是否合法。风格检查(style checking): 程式缩排,或select case陈述 …
knowledge.twisc.ntust.edu.tw
4.
类型检测
...2?3 现在,使用规则→i 证明p → q 被称为类型检测(type checking), 在构造带类型编程语言的编译器时,类型检测是一个重 …
www.docin.com
5.
类型检验
信息词汇英语翻译(R-Z) ... type bar printer 杆式打印机 type checking 类型检验 type conversion 类型转换 ...
www.zftrans.com
6.
中型别检查
... Object 转换至该项目的执行阶段资料型别。执行转换的方法,则视 Option Strict 陈述式 中型别检查 (Type Checking) 参数的 …
msdn.microsoft.com

例句

释义:
1.
Once the name is found, do normal type-checking to see if this call is legal given the definition that was found.
一旦找到名字,就进行类型检测,确定和找到的函数定义相比,这个调用是否合法。
www.blogjava.net
2.
Debasish Ghosh advocates for using this kind of solutions rather than trying to achieve dynamic type checking.
DebasishGhosh提倡使用这种解决方法,而不是试图实现动态类型检查。
www.infoq.com
3.
After all, the whole point of static type checking is to prevent exactly that sort of exception.
毕竟静态类型检查主要是严格防止那种异常。
www.ibm.com
4.
When that happens, just remember that, in that part of the code, there is no safety from type checking -- you're on your own.
如果是这样的情况,只要记住,在代码的那一部分中,类型检查不保险―要靠自己。
www.ibm.com
5.
For the trouble, you get rock-solid performance, compile-time type checking, and a very high-level language.
虽然付出了这一点成本,但可以得到非常好的性能,编译时类型检查,以及一个非常高级的语言。
www.ibm.com
6.
No data-type checking is required of a system. An ambiguous condition exists if an incorrectly typed data object is encountered.
一个系统不需要资料型别的检查。如果遇到一个不正确的资料物件输入,将会发生模稜两可的情况。
www.figtaiwan.org
7.
ASP. NET AJAX also does some type checking in debug mode where it makes sense to help developers catch bugs earlier.
ASP.NETAJAX还会在调试模式下执行某些类型检查,这对开发人员更早捕获Bug很有帮助。
msdn.microsoft.com
8.
Once the name is found, do normal type-checking (Section 7. 1. 2, p. 229) to see if this call is legal given the definition that was found.
一旦找到了该名字,就进行常规类型检查(第7.1.2节),查看如果给定找到的定义,该函数调用是否合法。
hi.baidu.com
9.
He would have liked stronger static type checking of template arguments.
他本来想要更强的模板参数的静态类型检验。
www.lslnet.com
10.
This type-checking is not performed at the time the function is created.
创建函数时不执行上述类型检查。
technet.microsoft.com
1.
Of course, you also give up the safety net of the compile-time type checking.
当然,还会失去编译时检查的安全保障。
www.ibm.com
2.
With type erasure, generic types are used for type checking only; afterwards, they are replaced with their upper bound.
使用类型消除(typeerasure),泛型类型仅用于类型检查;然后,用它们的上界替换它们。
www.ibm.com
3.
It's clear that type checking isn't enough to prove that your code is correct.
很明显,类型检查并不足以证明代码的正确性。
www.ibm.com
4.
We all know about type checking, separate compilation, user-defined types (classes today), and abstraction.
我们都知道类型检查,独立编译,自定义类型(现在的类)和抽象。
www.ibm.com
5.
Attribute node order is enforced during serialization rather than during static type checking.
属性节点顺序是在序列化期间而非静态类型检查期间执行的。
msdn2.microsoft.com
6.
This prevents static-type checking by the compiler and introduces new classes of runtime errors.
这避免了由编译器进行静态的检查,并且引入了新的运行时错误类。
www.ibm.com
7.
The compiler's type-checking rules coupled with the API's signature govern what constitutes legitimate input.
编译器的类型检查规则与API签名结合确定什么是合法输入。
www.ibm.com
8.
Type checking is an example of a semantic-level check on the integrity of a program.
类型检查是程序完整性上的语义级别检查的一个示例。
www-128.ibm.com
9.
As a consequence type checking becomes undecidable.
作为结论类型检查成为不可判定性的。
dictsearch.appspot.com
10.
The query-processing engine also uses the schema for type checking and to optimize queries and data modification.
查询处理引擎也使用该架构进行类型检查并优化查询和数据修改。
msdn2.microsoft.com
1.
Thread-relative static fields provide better performance than data slots and have the benefit of compile-time type checking.
线程相关的静态字段的性能优于数据槽,并且具有编译时类型检查的优点。
technet.microsoft.com
2.
Additional data type checking code is not necessary.
额外的数据类型检查代码是不必要的。
www.ibm.com
3.
Guideline 1 can be ensured by type checking and throwing an error message if there is any static storage declaration in the function.
准则1可以通过类型检查得到保证,如果在函数中有任何静态存储声明,则抛出错误消息。
www-128.ibm.com
4.
The Criteria API's strong type checking is based on the availability of instantiated metamodel classes at development time.
CriteriaAPI的强类型检查基于开放期间的实例化元模型类的可用性。
www.ibm.com
5.
With PHP V5, however, you can build object type checking right into the class or method declaration.
但是,如果使用PHPV5的话,可以将对象类型检查构建到类或方法声明中。
www.ibm.com
6.
Generic types enforce compile-time type checking.
泛型类型强制实施编译时类型检查。
msdn2.microsoft.com
7.
Doing so causes the compiler to perform argument type checking.
这样做会导致编译器执行参数类型检查。
msdn2.microsoft.com
8.
The compiler can then enforce type checking based on the declared type of the attribute named age.
然后,编译器可以根据age属性声明的类型实施类型检查。
www.ibm.com
9.
XML schema is used for type checking of typed XML.
XML架构用于对类型化的XML进行类型检查。
msdn2.microsoft.com
10.
He is also concerned with the verification of security protocols through semantic formalisms and type checking.
他关注的领域还有通过语义形式和类型检查对安全性协议进行验证。
www.ibm.com
1.
The following sections describe type checking in more detail.
下列部分详细介绍了类型检查。
msdn2.microsoft.com
2.
In keeping with the MASM32 practice of "loose" type checking, function parameters are just defined as DWORDs.
为了保持MASM32的“松散”类型检查的原则,函数参数只是被定义为DWORD。
www.zaoxue.com
3.
This is one benefit of the strong type-checking provided by LINQ.
这是LINQ所提供强型别检查的其中一项优点。
technet.microsoft.com
4.
This is true whether the type checking switch (Option Strict Statement) is On or Off.
无论类型检查开关(OptionStrict语句)是On还是Off都是如此。
msdn2.microsoft.com
5.
Union types require careful handling because of type checking.
由于类型检查,联合类型要求进行小心地处理。
msdn2.microsoft.com
6.
But because Java coding allows for separate class compilation, we can't know all of the instantiations of JSplitPane during type-checking.
但是因为Java编码允许单独的类编译,所以在类型检查期间,我们不能知道JSplitPane的所有实例。
www.ibm.com
7.
Without the type-checking, you can wire anything to anything, for example, CustomerName to a PartNumber, even if doing so makes no sense.
可以在不用进行类型检查的情况下进行任意连接,即使这样做毫无意义。
www.ibm.com
8.
Do you suppose type checking on pointer variables is stronger (stricter) in assembly language or in C and C ?
你认为指针变量检查在汇编语言还是在C和C 中更严格?
www.cnblogs.com
9.
You should allow for some context-sensitive checking, such as type checking, when possible.
可能的话,应该允许进行某些与环境有关的检查,如类型检查。
www-128.ibm.com
10.
Collection in SQL Server provides type checking and length validation.
集合提供了类型检查和长度验证。
msdn2.microsoft.com
1.
The Java typing strategy gives you the error at compile time because it performs static type checking.
Java类型策略在编译时给出错误消息,因为它执行静态类型检查。
www.ibm.com
2.
In these cases, the code will be more robust because of the strong type checking that is provided by the compiler and runtime.
在这些情况下,因为编译器和执行阶段提供了强式型别检查,程式码将会变得更强固。
technet.microsoft.com
3.
This is necessary if the type checking switch (Option Strict Statement) is On, and it is desirable in any case.
这在类型检查开关(OptionStrict语句)为On时是必需的,而且希望在任何情况下都这样做。
msdn2.microsoft.com
4.
Visual Basic provides a switch that controls type checking.
VisualBasic提供了控制类型检查的开关。
msdn2.microsoft.com
5.
For more information, see Type Checking in Visual Basic.
有关更多信息,请参见VisualBasic中的类型检查。
msdn2.microsoft.com
6.
The Java linker understands class types and performs compiler-level type checking, adding redundancy to reliability. java
链接器知道类类型和执行编译级类型检查,增加了可信冗余。
wenwen.soso.com
7.
You can set the type checking switch On or Off in any of the following ways
您可以用下面任何方法将类型检查开关设置为On或Off
msdn2.microsoft.com
8.
A method of physical type checking for object-oriented language
面向对象语言自然类型检查方法
ilib.cn
9.
Ways to Set the Type Checking Option
设置类型检查选项的方法
msdn2.microsoft.com
10.
Sets the type checking switch to
将类型检查开关设置为
msdn2.microsoft.com
随便看

 

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

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/16 1:17:36