variable declaration
变数宣告;变量声明
2025-11-02 01:53 浏览次数 13
变数宣告;变量声明
Variable declaration of data type数据类型的变量声明
parsing a simple-variable declaration简单变量说明的分析
Require Variable Declaration要求变量声明
compiler processing variable declaration编译器处理变量宣告
local variable declaration space局部变量声明空间
Variable declaration table变量声明表
Variable declaration and initialization变量的声明与初始化
Variable declaration keywords变量声明关键字
Multiple Variable Declaration多重变量声明
the script in listing 24 provides an example of these shell variable declaration methods.
清单24中的脚本给出这些shell变量声明方法的示例。
if the local variable declaration includes multiple declarators, the initializers must all have the same compile-time type.
如果局部变量声明包含了多个声明符,这些声明符必须具局部变量声明这些备同样的编译期类型。
make sure to insert the line my %fieldweights = (); at the beginning of the variable declaration section.
确保在变量声明部分的开头插入行my %fieldweights = ();。
listing 1 shows the header and variable declaration of the hdapsgoogleearth.pl script.
清单1展示了hdapsgoogleearth.pl脚本的头部和变量声明。
like a local variable declaration in many languages, a nested method is only visible inside the enclosing method.
就像很多语言中声明局部变量一样,一个嵌套方法尽在方法内部可见。
note that the dummy variable declaration has disappeared: you don't need it because you now have an actual statement in the exception handler.
注意,伪变量声明已经没有了:不再需要它是因为现在在异常处理函数中有了实际的语句。
after variable declaration and reading the activityrules file, the next step is the main logic loop.
在变量声明和读取activityrules文件后,下一步是主逻辑循环。
the first step is to add the required hash to the variable declaration section.
第一步是向变量声明部分中添加必需的散列。
add the line my $outstr = 「"; to the main program variable declaration section.
将行my $outstr = 」";添加到主程序变量声明部分中。
listing 3 shows the variable declaration and subroutine calls from the program header.
清单3显示了程序头文件中的变量声明和子例程调用。
listing 6. tilerotate.pl validity checks, variable declaration
清单6.tilerotate.pl有效性检查,变量声明
click variable declaration and enter a variable name.
点击variable declaration并输入一个变量名。
the method of variable declaration will affect robustness and speed of software.
变量的声明方式将直接影响到软件的坚固性和速度。
template filters allow you to substitute that variable declaration with an actual value that you establish at runtime.
模板过滤器允许您用在运行时建立的实际的值代替变量声明。
use the standard variable declaration syntax to declare a reference.
请使用标準的变数宣告语法来宣告参考。
there is, however, one additional style of variable declaration that is particularly important for good programming style.
另外还有一种类型的变量声明对于好的编程风格非常重要。
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.
要完成修改,请将my %jobmp = ();my %namemp = (); 添加到变量声明部分中并将主程序逻辑从清单14修改为清单15。
a decision variable declaration begins with the keyword var.
决策变量的声明以关键字var开头。