• 函数中给出用于发送消息处理事件标准序列

    The main function shows the standard sequence for sending the message and handling the events.

    youdao

  • 指明这里函数,这里是我的程序内容。”

    I'm saying "here comes my main function; here comes the guts of my program."

    youdao

  • 代码会利用概念多次调用函数直至处理完最后一个目录为止。

    This code USES the concept of recursion to call the main function multiple times until the last directory has been traversed.

    youdao

  • 脚本函数看上去基本前面具示例相同,除了几个微不足道异常

    The main function of this script looks basically the same as the previous example with a few minor exceptions.

    youdao

  • 函数中的变量全局变量,因为所有函数可以访问这些变量。

    Variables in __main__ are sometimes called global because they can be accessed from any function.

    youdao

  • 本书配套光盘中,存放所有算法函数程序以及例子中的函数程序

    In support of the CD-ROM book, the chapter by the book store all of the procedures and examples of algorithmic functions to the main function in the process.

    youdao

  • 说明:QT鼠标校准程序给出了校准重点程序,其他主函数需要自己简单填补

    This is the QT mouse calibration procedure. Given the focus of the calibration procedure, the other main function is simple to fill their needs.

    youdao

  • 包括一个函数,它创建了claimcontentadapter实例,并且使用正确的参数提供了该实例。

    Include a main function that creates an instance of the ClaimContentAdapter class and provides it with the proper arguments.

    youdao

  • feedinfo函数,负责接收url选的输出(类似文件对象),默认输出系统输出(控制台)。

    Feedinfo is the main function, and takes a URL and an optional output stream (file-like object), defaulting to system output (the console).

    youdao

  • main函数创建用来监听连接接字,然后创建accept回调函数以便通过事件处理函数处理每个连接

    Main : the main function creates the socket to be used for listening to connections, and then creates the callback for accept to handle each connection through the event handler.

    youdao

  • 给出网络处理器IP2022实现实时传输协议的函数流程图用户端实现方法流程图

    The flow chart of RTP main function and the realization method flow chart of office end and user end are presented based on IP2022.

    youdao

  • 给出网络处理器IP2022实现实时传输协议的函数流程图用户端实现方法流程图

    The flow chart of RTP main function and the realization method flow chart of office end and user end is presented based on IP2022.

    youdao

  • 函数中输入下列代码创建Quad实例通过Assert断言,长宽各为32时,返回结果应该6

    Type into the member function Main a few lines of code to create an instance of Quad and then assert that when the object Area method is given a length of 3 and width of 2, it returns the value 6.

    youdao

  • 我们来创建application,其中包含一个函数,用来打开ContactUI设置这个上下文对象

    Let's create another Application class that will contain a main function to open the ContactUI and set up the context object.

    youdao

  • 因为线程调度程序真的等同于执行a接着执行b然后执行c等等”的指令,所以函数创建一个完全并行情况困难

    Since the thread scheduler really amounts to instructions to "do a, then do B, then do c, etc." it was not difficult to create an entirely parallel case in a main function.

    youdao

  • 注意需要单独函数代码也不使用任何链接:作为Boost一部分的unit _ test .hpp文件中包含所需所有定义

    Notice that no separate main function is needed, nor does the code use any link library: the unit_test.hpp header that's part of the Boost installation contains all the necessary definitions.

    youdao

  • 函数作用参见清单7就继而变成单纯地实例恰当的输入输出格式,并最后readFeaturesInto 函数调用告终。

    The role of the main function (see Listing 7) then becomes solely instantiating the proper input and output formats, culminating in the readFeaturesInto function call.

    youdao

  • 平方根函数使用正实作为分支切割定义的。

    The principal square root function is defined using the nonpositive real axis as a branch cut.

    youdao

  • STORE函数同时数组数组(常规反向映射)中创建一个

    The STORE function creates an entry in both the primary and the secondary array (normal and reverse mapping).

    youdao

  • 具体来说我们使用名为tokenextraction索引函数附带行为

    Specifically, we'll use a collateral behavior of the main indexing function called token extraction.

    youdao

  • SELECT(第 56-57 行)使用XML2CLOB函数串行XML内容

    The main SELECT (lines 56-57) uses the XML2CLOB function to serialize the XML contents.

    youdao

  • xslprocessor转换函数将使用浏览器XSL转换引擎处理XML

    The main XSLProcessor transformation function USES the browser's XSL transformation engine to process the XML.

    youdao

  • 上面代码段中我们窗口对象的“destroy信号连接gtk_main _ quit函数

    In the above code snippet, we connect the "destroy" signal of our main window object to the gtk_main_quit function.

    youdao

  • index.php文件调用run函数执行模块

    The run function is the function that is called by the main index.php file to execute the module.

    youdao

  • 调用构造函数并且传入Nil (Nil表示了一个List对象)。

    It calls the primary constructor with Nil (which represents an empty List object).

    youdao

  • 通过各种数据库配置参数配置数据库备用位置恢复了数据库之后,可以启动hadr函数了。

    Once you configured the primary and standby databases through various database configuration parameters and restored the primary database at the standby location, you could start HADR function.

    youdao

  • 子类构造函数必须调用一个构造函数无论是构造函数或者辅助构造函数

    The primary constructor in a derived class must invoke one of the parent class constructors, either the primary constructor or an auxiliary constructor.

    youdao

  • 被调用构造函数可以另外一个辅助构造函数或者构造函数,而且必须出现辅助构造函数体的一句

    The constructor invoked may be either another auxiliary constructor or the primary constructor, and it must be the first statement in the auxiliary constructor's body.

    youdao

  • 因为所有辅助构造函数最终都会调用构造函数,它进行逻辑检查其它初始化工作会所有实例被创建的时候执行

    Because all auxiliary constructors eventually invoke the primary constructor, logic checks and other initializations done in the body will be performed consistently for all instances created.

    youdao

  • 因为所有辅助构造函数最终都会调用构造函数,它进行逻辑检查其它初始化工作会所有实例被创建的时候执行

    Because all auxiliary constructors eventually invoke the primary constructor, logic checks and other initializations done in the body will be performed consistently for all instances created.

    youdao

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

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

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