• The exit value is not 0 (zero), as returned in function main.

    这个退出不是0(),main函数所返回的。

    youdao

  • Each TAB corresponds to a main function of the tool; these functions are described in the next sections.

    每个选项卡工具一项主要功能对应,将在后面对这些功能进行介绍。

    youdao

  • Its main function is to access data in DB2.

    主要功能访问DB 2中的数据

    youdao

  • Because certainly there is a theory that art's main function is to provide succor and solace in this "vail of tears". -right.

    因为确实一种理论认为艺术主要功能提供帮助安慰因为世界纷繁而痛苦,-

    youdao

  • The main function of a Data Binding class is to bridge data formats that correspond in some way to the schema of an input or output message.

    数据绑定主要功能桥接某种方式输入输出消息模式对应的数据格式

    youdao

  • The main focus of JPA 2.0 is to provide function that is currently provided disparately across various object relational mapping vendors but was not provided in JPA 1.0.

    JPA 2.0主要关注所支持的功能,这些功能是目前各种对象关系映射供应商提供的,不是 JPA 1.0提供的。

    youdao

  • The main function of marriage in most traditional societies is to bring up children (romantic love rarely has much to do with it).

    大多传统社会中,婚姻主要功能养育后代(浪漫式爱情很少涉及此事)。

    youdao

  • A main ingredient in curry powder, curcumin is full of antioxidants that help fight against brain aging and maintain cognitive function as you get older.

    咖喱主要成分姜黄素,而作为一种富含氧化剂的物质,姜黄素有助于预防大脑衰老以及维持老年人的认知功能

    youdao

  • The sequence starts when a user requests a command (an application function) to be executed by interacting with a user interface object, in this case the main form of the application.

    用户请求命令应用功能)时,序列通过用户接口对象相互作用执行

    youdao

  • 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.

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

    youdao

  • In this code, the main thing that can go wrong is that the ST_Transform function cannot compute a proper point value in projected coordinates from the given latitude and longitude.

    代码中,可能导致出错主要情况ST _ Transform函数无法给定纬度经度计算出投影坐标中的正确

    youdao

  • Main is a recursive functionit accepts a node set in the current argument and loops over the node set.

    main递归函数current参数接受一个节点集并节点

    youdao

  • The initialize_vertices function needs to be called in the main program, so add the function call in the main subroutine at line 597.

    需要程序中调用initialize_vertices函数因此把函数调用添加到位于第597行的main子程序

    youdao

  • To see what's going on in main() we can set a breakpoint at a particular line or on a function in the program code so gdb will interrupt execution when it is reached.

    为了查看main()发生什么情况,可以程序代码中的一特定函数设置断点这样gdb在遇到断点时中断执行

    youdao

  • 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.

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

    youdao

  • So it turns out that, main, yes, is the default function you write, at least in c, when writing a program.

    结果main函数是的,这是默认函数,至少C语言中程序的时候。

    youdao

  • First, that's actually not applicable here because in this story there's only one function that I wrote main of one stack frame then another then another and then those being popped off.

    首先这里适用的,因为这里函数,函数,这里没有,at,least,called,main,so,there’s,no,notion,一个一个的堆栈概念,堆栈释放的概念。

    youdao

  • From your perspective, execution begins at a function called main ; some library startup code obtains the arguments passed in from the PPE and then calls your main function with those arguments.

    角度来看程序执行是从一个名为main函数开始的;有些启动代码会获得PPE传递过来参数然后使用这些参数来调用main函数。

    youdao

  • Earlier in the article I rewrote the main conversion function in c, and now I am going to rewrite the main loop in c. the new code is fairly straightforward (enter as convert_driver_c.c).

    本文开头使用c语言重新编写转换函数现在使用c语言重新编写循环

    youdao

  • The NULL argument to spe_context_run would become a third argument to the main function on the spe; there's no need for it in this example.

    spe_context_runNULL参数成为spemain函数第3个参数;因此这个例子需要使用

    youdao

  • In function, main. All right.

    main函数中,好的

    youdao

  • When you finish processing the data in the Worker script, you invoke the postMessage function to send data back to the main thread.

    处理Worker脚本中的数据时,调用postMessage函数数据返回主线程

    youdao

  • This shows that the function wib was called from main at line 21 (a quick 'list 21' will confirm this), that wib is in frame 0 and main in frame 1.

    结果显示main的第21行中调用函数wib(只要使用'list21 '就能证实一点),而且wib0号中,main1号帧中。

    youdao

  • So we hit the curly brace so the very bottom of the function and as soon as you hit that, the next line in the story is well, then we return to main and where are we executing in main?

    我们抵达花括号了,这是函数末尾了,一旦到了那个地方在下然后返回main函数,在main中哪里开始执行

    youdao

  • A typical program has a main, where an LKM has a module entry and exit function (in version 2.6, you can name these functions anything you wish).

    典型的程序一个main函数,其中LKM包含entryexit函数(2.6版本可以任意命名这些函数)。

    youdao

  • Note that there's only one user-written function, main , in the whole thing. I start out with a few headers.

    注意此处总体只有用户编写的一个main函数

    youdao

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

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

    youdao

  • Now your new function will show in the main window.

    现在这个函数出现窗口中

    youdao

  • Call this initialization function from within the main body of the XSLT, as in Listing 4.

    XSLT主体调用这个初始化函数清单4所示。

    youdao

  • Call this initialization function from within the main body of the XSLT, as in Listing 4.

    XSLT主体调用这个初始化函数清单4所示。

    youdao

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

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

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