1.
Design and Research on Retargetable C Compiler for Media Processors;
面向媒体处理器可重定目标编译器的设计研究
2.
Code Generation of Retargetable Compiler for Media Processor
面向媒体处理器可重定目标编译器的代码生成
3.
Design and Implementation of a Porting Assistant System for Retargetable Compiler;
可重定目标编译器辅助移植系统设计实现
4.
Design of a Retargetable Compiler based on VLIW DSP
基于VLIW DSP的可重定向编译器设计与实现
5.
A set of processor-readable opcodes and data. The output of compilers, assemblers, linkers, and locators are files containing object code.
处理器能读的操作码和数据。编译器、编器、接器和定位器的输出文件都含有目标代码。
6.
A file containing object code. The output of a compiler or assembler.
包含目标代码的文件。编译器或汇编器的输出。
7.
A FORTRAN compiler accepts FORTRAN source code and generates a machine-level object module.
FORTRAN编译程序接受FORTRAN源码,也产生机器目标模块;
8.
A cross-compiler runs on a host computer and produces object code for the target.
交叉编译器在主机上运行并且产生目标机的目标代码。
9.
Object code(Object language): Machine code, as translated from a source program.
目标代码(目标语言):由主程式编译而成的机器代码。
10.
The translator can translate character constants to a set of code values different from the set for the target environment.
编译器可以将字符常量转换成一组与那组由目标环境产生的不同的值。
11.
Compiler is a program that translate a source program into an executable program (an object program).
编译程序是把源程序翻译成可执行程序(即目标程序)的程序。
12.
Important role of the standard for the programming languages of PLC
可编程序控制器编程语言标准的重要作用
13.
Code compiles with no errors or warning messages using the project's standard compiler switches.
代码已经使用项目标准编译转换器编译过,并且没有错误和警告信息。
14.
A compiler that runs on a different platform than the one for which it produces object code.
一个运行在不同的平台上的编译器,其中之一能产生目标代码。
15.
To modify an object program without recompiling the source program.
在不重新编译源程序的情况下修改一个目标程序。
16.
A binary output program of the compiler that is optional at compile time.
编译程序输出的一种二进制目标输出程序,在编译时可以进行选择是否输出这种表。
17.
An assembler or a compiler reads a complete source program and generates a complete object module.
每个汇编器或者编译器都会读取一个完成了的源程序并生成一个完整的目标模块。
18.
compiler options have changed, all functions will be recompiled
编译器选项已更改,将重新编译所有的函数