编译连接并执行英文解释翻译、编译连接并执行的近义词、反义词、例句
英语翻译:
【计】 compile link and go
分词翻译:
编译的英语翻译:
compile; translate and edit
【计】 compilation; compile; compiling
连接的英语翻译:
connect; join; joint; juncture; link
【计】 bussing; catenation; connection; interfacing; join; linkage; linking
【化】 connection
【医】 connection; couple; coupling; union
【经】 link
并的英语翻译:
combine; equally
执行的英语翻译:
carry out; execute; enforce; follow out; perform; render; transact
【计】 E; EXEC; execute; executing; execution
【经】 carry out; execution; perform; put into effect
网络扩展解释
编译连接并执行:
biān yì lián jiē bìng zhí xíng
Compiling, Linking, and Execution
/kəmˈpaɪlɪŋ/, /ˈlɪŋkɪŋ/, /ɪɡˈzɛkjʊʃən/
在计算机科学中,编译、连接、并执行是一个软件开发过程的三个主要步骤。编译器将人类可读的程序代码转换为机器可读的机器代码,连接器将所有编译的代码、库和相关文件组合成一个单一的可执行文件。当用户运行程序时,操作系统会将可执行文件中的代码装载到内存中,并执行它。
In computer science, compiling, linking, and execution are the three main steps of a software development process. A compiler translates human-readable program code into machine-readable machine code, while a linker combines all compiled code, libraries, and related files into a single executable file. When a user runs the program, the operating system loads the code from the executable file into memory and executes it.
例句:当你编写代码并想要运行它时,必须将其编译、连接并执行。
When you write code and want to run it, you must compile, link, and execute it.
近义词:构建、生成、构造。
Synonyms: build, generate, construct.
反义词:反编译、解链接。
Antonyms: decompile, unlink.
该词汇在计算机科学的学习和开发中非常常见,特别是在操作系统、编译器和链接器等方面。对于计算机专业人士和学生来说,它是一个基本的概念和工具。
This vocabulary is very common in the study and development of computer science, particularly in the areas of operating systems, compilers, and linkers. It is a fundamental concept and tool for computer professionals and students.