导出子程序英文解释翻译、导出子程序的近义词、反义词、例句
英语翻译:
【计】 derived subprogram
分词翻译:
导出的英语翻译:
【计】 export
子程序的英语翻译:
subprogram; subroutine
【计】 functional element program; subprograme; subroutine
【经】 sub-program; sub-routine
网络扩展解释
导出子程序
导出子程序(dǎo chū zǐ chéng xù)是一种编程方法,其中子程序可以被其他程序调用或重复使用。它是一种模块化的编程技术,在许多现代编程语言中都得到了广泛的应用。
英语解释翻译
导出子程序的英文为“Export Subroutine”。
英文读音
Export:/ˈɛkspɔːt/,Subroutine:/ˈsʌbruːtiːn/。
英文的用法
Export Subroutine通常是指可以被其他程序调用或重复使用的子程序。它是一种很棒的方式,可以使程序更加模块化,提高代码的复用率和可读性。导出子程序可以单独编译和链接,也可以加入到库文件中供其他程序使用。
英文例句
- Many programmers use export subroutines to write more efficient and maintainable code.
- One of the important benefits of export subroutines is that they can be reused in multiple programs, saving time and effort.
- The programmer created an export subroutine that calculated the average of a set of numbers.
例句中,“export subroutines”均翻译为“导出子程序”。
英文近义词
- External subroutine(外部子程序)
- Global subroutine(全局子程序)
- Library routine(库函数)
近义词翻译分别为“外部子程序”、“全局子程序”和“库函数”。
英文反义词
导出子程序的反义词是Import Subroutine,意为“导入子程序”。
英文单词常用度
根据Google Books Ngram Viewer的数据,Export Subroutine的使用频率在20世纪60年代开始变得流行,随着时间的推移逐渐增加,在21世纪达到了高峰。