第一步是向变量声明部分中添加必需的散列。
The first step is to add the required hash to the variable declaration section.
与数据部分中不同,BSS部分中声明的变量并不实际占用空间。
Variables declared in the BSS section don't actually take space, unlike in the data segment.
应该在过程逻辑的开始部分、紧接变量声明之后的地方调用该过程。
It should be called at the very beginning of the procedural logic, right after the variable declarations.
声明部分包含声明语句,它们声明后续子句中使用的局部和全局变量。
The declaration clause contains declarative statements that declare local and global variables to be used in subsequent clauses.
变量可以在程序的不同部分声明。
Variables can be declared in several different parts of the program.
与上面的扩展的ClickToCall小部件一样,首先对源代码的声明和变量部分进行更改。
As with the extended ClickToCall widget above, start by making changes to the declaration and variables section of the source.
SELECT部分声明查询要输出的变量 —在本例中,是名为definition的变量。
The SELECT part declares the variables to be output by the query -- in this case, the variable named definition.
将以下变量添加到声明部分中。
我们在范围活动部分中已提到,您可以在范围中声明本地变量。
We mentioned in the scope activity section that you can declare local variables within a scope.
方法主体中声明的变量成为局部变量,它只对该方法有效,代码的其他部分均不可访问它。
Variables declared inside a method are called local variables because they are available only to that method and not to any other parts of the code.
第一部分将声明变量并尝试从notify . state文件载入先前的配置。
The first section will declare variables and attempt to load the previous configuration from the notify.state file.
这是基本的部分;它声明了程序需要Perl 5.006 来解释执行,要求进行严格的变量检查和警告,还有我们将要导出 invlist() 和 data_from_invlist()函数。
This is basic bookkeeping; it states that we require Perl 5.006, that we like to use strict variable checking and warnings, and that we will export the invlist() and data_from_invlist() functions.
要完成修改,请将my %jobMP = (); my %nameMP = ();添加到变量声明部分中并将主程序逻辑从清单14修改为清单15。
To complete the modifications, add my %jobMP = (); my %nameMP = (); to the variable declaration section and modify the main program logic from Listing 14 to Listing 15.
它将实例变量声明为Bean实现(一个实际的类)的一部分。
The instance variables were declared as part of the bean implementation, which was a concrete class.
Vimscript函数没有使用前导大写字母,相反,可以使用显式的范围前缀声明函数(类似变量,如第1部分所述)。
Instead of using a leading capital letter, Vimscript functions can also be declared with an explicit scope prefix (like variables can be, as described in Part 1).
定义或声明中命名其后变量的类型的部分。
The part of a definition or declaration that names the type of the variables that follow.
定义或声明中命名其后变量的类型的部分。
The part of a definition or declaration that names the type of the variables that follow.
应用推荐