• Undefined function or variable 'SQT'.

    未定义的函数变量' sqt '。

    youdao

  • In most cases, the compiler will catch any reference to the deleted function or variable and issue a warning.

    大多数情况下编译捕捉已删除函数变量任何引用发出警告

    youdao

  • Many basic editing environments support simple refactorings like renaming a function or variable across an entire code base.

    许多基本编辑环境这样简单重构支持重命名一个函数变量整个代码

    youdao

  • If the remote data source cannot handle the null value in a host variable or parameter marker, any function that involves binding a nullable value has to be evaluated locally.

    如果远程数据源不能处理主机变量参数标记符中的NULL,那么任何需要绑定一个可以为函数必须本地计算。

    youdao

  • By default, a variable is scoped to the function in which it is first assigned to, or is global if its first assignment occurs outside any function.

    默认情况下,变量范围变量第一次被分配函数的内部,如果的第一次分配出现任何函数的外部,那么就是全局变量。

    youdao

  • How do you define a templated class or a function with a variable number of arguments, each with a potentially different type?

    如何定义具有数量可变参数(每个参数的类型可能不同)的模板函数

    youdao

  • Please note that the global variable cannot be dropped if it is referenced in a function, method, trigger or view.

    注意如果函数方法触发器视图引用了某个全局变量,则不能删除该变量。

    youdao

  • This variable specifies the size (in 4 KB pages) of the pool used for fenced routine invocations, such as stored procedure or user-defined function calls.

    这个变量指定防护例程调用比如存储过程用户定义函数调用所使用大小4KB单位)。

    youdao

  • Also when a global variable is referenced inside a function or another scope, the script engine has to search through the whole scope to find it.

    函数其它地方引用一个全局变量时,脚本引擎需要搜索整个全局命名空间。

    youdao

  • Length of a string variable: Input argument for the SUBSTR function, which determines the desired length of the resulting string or output of the length function.

    字符串变量长度substr函数输入参数决定结果字符串的期望长度length函数的输出

    youdao

  • No matter where you declare a variable or function, the extern keyword allows other files to use it without knowing where it was defined.

    不管哪里声明一个变量函数extern关键字都允许其他文件确定定义位置的情况下使用文件。

    youdao

  • If you select the Console TAB, code is executed within the context of the function where execution stoppedthis allows you to modify variable content or call functions on the fly.

    如果选择Console选项卡代码执行停止了函数上下文执行——就让得以动态修改变量内容调用函数。

    youdao

  • The function returns a specific value (or range of values) to indicate an error, and the global variable errno is set to indicate the cause of the problem.

    函数返回特定(范围)指明错误设置全局变量errno以指明问题起因

    youdao

  • Each can be assigned to a variable, passed as an argument, or returned from a function. For instance, here's an example of storing a function.

    每个都可以赋值一个变量作为参数传递作为返回函数返回。

    youdao

  • X so here I'm declaring another variable called X, and this is totally legitimate because I already know that if I'm implementing a function like swap or increment, I can absolutely take input.

    这里声明另一个变量这个完全合法因为已经知道如果执行swapincrement函数,我完全可以携带输入。

    youdao

  • This example defines a function that increments the value of the current buffer's b: backup_count variable (or initializes it to 1, if it doesn't yet exist).

    这个例子定义了一个函数将递增当前缓冲区b: backup _ count变量(初始化为1如果存在的话)。

    youdao

  • The end of each function calls the printData function, and based on the value of the $print class variable the XHTML data will either be returned from the function or displayed to the browser.

    每个函数末尾调用printData 函数,根据 $print变量返回XHTML数据显示浏览器

    youdao

  • Or, instead of calling a function, you can use the fullselect in the variable creation definition

    或者变量创建定义使用fullselect 来代替函数调用

    youdao

  • As you can see the type of the class variables is generic, but you can improve the generator to understand if a variable should contain a number or a function.

    成员变量类型通用类型但是可以改进产生使知道变量应该包含一个数字一个函数

    youdao

  • No translation unit shall contain more than one definition of any variable, function, class type, enumeration type or template.

    翻译单元中只能有任何变量函数类型枚举类型模板唯一定义

    youdao

  • Calling the function generates a return value, which we usually assign to a variable or use as part of an expression.

    函数进行调用就会产生一个返回我们一般这个给某个变量或者放进表达式

    youdao

  • Periodic change imposed on a controlled variable or a function by a controller.

    通过控制器控制某一变量函数进行周期性变化

    youdao

  • If a variable becomes a jar or a function becomes a crazy pencil sharpener, you're more likely to remember the relationship later.

    如果变量变成一种罐头一个函数变成一个疯狂的卷笔刀的话,有可能记忆知识之间关系

    youdao

  • It is almost always a bad idea to define a local variable with the same name as a global variable that the function USES or might use.

    函数定义一个函数可能会用到全局变量同名局部变量总是不好的。

    youdao

  • Solving the distribution of random variable function which is of great significance whether in theory or in application is an important question in probability theory.

    随机变量函数分布概率论中的重要课题,无论是理论还是应用上都有着十分重要意义

    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

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

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

    youdao

  • Some changes, such as renaming a variable to a more fitting name or moving a block of code into a new function, make the code easier to understand.

    某些更改重命名更多调整名称变量移动一个新的函数代码使代码易于理解

    youdao

  • Some changes, such as renaming a variable to a more fitting name or moving a block of code into a new function, make the code easier to understand.

    某些更改重命名更多调整名称变量移动一个新的函数代码使代码易于理解

    youdao

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

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

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