函数子程序英文解释翻译、函数子程序的近义词、反义词、例句
英语翻译:
【计】 function subprogram
分词翻译:
函数的英语翻译:
function
【计】 F; FUNC; function
子程序的英语翻译:
subprogram; subroutine
【计】 functional element program; subprograme; subroutine
【经】 sub-program; sub-routine
网络扩展解释
函数子程序
函数子程序是一种可被调用的子程序,通常用于执行特定的任务或计算,并返回结果值。
拼音:
Fúnción zǐ chéng xù
英语解释:
A function subprogram is a type of callable subroutine, which is typically used to perform a specific task or calculation, and returns a result value.
英文读音:
/'fʌŋkʃ(ə)n 'sʌbprəʊɡræm/
英文用法:
Functions are typically defined within a program, and can be called upon as many times as needed to perform a specific operation. They can also be used to break a larger program into smaller, more manageable components.
英文例句:
He created a function subprogram to simplify the process of calculating employee pay.
他创建了一个函数子程序来简化计算员工工资的流程。
The function subprogram returns the average temperature for a given month and year.
该函数子程序返回给定月份和年份的平均温度。
英文近义词:
Method:A function subprogram that is associated with a specific object or class.
方法:与特定对象或类相关的函数子程序。
Procedure:A type of subroutine that performs a set of defined instructions, but does not return a value.
过程:执行一系列定义好的指令,但不返回值的一种子程序类型。
英文反义词:
Variable:A value that can change, and is typically used to store data within a program.
变量:一个可变的值,通常用于存储程序中的数据。
Constant:A value that cannot be changed, and is typically used to provide a specific value or setting within a program.
常量:一个不可变的值,通常用于提供程序中的特定值或设置。
英文单词常用度:
函数子程序的英文单词语境广泛,在计算机科学、软件工程、编程语言等领域均有应用。因此,该单词在英文语境中的常用度较高。