- 更多网络例句与赋值语句相关的网络例句 [注:此内容来源于网络,仅供参考]
-
An assignment statement evaluates the expression list (remember that this can be a single expression or a comma-separated list, the latter yielding a tuple) and assigns the single resulting object to each of the target lists, from left to right.
一个赋值语句对表达式序列求值(还记得这可以是单个表达式或者一个逗号分隔的序列,后者导出一个元组),然后从左到右地将对象结果一一地赋给目的序列的每个对象。
-
The primary statement in that world is the assignment statement itself.
这个世界最核心的语句就是赋值语句本身。
-
An assignment statement which looks like a comparison.
一个 赋值语句看起来像比较语句。
-
Augmented assignment is the combination, in a single statement, of a binary operation and an assignment statement
增量赋值就是在单条语句内合并了一个二元运算和一个赋值语句。
-
All the other statements of the language exist in order to make it possible to perform a computation that must be based on this primitive construct: the assignment statement.
所有其它语句的存在,只是为了能使那些根植于赋值语句的计算结构可以正确地运行。
-
Indexing on the left side of an assignment statement is a different operator that can be thought of as an update or change the value operation-a [2]:=x.
如果加下标的形式在赋值语句的左边,那么这又是另一种操作符,可以把这种操作符看成为更新或改变值的操作符,即a[2]:=x。
-
With the exception of assigning to tuples and multiple targets in a single statement, the assignment done by augmented assignment statements is handled the same way as normal assignments.
除了在一条语句中赋值给元组和多个对象的情况,增量赋值语句所完成的赋值用与普通赋值同样的方式处理。
-
Indexing on the left side of an assignment statement is a different operator that can be thought of as an update or change the value operation=a[2]:=x.
如果加下标的形式在赋值语句的左边,那么这又是另一种操作符,我们可以把这种操作符看成为修改或改变值的操作符。
-
The reason for multiplying by 5 and dividing by 9 instead of just multiplying by 5/9 is that in C, as in many other languages, integer division truncates: any fractional part is discarded.
在该程序中,绝大部分工作都是在循环体中完成的。循环体中的赋值语句 celsius = 5 *(fahr-32)/ 9;用于计算与指定华氏温度相对应的摄氏温度值,并将结果贼值给变量celsius。
-
Furthermore, debugging tools and program analyzing tools will be more powerful if an efficient pointer analysis module is embedded Right for the importance of pointer analysis, many studies have been done in order to find an efficient and effective solution to pointer analysis. Many pointer analysis algorithms have been developed too.
正因为指针分析具有诸多非常重要的意义,曾有许多学者对这个问题进行了研究,也提出了多种指针分析的算法,然而以往的指针分析方法存在着如下不足:对赋值语句的指针分析还不够完善,这尤其表现在对结构赋值语句以及对递归数据结构内递归数据域的分析上。
- 更多网络解释与赋值语句相关的网络解释 [注:此内容来源于网络,仅供参考]
-
assignment conversion:赋值转换
149assignment command赋值命令 | 150assignment conversion赋值转换 | 151assignment statement赋值语句
-
assignment statement:赋值语句
如果你定义了...你可以使用赋值语句(assignment statement)将计算的结果存储到一个变量中. 赋值语句由一个变量名后跟一个赋值运算符(assignment operator)算术表达...字符类型(char)的变量存储一个字符. 在内存中每个字符占1 6位,两个字节,
-
logical assignment statement:逻辑赋值语句
logical and 逻辑与 | logical assignment statement 逻辑赋值语句 | logical block 逻辑单元
-
arithmetic assignment statement:算术赋值语句
arithmetic and harmonic crosses | 算术与调和平均数之交叉 | arithmetic assignment statement | 算术赋值语句 | arithmetic attribute | 算术属性
-
macro assignment statement:宏赋值语句
macro argument 宏变元 | macro assignment statement 宏赋值语句 | macro axis 长轴
-
character assignment statement:字符赋值语句
character assembly word 字符汇编字 CAW | character assignment statement 字符赋值语句 | character boundary 字符边界
-
assignment symbol:赋值符号
assignment statement 赋值语句 | assignment symbol 赋值符号 | assmelby instruction 汇编源程序
-
assignment operator:赋值运算符
赋值语句由一个变量名后跟一个赋值运算符(assignment operator)算术表达...字符类型(char)的变量存储一个字符. 在内存中每个字符占1 6位,两个字节,这是因为Java中的所有字符都用Unicode编码存储.
-
return:返回语句
熟练掌握赋值语句(LET)及变量交换值语句熟练掌握输出语句(PRINT)及与打印有关的两个函数TAB(x)、SPC(x)掌握转子语句(GOSUB)返回语句(RETURN)的格式和功能了解自定义函数语句(DEF FN)的基本格式和功能掌握数组说明语句(DIM)的格式和功能
-
Variable Declaration Statement:变量声明语句
Wait Statement 等待语句 | Variable Declaration Statement 变量声明语句 | Variable Assignment Statement 变量赋值语句