您要查找的是不是:
- As a consequence type checking becomes undecidable. 作为结论类型检查成为不可判定性的。
- At run time, no type check operation is performed. 运行时不执行类型检查操作。
- Doing so causes the compiler to perform argument type checking. 这样做会导致编译器执行参数类型检查。
- XML schema is used for type checking of typed XML. XML架构用于对类型化的XML进行类型检查。
- For more information, see Type Checking in Visual Basic. 有关更多信息,请参见Visual Basic中的类型检查。
- He would have liked stronger static type checking of template arguments. 他本来想要更强的模板参数的静态类型检验。
- The type check for ldelema is an exact match, which is too strong. ldelema的类型检查是完全匹配,条件太强了。
- J/SQL promotes safety through compile-time type checking so your database doesn't crash. J/SQL通过编译时类型检查提高了安全性,因而数据库不会崩溃。
- The query-processing engine also uses the schema for type checking and to optimize queries and data modification. 查询处理引擎也使用该架构进行类型检查并优化查询和数据修改。
- ASP.NET AJAX also does some type checking in debug mode where it makes sense to help developers catch bugs earlier. ASP.;NET AJAX还会在调试模式下执行某些类型检查;这对开发人员更早捕获Bug很有帮助。
- This is true whether the type checking switch (Option Strict Statement) is On or Off. 无论类型检查开关(Option Strict语句)是On还是Off都是如此。
- He is also concerned with the verification of security protocols through semantic formalisms and type checking. 他关注的领域还有通过语义形式和类型检查对安全性协议进行验证。
- Attribute node order is enforced during serialization rather than during static type checking. 属性节点顺序是在序列化期间而非静态类型检查期间执行的。
- J/SQL promotes safety -- so your database doesn't crash -- through compile-time type checking. j/SQL通过编译时类型检查提高了安全性,因而数据库不会崩溃。
- The pointers are defined as such so we can have MASM do some type checking for us when compiling our calls. 指针被如下定义,使得MASM可以在编译我们的调用的时候为你作一些类型检查。
- Click to clear the Hide extensions for known file types check box. 单击以清除“隐藏已知文件类型的扩展名”复选框。
- Programming in C++ does not require a graphics environment, and C++ programs do not incur run-time expense front type checking garbage collection . 用C++编 程无需图形环境,而且C++程序无论是在类型检验或无用单元收集,都不会引起运行期开销。
- Guideline 1 can be ensured by type checking and throwing an error message if there is any static storage declaration in the function. 准则1可以通过类型检查得到保证,如果在函数中有任何静态存储声明,则抛出错误消息。
- Without static type checking, a type error may linger in your program as a saboteur until just the right execution path happens to uncover it. 没有静态类型检查的话,类型错误将作为破坏者逗留在您的程序中,直到恰当的执行路径碰巧把它揭露出来为止。
- Type checking is an example of a semantic-level check on the integrity of a program. 类型检查是程序完整性上的语义级别检查的一个示例。