• 具有受保护可视性成员函数可以与该成员函数在同一个定义任何子类中定义的其它任何成员函数调用

    A member function with protected visibility can be invoked by any member function in the class in which it is defined or any subclasses of that class.

    youdao

  • 具有私有可视性成员函数只能与该成员函数同一个定义其它成员函数调用在子类中的成员函数不能调用该成员函数

    A member function with private visibility can only be invoked by other member functions in the class in which it is defined, but not in the subclasses.

    youdao

  • 到目前为止要想使用定制比较函数标准做法定义自己函数对象然后适当地定义操作符。

    So far, to use custom comparison functions, the standard practice has been to define your own function object and then define the operator appropriately.

    youdao

  • 因此文件应该包含函数原型一个虚拟函数定义

    Therefore, the header file should include the prototype of the function and also a dummy function definition.

    youdao

  • FROMsql子句定义特定的函数,可以使用函数将将一个转换成表示结构化类型内置数据类型。

    The FROM SQL clause defines the specific function that will be used to transform a value to a built-in data type value representing the structured type.

    youdao

  • 当然真实合同是以语言的形式写的而且可能含糊定义这个函数,不光是范围领域,还可能是函数本身

    Of course, real contracts are written in a language and may not unambiguously define such a function - not its domain or range, much less the function itself.

    youdao

  • 继而可以使用原型中的属性函数甚或定义函数和属性。

    You can then use the attributes and functions in your prototype, or even redefine the functions or attributes.

    youdao

  • 函数调用时,使用函数参数对一个定义分派函数求值。

    When the function is invoked, a custom dispatch function is evaluated with the function's arguments.

    youdao

  • 定义这些函数函数返回之后这些函数还会一直存在。

    Such functions will persist after the function that defines them has returned.

    youdao

  • 函数语言中,程序定义其他函数组成函数函数值形成最终结果

    In a functional language, a program is defined as a function composed of other functions, the evaluation of which leads to the final result.

    youdao

  • F&O中的一些函数EXSLT定义函数重叠但是两者都提供了对方具备函数

    Some functions in the F&O library overlap with functions defined in EXSLT, while each library provides functions not supported by the other.

    youdao

  • 函数本身存在定义函数变量范围内,因此该变量超出范围时,函数也超出范围。

    The functions themselves only exist in the scope of the variable of which they are defined, so when that variable goes out of scope, so does the function.

    youdao

  • 这种安置一个内部哈希函数决定的,该函数接受定义分区内的返回数据库分区

    The placement is determined by an internal hashing function that takes the values in the column or columns defined as a partitioning key and returns the database partition number.

    youdao

  • 编写使用关系数据类型的用户定义函数相比,编写使用XML 的用户定义函数的差异并不

    Writing user-defined functions that work with XML isn't much different from writing user-defined functions that work with relational data types.

    youdao

  • 所以显式定义任何属性函数都将原始原型定义那些属性或函数优先级要高。

    So any attributes or functions you explicitly define take precedence over those defined in your original prototype.

    youdao

  • 斜体显示标识符定义函数自由的,它们创建函数的环境绑定

    The identifiers in italics are the ones that are free in the newly defined function; their values are bound in the environment that creates the function.

    youdao

  • 每个函数定义给出函数函数的元数,以便导出函数的特定定义

    The definition for each function shows the function name with the arity of the function. This enables you to export very specific definitions of the function.

    youdao

  • 如果发现扩展函数样式函数更好可以定义样式表函数作为扩展函数不能使用第二选择

    If you find that an extension function can do a better job than a stylesheet function, then you can define the stylesheet function to be the second choice when the extension function is not available.

    youdao

  • 这里业务逻辑用户定义函数实现,并且这些函数只能逻辑记录处理工作上,而不用关心多个处理操作问题

    The business logic is implemented in user-definable functors that only work on logical record processing and aren't concerned with multiprocessing issues.

    youdao

  • 调用不是标准xslt函数,而是清单4所示定义函数

    This call isn't part of the standard XSLT function set — it's a custom function that I define in Listing 4.

    youdao

  • 调度定义一个通用函数(通过sched_class),函数定义度器行为

    A scheduling class defines a common set of functions (via sched_class) that define the behavior of the scheduler.

    youdao

  • 第一定义一个名为square函数函数接受参数发出平方根

    The first line defines a function called square that takes an argument and emits its square root.

    youdao

  • 第5 -Scala基本面向对象编程》的“Scala 的构造函数章节我们看到如何定义辅助的构造函数

    We’ll see how to define auxiliary constructors in the section called “Constructors in Scalain Chapter 5, Basic Object-Oriented Programming in Scala.

    youdao

  • 大量工作导出函数完成的,导出函数定义清单7中的exporters . php文件

    The bulk of the work is done with export functions, which are defined in the exporters.php file in Listing 7.

    youdao

  • 例如清单20中的代码定义myhandler函数,该函数可以程序中的任何地方调用

    For example, the code in Listing 20 defines the myHandler function that can be called from any point in the program.

    youdao

  • 因为functioncall可以包含一个以上定制函数,所以应当每个定制函数定义惟一的识别

    Because a FunctionCall class can contain more than one custom function, you should define a unique identification number for each custom function.

    youdao

  • Vimscript中的函数使用function关键字定义后跟函数然后参数列表(强制即使函数没有参数)。

    Functions in Vimscript are defined using the function keyword, followed by the name of the function, then the list of parameters (which is mandatory, even if the function takes no arguments).

    youdao

  • DB 2UniversalDatabase (DB 2UDB)用户定义函数(user - defined functions,UDF)允许添加自己函数定义从而扩展db2内置函数

    DB2 Universal Database (DB2 UDB) user-defined functions (UDFs) allow you to extend the built-in functions of DB2 by adding your own function definitions.

    youdao

  • 现在定义check函数由此函数执行实际检查如清单3

    Now you'll define the check function that performs the actual checks, as shown in Listing 3.

    youdao

  • 函数可以标准PHP函数,在WordPress核心定义函数或者你自己在插件文件定义函数

    This can be a standard PHP function, a function present in the WordPress core, or a function defined by you in the plugin file.

    youdao

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

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

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