temporary variable 双语例句
全部
1·You are using a temporary variable to hold the result of an expression.
你用一个临时变量来存储一个表达式的结果。
2·Instead of going to a file, these nested tags go to a temporary variable in memory.
这些嵌套标签不是输出到文件中,而是输出到内存中的临时变量中。
3·TMP for a temporary variable used very locally - for instance, when swapping two values.
tmp表示主要在本地使用的临时变量—针对实例,在交换两个值的时候。
4·This simple macro (Listing 4) implements the swap by introducing a new temporary variable.
这个简单的宏(清单4)通过引入一个新的临时变量来实现交换。
5·Typically, this means if an object will be copy constructed from a temporary variable.
通常,这意味着如果一个对象将由一个临时变量的副本。
6·Destructuring assignment allows swapping two values without the use of a temporary variable.
解构赋值允许交换两个值,而无需使用中间变量。
7·You want to swap the values of some variables, but you don't want to use a temporary variable.
你想去交换一些变量的值,但是你不想使用临时变量。
8·Line 28 also creates a temporary variable and sets it to the value of the object's index number modulus 32.
第28行也产生一个临时变量而且将它设定为对象的索引数除以32的余数。
9·Like c, other temporary variables may be specified throughout the file. VUE supports the following variable types.
与c语言一样,可以在文件中的其它地方指定临时变量。
10·Put the result of the expression, or parts of the expression, in a temporary variable with a name that explains the purpose.
将表达式或其一部分的结果存入一个临时变量,临时变量的名字用来解释其用途。
