Compiler

美 [kəmˈpaɪlər]英 [kəmˈpaɪlə(r)]
  • n.编译器;编译程序;编纂者;汇编者
  • 网络编译程式;电脑少女;编辑者

复数:compilers

CompilerCompiler

Compiler

n.

编译器

由於C 语言所写出的程式是属於高阶语言, 高阶语言必须透过编译器(Compiler) 或是直译 器(Interpreter) 变成机器码。 当编译 …

编译程序

编译器_百度百科 ... Compiler Monitor System 编译器监视系统 compiler 编译器;编译程序 on-line compiler 连线编译器 ...

编译程式

透过编译程式(Compiler)或直译程式(Interpreter),人们就可以用更简单的语言 来设计电脑程式, 程式语言可分为程序高阶导向 …

电脑少女

动画 - Ice.咖啡的日志 - 网易博客 ... Comic Party Revolution 漫画同人会 Compiler 电脑少女 麻宫骑亚 Conan 名侦探柯南 ...

编辑者

计算机英语词汇_新沪江英语网_英语学习门户 ... coder 编码器 compiler 编辑者 integrated 综合的,完整的 ...

编辑器

编辑器(compiler)是一种最常见的翻译器,它将一个源文件生成一个可执行文件。至少在理想情况下,一个可执行文件中只包含 …

1
In the front end of the compiler, the internal representation for GIMPLE was redefined, meaning that the compiler consumes less memory. 在编译器的前端,GIMPLE的内部表示被重新定义,这意味着编译器将消耗更少的内存。
2
At this point the compiler the data type of the variable distribution of a certain size of memory space. 此时编译器根据变量的数据类型分配一定大小的内存空间。
3
The compiler will also verify that this method is called from user defined constructors and report a warning or error it is not. 方法。编译器还将验证方法是否是从用户定义的构造函数调用的,如果不是,则报告一个警告或错误。
4
In general, an application compiled with one of these options will be faster than the same application compiled with an earlier compiler. 通常,用下列选项之一编译的应用程序将比用以前的编译器编译的同一个应用程序快。
5
None of both projects LT Toolkit or Toolkit are able to build properly, with a lots of errors and compiler warnings. 这两个项目都不是低温或工具包工具包能够建立正确与错误,编译器警告的地段。
6
The compiler is responsible for generating, and then intertwining the duplicated instruction streams, making it a software-only solution. 编译器负责生成,然后汇集复制的指令流,从而形成一个只支持软件的解决方案。
7
In contrast, when aninlined function is invoked, the compiler inserts the object code for that function at the point-of-call. 相反,当内联函数被调用的时候,编译器会把对象源代码插入到引用函数之处。
8
The programming language compiler added a default static constructor to your type and did not make it private. 编程语言编译器已向您的类型中添加默认静态构造函数,但未将其设置为私有。
9
This error is generated when the compiler realizes you are trying to take the address of a read-only local variable. 当编译器意识到您正在试图采用只读局部变量的地址时,将产生此错误。
10
The novel machine needed feeding with software, including a compiler and assembler, if it was to do anything useful. 这台新机器需要软件,包括一个编译器和汇编器,否则它什么也做不了。
11
ConditionalAttribute either will be ignored or will produce a compiler warning or error message if you apply it to any other type. 如果将ConditionalAttribute应用于任何其他类型,它将被忽略或产生编译器警告或错误消息。
12
After all, casts are a hint to the compiler that you think you know what you're doing. 毕竟,强制类型转换对于编译器来说就是一个提示,表明您清楚自己正在做些什么。
13
When a virtual function is called through a reference or pointer, the compiler generates code to decide at run time which function to call. 当虚函数通过引用或者指针调用时,编译器生成代码来决定在运行期调用哪个函数。
14
Notice that the FlexTask version is going to be shorter, since the compiler parameters are now captured as attributes and not explicit tags. 改成Flex任务之后代码变短了,因为现在编译参数被写成属性而不是子标签。
15
Still, this pair of bindings provides a good starting point for a look at how the binding compiler does its job. 这一对绑定提供了研究绑定编译器工作方式的良好起点。
16
He does not care if the language is functional or not, as long as you can tell the compiler where it's OK to use parallelism. 他不关心语言是不是函数性(functional)的,只要你能告诉编译器在哪儿能使用并行就可以了。
17
My own preference is to have gcc always mean the native compiler, and I explicitly invoke or configure mingw32-gcc as I need. 我自己的首选是让gcc总是意味着本机编译器,并按需显式调用或配置mingw32-gcc。
18
These compiler options and source code files will be processed by the compiler just as if they had been specified on the command line. 编译器将对这些编译器选项和源代码文件进行处理,就像已在命令行上指定了它们一样。
19
To convert functions that use the 64-bit ABI into shared libraries, all that is needed is a few extra compiler flags and you're ready to go. 要将使用64位ABI的函数转换到共享库中,您所需要的就是另外几个编译器标志,仅此而已。
20
The compiler behaves as if some structures and macros in header files do not exist, even though they do. 编译器的行为就好像头文件中的某些结构和宏不存在,即使它们确实存在。
21
The compiler recognizes that this only has to be done once and moves it out of the loop. 编译器认定该指令只需执行一次,将其移出循环。
22
Isn't it amazing how much code the compiler actually generates for such a tiny program? 对于这么一个小的程序,编译器生成了这么多的代码,真的很令人惊异!
23
This information tells the compiler how much room to set aside and what kind of value you want to store in your variable. 这个信息会告知编译器留出多大空间以及你的变量存储什么样的值。
24
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语义。
25
Having the compiler in Ruby makes it easy to get insight into the inner workings and modify it for experiments. 拥有用Ruby写成的编译器让我们更加容易洞悉其内部工作机理并做出实验性的修改。
26
The Resource Compiler was not able to determine what kind of key is being set up for the accelerator. 资源编译器不能确定正在为快捷键设置何种键。
27
Clearing the screen on a console application appears to be related to the operating system you are using or to your compiler. 在控制台程序中清除屏幕和你正使用的操作系统或者编译器有关。
28
Now that you've had a chance to work on this for a while, do you still like the CLR as a platform for compiler development? 你已经在这个项目上工作一段时间了,你是否仍然喜欢将CLR作为编译器的开发平台?
29
The compiler does not try to reference an assembly if it has the same name as the output file of the program you are building. 如果编译器与要生成的程序的输出文件同名,则它不尝试引用程序集。
30
The language's compiler can discern quite a bit of type information from the context, without explicit type annotations. 即使没有显示的类型注解,语言的编译器仍可以从上下文中分辨出相当多的类型信息。