compiling system是什么意思,compiling system的意思翻译、用法、同义词、例句
常用词典
[计] 编译系统
例句
An increment compiling system is introduced to raise the efficiency of the designing.
为提高设计效率,还引入了增量式编译系统。
In this paper is briefly described a source language as used in the compiling system ND-7301.
本文扼要介绍了ND - 7301编译系统中所用的初始语言。
This article expatiate some mechanism of HNC IR robot language compiling system, and describe a method of interpret robot language.
本文阐述了HNC IR机器人语言解释系统的有关机理,描述了一个具有一般性的处理机器人语言的解释控制方法。
The literary texts compiling system of primary school is the combination which includes the choice, organization and expression of materials.
小学识字教科书编写体系是小学识字教科书材料的选择、材料的组织和材料的表达三个部分有机联系的系统。
And then, the BL program is processed by using an efficient and well considered compiling system so as to carry out the acquisition of book knowledge.
然后,利用高效和成熟的编译系统处理BL程序,以实现书本知识获取。
网络扩展资料
编译系统是计算机科学中的一个重要概念,用于将高级语言编写的源代码转换为计算机能够理解和执行的机器语言代码。它由编译器和链接器两部分组成。
例句
- I spent all day compiling the program. (我花了一整天的时间来编译程序。)
- 编译系统将源代码转换为机器语言。
用法
编译系统通常用于软件开发中,它能够自动化地编译和链接源代码,从而生成可执行程序。编译系统还能够检测源代码中的错误和警告,并生成相应的错误和警告信息。
解释
编译系统的主要功能是将高级语言编写的源代码转换为机器语言。编译器负责将源代码转换为汇编代码,然后链接器将汇编代码转换为可执行代码。除此之外,编译系统还可以执行代码优化、调试等操作。
近义词
编程环境、集成开发环境(IDE)、编程工具
反义词
解释器