What is the translation of " ASSIGNMENT STATEMENT " in Chinese?

[ə'sainmənt 'steitmənt]
[ə'sainmənt 'steitmənt]
赋值语句
一个赋值语句

Examples of using Assignment statement in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
X= 2+ 3 is a valid assignment statement.
X=2+3是一个有效赋值语句
We can use assignment statements to give new names to existing functions.
我们可以使用赋值运算符来给现有函数起新的名字:.
But it is valid to the computer because it is an assignment statement.
但是对于计算机来说,它是合法的,因为它是一个赋值的语句
The first line is an assignment statement that gives a value to n.
第一行是一个赋值语句,将某个值赋给了n。
You can alsoput arbitrary expressions on the right-hand side of an assignment statement:.
你也可以把任意表达式放在一个赋值语句的右边:.
However, assignment statements do not always involve making copies in this way.
然而,赋值语句并不总是以这种方式复制副本。
The first time a variable is used in an assignment statement, Python will create that variable.
第一次在赋值语句中使用一个变量的时候,Python将会创建该变量。
In the assignment statement“x:= a;” we referenced the variable“a” that wasn't declared- wrong!
赋值语句“x:=a;”中,我们引用了未声明的变量“a”--错误!!
Variables do not need to be declared andtheir datatypes are inferred from the assignment statement.
变量不需要被声明,并且它们的数据类型是从赋值语句推断出来的。
The variable in this assignment statement is rate, and the expression is the number 0.07.
赋值语句中的变量是rate,表达式的值是0.07。
Assuming that we have defined the variables last, first and number,we could write a dictionary assignment statement as follows:.
若已经定义了变量last、first与number,字典赋值语句如下:.
Or you might use an assignment statement to tell the computer to store that value in a variable:.
或者可以用一个赋值语句告诉计算机将该值存储在一个变量中:.
Once these properties are set,JavaScript returns the new object and the assignment statement sets the variable mark to that object.
一旦这些属性设置完成,JavaScript返回新创建的对象,然后赋值语句会将变量mark的值指向该对象。
The assignment statement in the body uses i to read the old value of the element and to assign the new value.
循环主体中的赋值语句使用i读取该元素的旧值,并赋予其一个新值。
For example, Java is a static language,and the assignment statement is as follows(// indicates a comment):.
例如Java是静态语言,赋值语句如下(//表示注释):.
In an assignment statement, final result of calculation will be converted to the type of variable that result is.
赋值语句里,计算的最后结果被转换成将要被赋予值的那个变量的类型。
For example, Java is a static language,and the assignment statement is as follows(// indicates a comment):.
例如Java就是静态语言,赋值语句如下(//表示注释).
Each of these assignment statements involves looking up the value currently bound to x, then updating that binding with a new value.
每一个这些赋值语句都包含查找当前绑定到x的值,然后使用新值更新绑定。
Now, consider the following more complicated assignment statement, which might come later in the same program:.
现在,考虑下面更复杂的赋值语句,稍后可能会在同一个程序中出现:.
The assignment statement spam= spam+ 5 says,“The new value of the spam variable will be the current value of spam plus five.”.
赋值spam=spam+5的意思是:“spam变量中的新值是,spam当前的值加上5”。
The end result is the same: both assignment statements store the value 15 in the variable spam.
最终结果是相同的:两条赋值语句都把值15保存到了变量spam中。
For example, if userInput is a variable of type int(created with a declaration statement int userInput;),then you could use the assignment statement.
例如,如果用户输入是一个int型变量(使用“intuserInput”声明语句创建),然后你就可以使用这个赋值语句了.
Note, by the way, that an assignment statement is a command that is executed by the computer at a certain time.
注意,顺便说一下,一条赋值语句是一个命令,在某个时间由计算机执行。
In a for loop, expression 1 is one or more assignment statements that control the initial value of the variable;
在for循环中,表达式1是一个或多个赋值语句,它用来控制变量的初始值;.
Inside a function, the:= short assignment statement can be used in place of a var declaration with implicit type.
在函数内部,可以使用:=short赋值语句来代替具有隐式类型的var声明。
The computer executes this assignment statement by putting the number 0.07 in the variable rate, replacing whatever was there before.
计算机执行此赋值语句就是将数值0.07放到变量rate中,不论rate之前存的是什么值都会被覆盖掉。
Results: 26, Time: 0.0255

Word-for-word translation

Top dictionary queries

English - Chinese