决策变量的声明以关键字var开头。
A decision variable declaration begins with the keyword var.
_脚本中要访问的全局和内核变量的声明。
Declarations for global and kernel variables accessed in the script.
它是可能的执行局部变量的声明?
Is it possible to enforce the declaration of local variables?
类型允许在循环变量的声明?
我怎么文档的单个线在多个变量的声明?
How do I document a single line where multiple variables are declared?
它将变量的声明与其使用分离开来,使代码的易读性降低。
It separates the declaration of the variable from its use, making the code a little harder to follow.
下一次需要生成本地变量的声明时,您可以回到此源,并以此为参考。
Next time you need to generate the declaration of a local variable, you can go back to this source and use it as reference.
若是变量的声明和赋值不在同一行书写的话,编译器将不允许我们使用类型推断。
Type inference is not allowed in cases where the variable is not assigned a value on the same line it is declared.
首先,由于Rhino是采用动态类型的语言,因此在函数和变量的声明中看不到类型。
First, because Rhino is a dynamically typed language, you won't find types in its declarations of functions or variables.
第一项改进(C 语言的现代版本也支持这项改进)是将 i循环变量的声明移到循环之内,如清单7 所示
The first improvement (which is also supported by modern versions of C) is to move the declaration of the i loop variable inside the loop, as shown in Listing 7
不能将断言同实例的类变量声明一块使用,但却可以将其置于任何方法内。
An assertion cannot be used with class variable declarations for instance, but can be placed within any method.
所有变量都是在方法上方声明的。
注意,每个变量的类型都首先声明。
不但可以将它用于表中的列,还可以用于参数和声明的变量。
You can use it not only for columns in a table, but also for parameters and as declared variables.
在类的主体中,可以声明叫做属性的特殊变量。
Within the body of a class, you can declare special variables called properties.
正如您所料,默认值的类型必须与成员变量声明的类型完全相同。
As you might expect, this must be the same type that you declared for the member variable.
等号和表达式给出的初始值在变量声明时实际上是可选的。
The equal sign and the expression giving the initial value are in fact optional in a variable declaration.
变量可以在程序的不同部分声明。
Variables can be declared in several different parts of the program.
故名思意,“隐式类型局部变量”将无法用于域变量或常量的声明中,否则将导致编译错误。
Also as the name says, implicitly typed local variable, you cannot use var for field declaration or constant variables, therefore following declarations will both produce a compiler error.
我需要利用Pyrex变量声明的优点来进行加速。
I need to take advantage of Pyrex variable declarations to get a speedup.
Vars仅是变量及其值的声明。
Outline窗口模块提供了有关出现在源代码中的过程、变量、声明以及函数的快速视图。
The Outline window module provides a quick view on procedures, variables, declarations, and functions that appear in source code.
变量的显式类型化(即将变量声明为String或Collection)依然是可选的。
Explicit typing of variables (that is, declaring a variable as a String or Collection) is still optional.
这允许将某个CPU通常访问的变量声明为该 CPU 专有的变量。 使用此方法使锁定需求最小化并提高了性能。
This permits the declaration of variables for a CPU that are most commonly accessed by that CPU, which minimizes the locking requirements and improves performance.
应该在过程逻辑的开始部分、紧接变量声明之后的地方调用该过程。
It should be called at the very beginning of the procedural logic, right after the variable declarations.
请注意在这个程序的两个版本中声明变量名的方式。
Notice the way the variable name is declared in both versions of the program.
清单3显示了程序头文件中的变量声明和子例程调用。
Listing 3 shows the variable declaration and subroutine calls from the program header.
清单3显示了程序头文件中的变量声明和子例程调用。
Listing 3 shows the variable declaration and subroutine calls from the program header.
应用推荐