You are using a temporary variable to hold the result of an expression.
你用一个临时变量来存储一个表达式的结果。
Instead of going to a file, these nested tags go to a temporary variable in memory.
这些嵌套标签不是输出到文件中,而是输出到内存中的临时变量中。
TMP for a temporary variable used very locally - for instance, when swapping two values.
tmp表示主要在本地使用的临时变量—针对实例,在交换两个值的时候。
This simple macro (Listing 4) implements the swap by introducing a new temporary variable.
这个简单的宏(清单4)通过引入一个新的临时变量来实现交换。
Typically, this means if an object will be copy constructed from a temporary variable.
通常,这意味着如果一个对象将由一个临时变量的副本。
Destructuring assignment allows swapping two values without the use of a temporary variable.
解构赋值允许交换两个值,而无需使用中间变量。
You want to swap the values of some variables, but you don't want to use a temporary variable.
你想去交换一些变量的值,但是你不想使用临时变量。
Line 28 also creates a temporary variable and sets it to the value of the object's index number modulus 32.
第28行也产生一个临时变量而且将它设定为对象的索引数除以32的余数。
Like c, other temporary variables may be specified throughout the file. VUE supports the following variable types.
与c语言一样,可以在文件中的其它地方指定临时变量。
Put the result of the expression, or parts of the expression, in a temporary variable with a name that explains the purpose.
将表达式或其一部分的结果存入一个临时变量,临时变量的名字用来解释其用途。
This can be marginally more efficient than using a temporary variable and, by making the code terser, makes it either easier to read or more cryptic, depending on your point of view.
这样比使用临时变量效率更高,代码也变得更加简要,至于这样的代码是易读还是含混,就取决于您的观点了。
Consider using a table variable instead a temporary table.
考虑使用表变量来代替临时表。
The local declaration in A saved a new temporary value, AAA, in the package variable $lo.
在A函数里的local申明,给包变量$lo赋予了一个新的临时值AAA。
The latter approach also ties you to the name of the temporary loop variable used in the view, _course.
后一种方法还会将您与视图中使用的临时循环变量名称_ course联系起来。
MB temporary space on the drive specified in your user TMP environment variable.
您的用户TMP环境变量所指定的驱动器上需要150MB的临时空间。
The other way is to read it from the value binding that corresponds to the temporary loop variable, which is defined in the component tag's var attribute.
另一种方法是从对应于临时循环变量的值绑定中读取该数据,该变量定义在组件标记的var属性中。
These tags show two valuable additions to XSLT 2.0: the ability to create temporary trees with the XSL: variable tag and the ability to create multiple output files with the XSL: result-document tag.
这些标签显示了XSLT 2.0的两个有价值的改进:使用xsl:variable标签创建中间树,使用xsl:result - document标签创建多个输出文件。
When you have to introduce a temporary range variable for the right side (inner) sequence before the join operation.
必须在联接操作之前为右侧(内部)序列引入一个临时范围变量。
I would like to put the Numbers into a variable then print that variable in a temporary text file.
我希望把数字填进一个变量然后打印该变量在一个临时文本文件。
I would like to put the Numbers into a variable then print that variable in a temporary text file.
我希望把数字填进一个变量然后打印该变量在一个临时文本文件。
应用推荐