return technique的意思|示意

美 / riˈtə:n tekˈni:k / 英 / rɪˈtɚn tɛkˈnik /

返回技术


return technique相关短语

1、 point of return technique 光点显示技术

2、 return zero technique 归零技术

3、 return pressure technique 回压技术

4、 return air reheating technique 回风再热技术

return technique相关例句

This latter process is known as unpacking and is an extremely powerful technique used in a number of situations, including when you want to return multiple values from a function.

这之后的过程称为解包,它是用于许多情形的功能十分强大的技术,其中包括希望从一个函数中返回多个值。

This technique is sound programming practice in C. it helps prevent real bugs, because putting the literal on the right-hand side makes this always return true.

这项技巧是c语言中一项著名的编程实践。它能帮助避免出现真正的bug,因为若将文字置于右端,将始终返回true。

Another option for returning arrays is to return them as parts of a complex data type, which is a technique we discuss in the next article.

返回数组的另一种选择是将数组作为复杂数据类型的组成部分返回,该技巧我们将在下一篇文章中进行讨论。