| 1. | I ' m inclined to replace both temps , one at a time 我想替换这两个临时变量,一次处理一个。 |
| 2. | To a temporary variable , and substitute the variable for 的计算分配给一个临时变量,并用此变量替代 |
| 3. | Replace the result part of the expression with the value of the temp 将表达式这一部分替换为该临时变量的值。 |
| 4. | Use a temporary variable instead 改用临时变量: |
| 5. | You are using a temporary variable to hold the result of an expression 你用一个临时变量来存储一个表达式的结果。 |
| 6. | This means that all temporary variables used by a macro are automatically renamed 这意味着宏所使用的所有临时变量都会在 |
| 7. | You are using a temporary variable to hold the result of an expression 你的程序以一个临时变量保存某一表达式的运算结果。 |
| 8. | Establish and use a set of standard names for trivial " throwaway " variables 对于通常的临时变量,建立并使用一套标准名称。 |
| 9. | You want to swap the values of some variables , but you don ' t want to use a temporary variable 你想去交换一些变量的值,但是你不想使用临时变量。 |
| 10. | This simple macro listing 4 implements the swap by introducing a new temporary variable 这个简单的宏(清单4 )通过引入一个新的临时变量来实现交换: |