• This paper first studies the graphic outer and inner cut by convex polygon, then the graphic cut by arbitrary polygon. Its application of compiler program proves to be satisfactory.

    本文首先讨论了多边形图形裁剪裁剪,在此基础上研究任意多边形对图形的裁剪问题,通过编程应用效果良好

    youdao

  • By compiling before the program executes, the AOT compiler must be conservative about classes, fields, and methods referenced by the code it compiles.

    由于程序执行进行编译,AOT编译必须谨慎对待它所编译代码所引用字段方法

    youdao

  • But the computer scientist definitely will understand what's happening in the compiler, operating system, and CPU when a program is compiled and run.

    但是计算机科学家明确知道程序编译运行时,在编译器、操作系统CPU发生着什么

    youdao

  • Isn't it amazing how much code the compiler actually generates for such a tiny program?

    对于这么一个的程序,编译器生成了这么多的代码真的令人惊异!

    youdao

  • Perhaps the best and most successful example of this is a compiler, which translates a high-level language program into an equivalent machine language implementation.

    也许方面最好成功例子就是编译器能够一个高级语言程序解释与之相当机器语言的执行程序。

    youdao

  • A compiled program will need to be recompiled to move it to another platform, and thus will require a compiler.

    编译程序需要重新编译,才能迁移另一个平台上因此需要编译器。

    youdao

  • If you compile the program containing unwanted elements with the THREAD compiler option, they are flagged as errors.

    如果使用THREAD编译选项编译包含不恰当元素程序,则会将这些元素标记错误

    youdao

  • To compile this program, you need the C compiler and the development files (headers and libraries) for GTK+.

    编译这个程序需要C编译GTK+开发文件)。

    youdao

  • However, the JIT compiler must also carefully balance the time it takes to compile a program because that time adds to the program's execution time.

    然而JIT编译必须注意抵消编译程序消耗时间因为这些时间将延长程序执行时间。

    youdao

  • Unsurprisingly, neither compiler does nearly as well as the hand-coded assembly language version from the previous article, but for this program XLC outperformed GCC.

    毫不奇怪没有哪种编译器可以接近篇文章中手工编写汇编语言版本不过对于这个程序来说,XLC的效果比GCC更好。

    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

  • The compiler is free to reorder certain instructions as an optimization when it would not change the semantics of the program.

    编译不会改变程序语义时,作为一种优化可以随意重新排序某些指令

    youdao

  • If your program has the RECURSIVE attribute or is compiled with the THREAD compiler option, data that is defined in the LINKAGE SECTION is not accessible on subsequent invocations of the program.

    如果程序包含RECUR SIVE属性使用THREAD编译选项编译,那么后续程序调用将无法访问LINKAGESECTION定义数据

    youdao

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

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

    youdao

  • Note: the -ggdb option in this example differs from Nigel's article in that it tells the GNU Compiler Collection (GCC) to optimize the program for debugging with GDB.

    注意此示例中的- ggdb选项Nigel文章所述的选项不同,因为告诉gnu编译器(GCC)优化程序,以便于使用gdb来进行调试

    youdao

  • Porting an application program includes using the Linux standard compiler GCC and some associated tools.

    移植应用程序涉及使用Linux标准编译器GCC其他一些相关工具

    youdao

  • Since the CLR does not support static locals, the Visual Basic compiler must do additional work to make the program successful.

    因为CLR支持静态局部变量,所以VisualBasic编译器必须执行一些额外工作才能使程序成功

    youdao

  • Note: The -ggdb option in Listing 2 differs from Nigel's article in that it tells the GCC compiler to optimize the program for debugging with the GDB Debugger, which you'll use later.

    注意清单2 中的 -ggdb选项Nigel文章中的内容有些不同选项用于告诉GCC编译器程序进行优化以便使用 GDB调试工具对进行调试,以后用到该调试工具。

    youdao

  • The first section of HelloProgram is an English-language comment, which is simply program text that is ignored by the compiler.

    Hello程序一部分英语注释,注释一般是简单文字而且编译器会忽略一段。

    youdao

  • When you compile a COBOL program, use the cob2_r command for non-CICS applications for which you need the THREAD compiler.

    编译COBOL程序时,可以对需要THREAD编译的非cics应用程序使用cob2_r命令

    youdao

  • The sample ODBC program must be compiled by an appropriate C programming language compiler, such as Visual C++.

    示例ODBC程序必须一个适当C语言编译器编译例如Visual C++。

    youdao

  • Reference counting is simple, but requires significant assistance from the compiler and imposes overhead on the mutator (the term for the user program, from the perspective of the garbage collector).

    引用计数简单但是需要编译器重要配合,并且增加了赋值函数(mutator)开销(这个术语针对用户程序的,是从垃圾收集器角度来看的)。

    youdao

  • The compiler is actually free to take some liberties with the program order within a thread as long as as-if-serial semantics are preserved.

    编译实际上线程使用程序顺序可以有一些自由的——只要保留了as - if -serial语义

    youdao

  • To tell the compiler whether your program is C or C++, this is what you need to do

    为了告诉编译程序C还是 C++,需要

    youdao

  • With WPO, the compiler can inline functions from any source file in the program.

    了WPO编译就可以程序中的所有文件内联函数

    youdao

  • So that is a flag that tells the compiler that I want to use or link into my own program code that someone else wrote that lives somewhere else on the system whose moniker is CS50.

    所以标记用来告诉编译使用连接自己的程序代码一个叫做CS50的系统中的程序,可能其他人那个系统写了这些程序。

    youdao

  • 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

  • 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

  • Because the compiler had access to the full program source code, the MUDFLAP diagnostics are very valuable.

    由于编译器可以访问完整程序源代码所以MUDFLAP诊断非常有价值

    youdao

  • Because AOT compilation occurs before the program executes, the compiler can't make any assumptions about which classes have been loaded.

    因为是在程序执行进行AOT编译的,所以编译无法预测加载了哪些

    youdao

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

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

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