编译英文英文
Ⅰ 摘编 编译 英文应该怎么说
编译: compile
摘编: abstract and edit
仅供参考(以上都当动词使用)
Ⅱ 编译原理英文翻译
Trastlat and edit principle
Online course
Ⅲ 预编译程序英文怎么写
预编译程序
[计] precompiler;precompiler program更多释义>>
[网络短语]
预编译程序 precompiler program;precompiler;pre-compiler
编译程序的预编译程序 compiler-precompiler
Ⅳ C语言编译器 英文怎么说
C language compiler
目前最流行的C语言编译器有以下几种:
·GNU Compiler Collection 或称 GCC
·Microsoft C 或称 MS C
·Borland Turbo C 或称 Turbo C
Ⅳ 编译程序可选项英文怎么写
编译程序可选项
翻译:Compiler options
Ⅵ 英文编译有没有什么原则
最重要的是大意得说出来啊。不要求每句话都翻译,但是主题和中心必须体现出来。
翻译最常见的标准就是信达雅:意思准确,句子通顺,言辞优美。
Ⅶ “全译,节译,改译,编译,译要,综译”怎么翻译成英文啊
1 Full translation
2 Abridged translation
3 semi-translation -- not true translation, but a kind of translation combined with some creation
4 Edition/Compilation-oriented translation
5 译要(什么意思?还望告知!)
6 Overview translation
Ⅷ 编写,用英语怎么说
compile ; write
(整理现成材料写成书或文章) compile
compile a guidebook
编写参考书
compile Chinese teaching materials
编写汉语教材
compose an opera
编写歌剧
write a play
编写剧本
Ⅸ 解释和编译有什么区别
一、与计算机的交流方式不同
1、解释程序不产生目标代码,它逐条地取出源程序中的语句,边解释,边执行;解释器把源代码文件边解释成机器语言边交给CPU执行。
三、开发便捷性
1、解释程序可以随时修改,立刻生效,改完源代码后,直接运行看效果
2、编译程序每次修改源代码,都要重新编译,生成机器码文件
四、运行速度
1、解释程序运行效率低,所有的代码均需经过解释器边解释变执行,速度比编译型慢很多
2、编译程序执行速度快,因为你的程序代码已经翻译成了是计算机可以理解的机器语言。
Ⅹ 英语编译程序怎么翻译
编译程序一般翻译为compiler。
实际上在整个编译过程中会用到很多的工具,预处理器、编译器、汇编器、定位/分配器、连接器。