What is the translation of " TEMPORARY VARIABLES " in Chinese?

['temprəri 'veəriəblz]
['temprəri 'veəriəblz]
临时变量

Examples of using Temporary variables in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Avoid too many temporary variables.
避免使用太多的临时变量
Use temporary variables to hold intermediate values so you can output and check them.
临时变量存储中间值,这样你就能显示并检查它们。
Using unnecessary conditional statements and temporary variables.
使用不必要的条件语句或临时变量
Use temporary variables to hold intermediate values so that you can easily inspect and check them.
临时变量存储中间值,这样你就能显示并检查它们。
The next version stores those values in temporary variables and prints them.
下一个版本在临时变量中存储这些值并打印出来。
This includes temporary variables, flow controls, and directly referencing JavaScript values in scope.
这包括临时变量、流程控制,和直接引用作用域内的JavaScript值。
The newly called functionthen allocates room on the stack for its automatic and temporary variables.
新调用的函数然后在堆栈中为其自动和临时变量分配空间。
In addition, data structures, temporary variables and other information may store data in data storage 1108.
此外,数据结构、临时变量和其他信息可以在数据存储设备510中存储数据。
The newly called functionthen allocates room on the stack for its automatic and temporary variables.
然后,新调用的函数在栈上分配空间,用于自动和临时变量
For example, you can use temporary variables, JS's own flow control, and directly reference the values in the current JS scope.
比如你可以使用临时变量、JS自带的流程控制、以及直接引用当前JS作用域中的值等等。
The newly called functionthen allocates room on the stack for its automatic and temporary variables.
然后,新被调用的函数在栈上为其自动和临时变量分配存储空间。
JShell automatically creates temporary variables to hold the values of expressions and ensure that they remain in scope for later use:.
JShell会自动创建临时变量来保存表达式的值,并确保它们保持在上下文域内供以后使用:.
I use a lot of rm() and gc() functions to remove unused temporary variables and cleanse the memory.
上述代码有很多rm()和gc(),函数,这些函数是用来移除没有用的临时变量和释放内存。
Code volume is kept small by linking the toolstogether in a functional style which helps eliminate temporary variables.
代码量保持得很小,以函数式风格将这些工具连接在一起,有助于消除临时变量
It's a special region of your computer's memory that stores temporary variables created by each function(including the main() function).
什么是栈,它是你的电脑内存的一个特别区域,它用来存储被每一个function(包括main()方法)创建的临时变量
Using User-Defined Variables You can employ MySQL uservariables to remember results without having to store them in temporary variables in the client.
你可以清空MySQL用户变量以记录结果,不必将它们保存到客户端的临时变量中。
A procedure's stack frame holds those input parameters,local variables, and temporary variables that are not kept in registers.
一个过程的栈帧中保存了有关的输入参数、局部变量以及那些没有保存在寄存器中的临时变量
How to swap two numbers without using a temporary variable?
如何在不创建临时变量的情况下进行交换两个数??
How to swap two numbers without using temporary variable?
Q:如何在不使用临时变量的情况下交换两个数字??
It is not possible for the embedded statement to access this temporary variable.
嵌套语句不可以访问该临时变量
You need to set up a temporary variable.
你只需要一个临时variables
How many ways are there to swap two numbers without using temporary variable?
如何在不使用临时变量的情况下交换两个变量的值??
The temporary variable is accessible as this within M, but not in any other way.
临时变量在M中可以以this的形式被访问,但不能以任何其他形式访问。
Visual Studio 2015 brings two new refactorings: Introduce Local Variable,and Inline Temporary Variable.
VS2015集成了两个新的重构:介绍解释变量、内联临时变量
Instead, the compiler may simply assign the intermediate temporary variable“pointer to unknown.”.
相反,编译器可简单地向中间临时变量赋值“指向unknown的指针”。
VS 2015 ships two new refactorings:Introduce Explaining Variable and Inline Temporary Variable.
VS2015集成了两个新的重构:介绍解释变量、内联临时变量
That is to say,the parameter value passed to the called function is stored in the temporary variable instead of the original variable..
也就是说,传递给被调用函数的参数值存放在临时变量中,而不是存放在原来的变量中。
This swaps the values of a and b without using a temporary variable.
这下就可以知道a和b的值互换了并且没有使用任何临时变量
If this had been done, a temporary variable would have been created and initialized with the appropriate value.
如果这么做,临时的变量就会以合适的值来创建并初始化。
Results: 29, Time: 0.0279

Word-for-word translation

Top dictionary queries

English - Chinese