Variable assignment / SET statement
变量赋值 /SET语句
This is variable assignment in Clojure.
这是 Clojure内的变量赋值。
Variable assignment in Vimscript requires a special keyword, let.
Vimscript中的变量分配需要一个特殊的关键字,let。
This app uses more terse "variable assignment" style simply for brevity.
为了让本应用更加简短,它采用了更简单的“变量赋值”风格。
As usual, the scope attribute specifies the scope for this variable assignment.
通常,scope属性规定这类变量分配的范围。
What is the issue with this static variable assignment to a pointer in local function?
有什么问题这个静态变量赋值在本地函数指针吗?。
Subsequently, its value is set to an order number returned by a custom code action by using a variable assignment action.
随后,它的值会设置为一个顺序号,它是由使用变量分配操作的通用代码所返回的。
Let's start by looking at a common technique in many PHP applications: placing certain kinds of information in variable assignment statements at the top of the program.
让我们首先查看许多PHP应用程序中的一项常用技术;将某些种类的信息存入程序开头的变量赋值语句中。
By default, a variable is scoped to the function in which it is first assigned to, or is global if its first assignment occurs outside any function.
默认情况下,变量的范围是变量第一次被分配到的函数的内部,如果它的第一次分配出现在任何函数的外部,那么它就是全局变量。
This in turn means it cannot be used as a definite assignment to a variable.
反过又意味着,分部方法不能作为一个明确分配的变量。
If an exception was raised, then assignment to the scoped variable will occur: as the EL expression in Listing 18 suggests, its value will not be empty.
如果产生了异常,那么就会对那个限定了作用域的变量进行赋值:如清单18中的EL表达式所显示的那样,该变量的值将不会为空。
Let's take a look at two approaches for dynamic role assignment: context variable and post-processor plug-in.
我们来看一下动态角色分配的两种方法:上下文变量和后处理器插件。
For the types char and short, the compiler needs to reduce the size of the local variable to 8 or 16 bits after each assignment.
对于char和short类型,编译器在每次分配空间以后,都要将这种局部变量的尺寸减少到8位或16位。
In many ways, for is the assignment of a variable to the current value in a node set, so you can operate on that variable.
在很多方面,for就将节点集的当前值赋给变量从而操作该变量。
Also, the expression must be assignment-compatible to the variable data type.
此外,表达式在分配时必须与变量数据类型兼容。
Before you can update a variable, you have to initialize it, usually with a simple assignment.
在你更新一个变量之前,你要先初始化一下,一般就是简单赋值一下就可以了。
The result of an assignment, calculation, or data type conversion is too large to be represented within the range of values allowed for that type of variable.
赋值、计算或数据类型转换的结果太大,以至于不能在那种类型变量允许的取值范围内表示。
E. g. "We examined whether employees' perceived importance of the training program would be one variable that mediates the relationship between training assignment and training motivation".
例如:我们研究过员工是否感觉培训项目的重要性,这是协调培训作用和培训动机的变量。
Could a final variable be reassigned in catch, even if assignment is last operation in try?
最后一个变量可以被捕获,即使分配是尝试最后操作?
The modeling and analysis of orthogonal variable spreading factor (OVSF) codes assignment in wideband code division multiple access (WCDMA) cellular communication systems are presented.
对宽带码分多址(WCDMA)蜂窝移动通信系统中下行链路的正交可变扩频因子(OVSF)码字分配问题进行了建模分析。
Initialization happens when a variable is created and gives that variable its initial value. Assignment involves obliterating an object's current value and replacing that value with a new one.
初始化指创建变量并给它赋初始值,而赋值则是擦除对象的当前值并用新值代替。
You can still call its methods and access its data elements, although variable elements are reinitialized by the assignment.
您仍可以调用变量的方法和访问它的数据元素,但赋值重新初始化了变量元素。
Destructuring assignment allows swapping two values without the use of a temporary variable.
解构赋值允许交换两个值,而无需使用中间变量。
As you may have discovered, it is legal to make more than one assignment to the same variable.
你可能已经发现了,对同一个变量可以多次进行赋值。
A new assignment makes an existing variable refer to a new value (and stop referring to the old value).
一次新的赋值使得已有的变量获得新的值(也就不再有旧的值了。)
Loss of data on an assignment to a shorter variable.
较短变量赋值的数据丢失。
To set the default property value, use the variable name, with an argument list, on the left side of an assignment statement.
若要设置默认属性值,请在赋值语句左侧使用带有参数列表的变量名。
An array variable holds a pointer to the data constituting the array elements and the rank and length information, and an assignment copies only this pointer.
数组变量持有一个指针,它指向构成数组元素的数据及秩和长度信息,赋值语句仅复制此指针。
The value of the property participates in the expression just as a variable or constant would, or it is stored in the variable or property on the left side of the assignment statement.
属性值会如同变数或常数参与运算式的方式参与运算式,或是储存于指派陈述式左边的变数或属性中。
You use a normal assignment statement to assign an object to an object variable.
您可使用一般的指派陈述式来指派物件给物件变数。
应用推荐