compilation是什么意思,compilation的意思翻译、用法、同义词、例句
compilation英标
英:/'ˌkɒmpɪˈleɪʃn/ 美:/'ˌkɑːmpɪˈleɪʃn/
词性
复数:compilations
类别
CET6
常用词典
n. 编译;编辑;汇编
例句
Disneyland will release a compilation of chorus videos.
迪士尼公园将发布大合唱视频合集。
This kind of compilation CD of the most popular pop songs sold well 20 years ago.
这种最热流行歌曲选集光盘在20年前十分畅销。
The compilation of this book will be done by me and my assistant.
这本书的编纂工作将由我和我的助手一起完成。
A compilation unit (CU) is a type of DIE.
编译单元( CU ) 是 DIE 的一种类型。
This compilation was first issued on vinyl in 1984.
这一辑于1984年首次以乙烯基塑料唱片形式发行。
Her latest CD is a compilation of all her best singles.
她最新的激光唱片收录了她的所有最佳单曲。
His latest CD is a compilation of his jazz works over the past decade.
他最新的CD是他过去十年的爵士乐作品集。
To achieve this mapping, you may include conditional compilation #ifdef in places where you access the registers.
为了实现这种映射,您可以在访问寄存器的位置包括条件编译#指令。
常用搭配
compilation method
编译方法;编图法
data compilation
资料整理;数据搜集
map compilation
地图编制;地图编绘
同义词
n.|editor/redaction;[计]编辑
网络扩展资料
编译是指将源代码文件转换为可执行文件的过程。它是软件开发过程中非常重要的一步,常用于编译高级编程语言(如C 、Java等)的源代码。
例句
- The program requires a compilation before it can be run. (这个程序在运行前需要编译。)
- 编译器可以将源代码文件转换成可执行文件。
用法
编译通常由编译器完成,编译器会将源代码翻译成机器语言,生成可执行文件。编译也可以通过集成开发环境(IDE)完成,IDE将源代码文件和编译器整合在一起,用户只需点击“编译”按钮即可完成编译过程。
解释
编译是一种将高级编程语言转换为机器语言的过程。编译器会将源代码文件中的指令解析并转换为计算机可以理解的机器语言指令。编译器还会执行一些诊断程序,例如语法检查和类型检查,以确保生成的可执行文件能够正确运行。
近义词
- 翻译(Translation)
- 转换(Conversion)
- 译码(Decoding)
反义词
- 反编译(Decompilation)
- 源代码(Source code)