• 声明局部变量函数只有局部版本具有意义

    Inside the function in which the local variable is declared, only the local version has meaning.

    youdao

  • 很多语言声明局部变量一样,一个嵌套方法尽在方法内部可见

    Like a local variable declaration in many languages, a nested method is only visible inside the enclosing method.

    youdao

  • 声明局部变量例程遍历每个指定查询搜索namejobresponsibilities散列中的音位匹配

    After the local variable declaration, the subroutine will make a pass through every query word specified searching for a metaphone match in the name or jobresponsibilities hashes.

    youdao

  • 可以使用function关键开始函数声明使用var关键字声明局部变量(这全局变量不同),但是不用包括正在声明变量类型

    You use the function keyword to denote the start of a function and the var keyword to declare local (as opposed to global) variables, but you do not include the type of the variable being declared.

    youdao

  • 局部变量游标临时声明方面,平台没什么差别这两种平台上,声明顺序重要。

    There are no differences in the declarations of local variables, cursors, temporary tables, but on both platforms the order of declaration is important.

    youdao

  • 对于源代码一项实质性限制不能引用在所添加声明或者声明局部变量

    A more substantial limitation on the source code is that there's no way to refer to local variables declared outside the statement or block being added.

    youdao

  • 思意,“类型局部变量无法用于变量常量声明中,否则将导致编译错误

    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.

    youdao

  • 这里self标识符声明一个线程局部变量time

    Here the self identifier declares a thread local variable time.

    youdao

  • 这个计算器利用local语句x声明局部变量只能mycalc函数范围使用。

    The calculator makes use of the local statement to declare x as a local variable that is available only within the scope of the mycalc function.

    youdao

  • 需要创建包含变量名称表达式为其指定一个取值,就可以声明一个局部变量

    You can declare a local variable simply by creating an expression containing only the name of the variable, and assigning a value to it.

    youdao

  • 想象一下,如果两个方法每个都声明一个局部变量且名字一致

    Imagine writing two methods that each declare a locale variable with the exact same name.

    youdao

  • 程序员关于局部变量预期重大变更,具体来讲,缺少任何变量声明奇怪新的耐久局部变量特殊声明

    This would be a major change to programmer expectations about local variables, especially in the absence of any special declaration that this is one of those weird new long-lived local variables.

    youdao

  • 方法内部声明变量局部变量,在方法外部能够使用的。

    Variables declared with a method are local to that method and cannot be used outside of it.

    youdao

  • 局部变量一种声明变量代码片段使用变量

    A local variable is a variable that is only available for use within the snippet in which it is declared.

    youdao

  • 方法主体中声明变量成为局部变量,它方法有效代码的其他部分均不可访问它。

    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.

    youdao

  • 方法内部声明变量叫做局部变量。这儿局部的意思什么

    Variables declared within a method are said to be local variables. What is the significance of the word local in this context?

    youdao

  • 可能执行局部变量声明

    Is it possible to enforce the declaration of local variables?

    youdao

  • 这里代码使用局部变量diff这个局部变量定义代码范围内,之后构造函数中又声明一个相同级别变量fill

    The code here USES a local variable diff, which is only defined within this block of code, while later in the constructor a separate variable, fill, is declared at the same level.

    youdao

  • 每个局部变量用于其他任何类型语句必须出现声明语句中。

    Every local variable must appear in a declaration statement before being used in any other kind of statement.

    youdao

  • 如果标识符局部变量,则使用自动存储声明

    If the identifier is a formal parameter or local variable, declare it with auto storage.

    youdao

  • 声明变量不论是参数还是一个局部变量它们存在函数内部

    And when you declare a variable, whether as an argument or as literally a local variable, they only live inside of that function.

    youdao

  • 固定语句声明局部变量类型必须指针类型。

    The type of locals declared in a fixed statement must be a pointer type.

    youdao

  • 如果一个局部变量函数参数声明名字某个全局变量名字相同,那么就有效地隐藏这个全局变量

    If you declare a local variable or function parameter with the same name as a global variable, you effectively hide the global variable.

    youdao

  • 实例方法声明一个名称声明类型实例字段匹配参数局部变量

    An instance method declares a parameter or a local variable whose name matches an instance field of the declaring type.

    youdao

  • 意味着到达常数声明语句局部数值定义,在函数分配变量局部变量是未定义的。

    This means that the value of a local constant is undefined until the constant declaration statement is reached and that a local variable is undefined until the variable is assigned to in the function.

    youdao

  • 函数里如果声明一个全局变量没在函数中调用同样会减慢速度(其程度相当于递增一个局部变量)。PHP很有可能检查是否存在全局变量

    Just declaring a global variable without using it in a function also slows things down (by about the same amount as incrementing a local var). PHP probably does a check to see if the global exists.

    youdao

  • 函数里如果声明一个全局变量没在函数中调用同样会减慢速度(其程度相当于递增一个局部变量)。PHP很有可能检查是否存在全局变量

    Just declaring a global variable without using it in a function also slows things down (by about the same amount as incrementing a local var). PHP probably does a check to see if the global exists.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定