分程序终结英文解释翻译、分程序终结的近义词、反义词、例句
英语翻译:
【计】 termination of block
分词翻译:
分的英语翻译:
cent; dispart; distribute; divide; marking; minute
【计】 M
【医】 deci-; Div.; divi-divi
程序的英语翻译:
formality; ground rule; procedure; proceeding; process; program
【计】 P; problem determination aid; PROC; program; related channel program
【化】 sequence
【经】 program; sequence
终结的英语翻译:
end; end-all; expiry; finality; finis; windup
【计】 terminating
网络扩展解释
分程序终结
分程序终结(fēn chéngxù zhōngjié)是一个计算机编程相关的术语,也被称为函数终止或过程终止。它是指在程序执行中,一个子程序运行完毕并返回到主程序,或者由于某种错误而中断程序的执行。
英文解释翻译
The English translation for 分程序终结 is "Subprogram Termination". It refers to the completion of a subroutine and its return to the main program, or the interruption of program execution due to an error.
英文读音
The pronunciation of "Subprogram Termination" is /ˈsʌbˌproʊɡræm ˌtɜrməˈneɪʃən/.
英文的用法
In programming, subprogram termination is an important concept to understand. It allows for the creation of reusable code and helps to keep program logic organized and manageable. Understanding subprogram termination is also important for debugging and error handling.
英文例句
Example sentence: "The program will terminate all subprograms when an error occurs."
中文翻译: "当发生错误时,程序将终止所有子程序。"
英文近义词
Synonyms for subprogram termination include "function end" and "procedure end".
中文翻译:分程序终结的同义词包括“函数结束”和“过程结束”。
英文反义词
Antonyms for subprogram termination would include "subprogram initialization" or "subprogram creation".
中文翻译:分程序终结的反义词包括 "子程序初始化" 或 "子程序创建"。
英文单词常用度
Subprogram termination is a commonly-used term in the field of programming, particularly in object-oriented programming languages.
中文翻译:在编程领域中,分程序终结是一个常见的术语,特别是在面向对象的编程语言中。