• For the first call to a program after a cancel of that program, or for a method invocation, the compiler initializes the fields of these special registers to their initial values.

    对于某个程序被取消第一调用对于某个方法调用,编译器会初始这些专用寄存器字段它们作为初始

    youdao

  • The C compiler SCCNPRC dataset holds two groups of procedures you can call from batch to compile your code: CBC* for C++, EBC* for C.

    C编译器 SCCNPRC数据集包含过程可以作业调用它们编译代码CBC*用于 C++,EBC* 用于 C。

    youdao

  • If you try to call fact outside of factorial, you will get a compiler error.

    如果尝试factorial之外调用fact,你得到一个编译错误

    youdao

  • If you want to use the joint compiler from the command-line, you can call the groovyc command as usual, but specify the -j flag which will enable the joint compilation.

    如果希望命令行使联合编译器,你可以通常那样调用groovyc命令,但是使用- j参数进行联合编译

    youdao

  • The compiler will try and infer the most specific type it can for the type parameters when resolving a call to a generic method. For example, with this generic method.

    解析一个泛型方法调用时,编译器设法推断类型参数达到的具体类型。

    youdao

  • That is, there isn't actually any type called InputIterator: when you call find, the compiler substitutes the actual type of the arguments for the formal type parameters InputIterator and t.

    也就是说没有实际类型InputIterator调用find时,编译器会把他们替换成正式的类型。

    youdao

  • To create the concatenated string "users.brian.accessRights", the compiler will create a temporary StringBuffer object, call StringBuffer.append

    创建串联的字符串users.brian.accessRights” ,编译器创建临时StringBuffer对象调用 StringBuffer.append 三次,然后调用 StringBuffer.toString ,这意味着至少两个对象的创建和几个方法调用。

    youdao

  • The compiler creates these methods that call the appropriate method in the application handler.

    编译创建这些方法它们调用应用处理程序中的正确方法

    youdao

  • To make a recursive call, you must either code the recursive clause (or attribute) in the PROGRAM-ID paragraph of the recursively called program or specify the THREAD compiler option.

    执行调用必须以递归方式调用程序的PROGRAM - ID段落中编写RECURsive子句(属性),或指定THREAD编译器选项

    youdao

  • If the program is such that the compiler cannot vectorize, it automatically tries to call the equivalent MASS scalar functions.

    如果汇编不能程序进行向量化会自动调用等价MASS标量函数。

    youdao

  • The compiler has no way of telling if you have the right integers going into the method call in the correct order since they are just three integers.

    编译无法知道调用方法时参数传递顺序是否正确因为它们只是三个整数而已。

    youdao

  • When the compiler generates the code for the call to ReallyDoIt, it picks the object version because that’s the best it can do.

    编译调用ReallyDoIt生成(IL)时候,挑选object作为参数的版本因为是它最好的选择。

    youdao

  • If the developer forgets to call XyzRelease, then resources are leaked because the compiler doesn't help to track the lifetime of an object instance.

    假如开发者忘记调用XyzRelease函数那时资源就会泄露因为编译不能跟踪一个对象实例生命周期

    youdao

  • In addition to any of the preceding sets of options, when the -qipa option is in effect, if the compiler cannot vectorize, it tries to inline the MASS scalar functions before deciding to call them.

    除了一系列选项之外, -qipa选项处于可用状态时,如果汇编器不能进行向量化,那么会试着决定调用它们之前内联MASS标量函数

    youdao

  • So, the trick here is to first use the Microsoft MIDL compiler on the IDL specification in Listing 12 to create a type library we'll call cookie.tlb.

    所以这里秘诀就是微软MID编译器处理清单12中的IDL规范建立一个名为cookie .tlb类型

    youdao

  • Most of the time it is straghtforward to determine whether a particular call is legal and if so, which function will be invoked by the compiler.

    大多数情况下,编译器可以直接明确判断实际调用是否合法如果合法,应该调用一个函数

    youdao

  • I have worked with a modified version of GNU Compiler Collection (GCC) that included a call out to a license manager.

    曾经使用GNUCompilerCollection (GCC)修订版内含了一个许可管理器的调用

    youdao

  • When boxing requires conversion from int to Integer, rather than calling new Integer(int), the compiler generates a call to Integer.valueOf(int).

    装箱需要int转换Integer 时,编译并不调用new Integer(int),而是生成 Integer.valueOf(int) 的调用。

    youdao

  • The compiler matches a call to a function automatically by comparing the actual arguments used in the call with the parameters offered by each function in the overload set.

    通过自动提取函数调用实际使用实参与重载集合中各个函数提供的形做比较编译器实现调用函数的匹配

    youdao

  • The compiler sets up a call before it is made.

    编译器设置一个电话

    youdao

  • To understand function overloading, we must understand how to define a set of overloaded functions and how the compiler decides which function to use for a given call.

    理解函数重载必须理解如何定义重载函数编译如何决定一调用使用哪个函数。

    youdao

  • If after looking at each argument there is no single function that is preferable, then the call is in error. The compiler will complain that the call is ambiguous.

    如果检查了所有实参后,不到唯一最佳匹配函数调用错误编译提示该调用具有二义性。

    youdao

  • Definition: You can declare functions in a way that allows the compiler to expand them inline rather than calling them through the usual function call mechanism.

    定义函数调用机制,将函数声明内联,编译会将整个函数调用展开

    youdao

  • If the function is virtual and the call is through a reference or pointer, then the compiler generates code to determine which version to run based on the dynamic type of the object.

    如果函数函数,并且调用通过引用或者指针编译器基于动态类型生成代码确定调用哪个版本

    youdao

  • Designing and implementing a teaching-oriented C-like compiler, which supports the definition of local and global variables, function parameters, as well as recursive call of functions.

    设计实现了一个面向教学类c编译器支持全局局部变量定义函数参数传递函数调用

    youdao

  • If there is a better match at namespace scope, the current compiler will correctly call it, whereas previous compilers wouldn't consider it.

    如果命名空间范围内有更好匹配当前编译对其进行正确调用以前的编译器则予以考虑

    youdao

  • Why the call to the parent constructor is not the first call in the compiler generated constructor for Inner class?

    为什么调用构造函数不在编译器第一个调用生成内部构造函数?

    youdao

  • Because at compile time, the compiler validates if you can call a method based on the reference type.

    因为编译编译验证如果可以调用一个基于引用类型方法

    youdao

  • Executes the specified command using the specified temporary files and waits for the call to return, storing output and error information from the compiler in the specified strings.

    使用指定存档来执行指定命令等待呼叫传回,将编译器输出错误资讯储存指定的字串

    youdao

  • Executes the specified command using the specified temporary files and waits for the call to return, storing output and error information from the compiler in the specified strings.

    使用指定存档来执行指定命令等待呼叫传回,将编译器输出错误资讯储存指定的字串

    youdao

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

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

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