递归编译英文解释翻译、递归编译的近义词、反义词、例句
英语翻译:
【计】 recursive compilation
分词翻译:
递归的英语翻译:
【计】 recursion; recurssion
编译的英语翻译:
compile; translate and edit
【计】 compilation; compile; compiling
网络扩展解释
递归编译
递归编译的中文拼音为“dì guī biān yì”,它是一种计算机科学中的编译技术。
递归编译是指编译器能够使用自身来编译自己所需要的程序。这种技术在编译器的实现中非常常见。
英语解释翻译
Recursive compilation
Recursive compilation is a technique in computer science where a compiler is able to use itself to compile the programs it needs to compile.
英文读音
rɪˈkɜːsɪv kəmˈpaɪlˌeɪʃən
英文用法
Recursive compilation是计算机编译的一种技术,指编译器使用自身编译自己所需要的程序。
英文例句
- Recursive compilation is a powerful technique that allows compilers to bootstrap themselves. (递归编译是一种强大的技术,它使编译器能够自我启动。)
- Many modern compilers use recursive compilation to build more efficient and complex code. (许多现代编译器使用递归编译来构建更高效和复杂的代码。)
英文近义词
- Self-hosting
- Bootstrapping
- Recursion
这些词汇都与“递归编译”有关,其中“self-hosting”指的是某个程序能够使用自己来编译自己,而“bootstrapping”则指的是启动一个程序的过程。
英文反义词
没有明显的反义词与递归编译相关。
英文单词常用度
“递归编译”这个词汇在计算机科学领域非常常见,在英语中的常用度相对较低。