赋值语句
- 名assignment statement;assign clause
-
从程序结构来看程序中变量的耦合都出现在赋值语句上,一个变量的赋值是依据其它变量的值以及所使用变量作用的算子。
From a procedural structure , process variable coupling appear in the assignment statement .
-
如果重复的声明有一个初始值,那么它担当的不过是一个赋值语句的角色。
If the repeated declaration has an initializer , it acts as if it were simply an assignment statement .
-
RTL综合中变量赋值语句的综合方法
Variable Assignment Statement Synthesis M Variable Assignment Statement Synthesis Method in RTL Synthesis
-
FORTRANDO循环中某些赋值语句表达式的向量化用于机器识别和学习的汉字表达式
The Vectorization of Some Expressions In Fortran Do-Loops THE EXPRESSIONS OF CHINESE CHARACTERS USED IN MACHINE RECOGNITION AND LEARNING
-
在多CPU机器上,两个单独的处理器可能会在几乎同一时刻(或者,就在同一时刻)执行上述赋值语句。
On a multi-CPU machine , you can have two separate processors executing the above assignment at nearly ( or at times exactly ) the same time .
-
还需要注意的地方就是,我们依旧使用了“use”赋值语句来销毁文件对象,即使这意味着文件对象将会在另外一个线程中被销毁,我们也不用太担心,它能正常地工作的。
It 's also important to notice that we can still use the " use " binding to dispose the file , even if this means the file is being disposed on another thread , we don 't care , it just use works .
-
实验结果表明,解决第一类问题的算法在处理赋值语句冗余和二义性方面是有效的,解决第二类问题的算法比传统的DAG算法更具普适性。
The analysis and experimental results show that the second category algorithm can deal with more problems than the traditional DAG .
-
一个赋值语句看起来像比较语句。
An a ignment statement which looks like a comparison .
-
检查赋值语句确保其有效。
Check the assignment to make sure it is valid .
-
多重赋值语句的翻译方法
A Translation Technique for Multiple Assignmemts
-
因此,上面两个赋值语句创建相同的字符串值列表。
The two assignment statements above , therefore , both create the same list of string values .
-
函数式语言中的赋值语句
Assignments for Pure Functional Languages
-
数组赋值语句中的求值
Evaluation in array assignment
-
另一种更紧凑的表达方式是使用下面这样的赋值语句
Another , more compact way to represent the same expression is to use an assignment statement similar to this
-
本文通过对荷载组合代数系统的研究,给出了其赋值语句形式化的定义和相应的翻译语法,并且由此设计并实现了一个简单、可行的语法制导翻译程序。
In this paper , by studying the load combination algebra system , its formal definition and translation grammar are presented .
-
它使用这些信息来确保只对位于同一代码块中相同范围级别的赋值语句执行对齐。
It uses this information to ensure that it aligns only those assignment statements at the same scoping level in the same block of code .
-
首先,不应该假定上述赋值语句一定会被编译成一条机器指令,除非亲自验证了机器代码。
First , you shouldn 't assume that the above assignment would be compiled as a single machine instruction unless you personally verify the machine code yourself .
-
这是本例子第一次把关联作为一个定义表达式(换句话说,一个赋值语句)的声明性陈述来使用,而不是用它作模型到模型的映射。
This is the first time that this example is using a relation as a declarative statement to define an expression ( in other words , a value assignment ) instead of using it for model-to-model mapping .
-
变量赋值,比如SET语句
Variable assignments , such as SET statements