输出参数英文解释翻译、输出参数的近义词、反义词、例句
英语翻译:
【计】 out parameter
分词翻译:
输出的英语翻译:
export; output
【计】 output; out-fan
【化】 export; output; turnout
【经】 export; exports
参数的英语翻译:
parameter
【计】 argument
【医】 parameter
【经】 parameter
网络扩展解释
输出参数
输出参数(shū chū cān shù)是编程中常用的术语,用于描述在函数调用结束后返回结果的参数。
Outputs Parameters
Outputs parameters are commonly used in programming to refer to the parameters that return results after a function call.
英文读音
[ˈaʊtpʊts pəˈræmətərz]
英文的用法
Outputs parameters are used to pass information from a function back to the caller. They allow a function to provide multiple results. This is particularly useful when you want a function to modify values of variables in the calling code.
英文例句
1. The function calculates the sum of two numbers and returns the result as an output parameter. (这个函数计算两个数的和,并将结果作为输出参数返回。)
2. The output parameters of the method include the calculated average and total count. (该方法的输出参数包括计算得到的平均值和总计数。)
英文近义词
Return values, result parameters
(返回值,结果参数)
英文反义词
Input parameters
(输入参数)
英文单词常用度
Outputs parameters are commonly used in programming and technical documentation.
(输出参数在编程和技术文档中被广泛使用。)