未定义的函数或变量' sqt '。
这些标记引起的常见错误是:不正确的引用和取消引用,使用未定义的值,以及帮助判断输入错误,例如未使用的值或未定义的函数。
Common faults picked up by these pragmas are ambiguous references and de-references, use of undefined values, and some help identifying typos for unused or undefined functions.
如果二者都未定义,那么编译器会提供一种作为公共成员函数的隐式版本。
If neither of the two is defined, the compiler provides an implicit version that is a public member function.
由于您尚未定义自己的堆栈框架,所以偏移量是由调用函数的堆栈框架的末端算起的。
Since you have not yet defined your own stack frame, the offset is from the end of the calling function's stack frame.
该函数也会正确地处理未定义的值,尽管在警告打开时,常规表达式在匹配未定义的值时会输出警告信息。
It works correctly with undefined values as well, whereas with warnings turned on, a regular expression match on an undefined value will print a warning.
然而要注意的是,该函数本身也只是另一个person对象的属性,如果没有圆括号,它将引用一个未定义的值。
Notice, however, that the function itself is just another property of the person object and that, without the parentheses, it would refer to an undefined value.
清单1显示了一个简单的例子,它声明了一个包含6个属性的hash:一个字符串、一个整数、一个布尔值、一个未定义的属性、另一个hash和一个函数。
A simple example is shown in Listing 1, declaring a hash consisting of 6 attributes: a string, an integer, a Boolean, an undefined attribute, another hash, and a function.
未定义的种群元素权重为0,所以,为特定网格位置选择最可能细胞的sample函数不会选择它。
Undefined population elements get a weight of zero so they won't be picked by the sample function that chooses the most likely cell for a particular grid position.
这里定义的惟一其他方法就是staticmain方法,该方法将在调用构造函数之后再调用迄今还未定义的名为parse的方法。
The only other method defined here is the static main method which calls the constructor and then calls an as-yet undefined method called parse .
对于应该从脚本中出现的变量和函数,有大量未定义的变量错误,但除此之外,没有错误。
There are plenty of Undefined Variable errors for variables and functions that should be present from the script, but other than that, no errors.
可以为要使用但尚未定义的任何未定义类、构造函数、方法、属性、字段或枚举生成存根。
You can generate a stub for any undefined class, constructor, method, property, field, or enum that you want to use but have not yet defined.
如果终止功能是达到了,和函数调用的值被访客,的行为是未定义的。
If the that terminates a function is reached, and the value of the function call is used by the caller, the behavior is undefined.
这就意味着在到达常数声明语句前局部常数值是未定义的,在函数中分配变量前局部变量是未定义的。
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.
如果终止功能是达到了,和函数调用的值由用于调用,其行为是未定义的。
If the that terminates a function is reached, and the value of the function call is used by the caller, the behavior is undefined.
注意下面的注释,对于地址重叠的情况,该函数的行为是未定义的。
If copying takes place between objects that overlap, the behavior is undefined.
注意下面的注释,对于地址重叠的情况,该函数的行为是未定义的。
If copying takes place between objects that overlap, the behavior is undefined.
应用推荐