• 用于文档编制编译器检查代码分析工具可以使用这些额外信息

    This additional information is used by tools for the purposes of documentation, compiler checking, and code analysis.

    youdao

  • 一般来说,元数据好处分为三类文档编制编译器检查代码分析

    In general, metadata's benefits fall into three categories: documentation, compiler checking, and code analysis.

    youdao

  • -M选项指示编译检查所有编译文件相关联的文件。

    The -M option instructs command-line compiler to check all units upon which the file being compiled depends.

    youdao

  • 编写表达式时,编译检查表达式中的对象是否对象类型定义使用方式使用。

    When we write an expression, the compiler checks that the objects used in the expression are used in ways that are defined by the type of the objects.

    youdao

  • warn_unused _ result让编译器检查所有调用者是否都检查函数结果

    Warn_unused_result forces the compiler to check that all callers check the result of the function.

    youdao

  • 程序语言语法规则”,由其决定程序是否构造正确。 编译器检查程序是否违反了语法规则,并且在规则被破坏的时候产生语法错误报告。

    Programming languages have a set of syntax rules that determine whether a program is

    youdao

  • 编译语言里,就会经过中间步骤,在这种语言里输入源码后,先经过过滤或者编译检查后,会创建一个叫做目标代码东西

    In a compiled language, you have an intermediate step, in which you take the source code, it runs through what's called a checker or a compiler or both, and it creates what's called object code.

    youdao

  • 查询编译器检查字符比较操作使用信息决定如何执行操作。

    The query compiler uses this information while checking any character comparison operations, to decide how to evaluate the operations.

    youdao

  • 它被运用的时候,IDE编译器都会检查其中冲突把它们标记错误

    When used, both the IDE and compiler will check for conflicts and flag them as errors.

    youdao

  • 这个命令可以检查gtk +是否存在版本是否正确;还可以长长的选项进行分割这样编译器就可以找到自己了。

    This command allows you to check whether GTK + is present and in the proper version and to split all those insanely long and boring lines of options so compilers can find their libraries.

    youdao

  • 现在我们可以通过检查一些代码查看GWT编译器如何优化代码的。

    Now we can take a look at some code to see how the GWT compiler optimizes it.

    youdao

  • 优势编译可以做额外的错误检查

    The benefit is additional error checking by a compiler.

    youdao

  • 目前为止,我们检查所有优化是GWT编译器的语言级别优化。

    So far, all of the optimizations that we have looked at were language-level optimizations made by the GWT compiler.

    youdao

  • 元数据重要优点编译可以使用执行基本编译检查

    A more significant advantage of metadata is the ability for a compiler to use it to perform some basic compile-time checking.

    youdao

  • 如今编译器检查类型安全性跟踪类型信息

    These days, compiler will take care of type safety and will track type information.

    youdao

  • configure脚本将仔细地检查安装计算机上编译器版本set环境变量数量信息。

    The configure script performs exhaustive checks for compiler versions installed on the machine, amount of set environment variables, and so forth.

    youdao

  • 为了JIT编译器可以确定正确处理类型,需要使用systemcfg_init函数检查系统配置信息

    In order for the JIT compiler to determine the correct processor type, system configuration information is examined with the systemcfg_init function.

    youdao

  • Uncheckedgenerictypeoperation编译器每当遇到未经检查类型操作就将发出一个错误或者警告

    Unchecked generic type operation The compiler will issue an error or warning whenever it encounters an unchecked generic type operation.

    youdao

  • 有了静态检查AspectJ编译器发出警告,指出无法解析类型名称签名

    With static checking, AspectJ's compiler issues a warning noting that the type name or signature could not be resolved.

    youdao

  • 然后编译器可以根据age属性声明类型实施类型检查

    The compiler can then enforce type checking based on the declared type of the attribute named age.

    youdao

  • GoatRodeo中的基本数据结构就是Q ' s——量子信息编译器检查信息,同时能够处理JSON任何语言都可以使用该信息。

    The fundamental data structure in Goat Rodeo will be known as q's - quanta of information, which will be compiler checked and available for consumption by any language capable of understanding JSON.

    youdao

  • 检查Linux环境需要开发工具是否当前平台能用(GCCGNU提供的编译器集合列出重要的开发工具)。

    Check whether the development tools needed under Linux are available on your current platform (the compiler collection GCC and GNU make, to name the most important ones).

    youdao

  • 通过静态类型编译可以检查参数变量针对一个给定操作所允许返回值。

    With static typing, the compiler can check the values of arguments, variables, or return values against values allowed for a given operation.

    youdao

  • 话说,编译生成代码手工编写不用泛型检查程序类型安全进行强制类型转换所得到的代码基本相同

    In other words, the compiler generates pretty much the same code you would have written by hand without generics, casts and all, after checking the type-safety of your program.

    youdao

  • 编译仅仅发出一个类型未检查转换警告因为知道这种转换是否安全

    The compiler will simply emit an unchecked conversion warning, because it doesn't know if the cast is safe or not.

    youdao

  • 通过使用cics编辑选项及其参数(请参见2),可以调用编译集成cics语法检查转换功能

    Use the cics compiler option and its parameter (refer to Table 2) to invoke the integrated cics syntax checker and translator feature of the compiler.

    youdao

  • JIT编译器行为使双重检查锁定问题只不过是一次学术实践而已

    The fact that JIT compilers do just this makes the issues of double-checked locking more than simply an academic exercise.

    youdao

  • 编译根据契约检查代码是否满足了所有条件,并出现状况时发出警告

    The compiler will make specific checks via Contracts to ensure that all the conditions specified are met, issuing warning if they are not.

    youdao

  • 编译类型检查规则API签名结合确定什么合法输入

    The compiler's type-checking rules coupled with the API's signature govern what constitutes legitimate input.

    youdao

  • 编译自动地检查这些switch语句如果没有覆盖某个实例,会产生错误

    The compiler automatically checks these switch statements and generates an error if an instance is not covered.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定