The exit value is not 0 (zero), as returned in function main.
这个退出值不是0(零),如main函数中所返回的。
Each TAB corresponds to a main function of the tool; these functions are described in the next sections.
每个选项卡与工具的一项主要功能对应,将在后面对这些功能进行介绍。
Its main function is to access data in DB2.
它的主要功能是访问DB 2中的数据。
Because certainly there is a theory that art's main function is to provide succor and solace in this "vail of tears". -right.
因为确实有一种理论认为艺术的主要,功能是提供帮助与安慰,因为世界纷繁而痛苦,-对的。
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.
数据绑定类的主要功能是桥接以某种方式与输入或输出消息的模式对应的数据格式。
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中提供的。
The main function of marriage in most traditional societies is to bring up children (romantic love rarely has much to do with it).
在大多传统社会中,婚姻的主要功能是养育后代(浪漫式爱情很少涉及此事)。
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.
咖喱粉的一个主要成分是姜黄素,而作为一种富含抗氧化剂的物质,姜黄素有助于预防大脑衰老以及维持老年人的认知功能。
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.
当用户请求命令(应用功能)时,序列通过与用户接口对象相互作用来被执行。
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,等等”的指令,所以要在主函数中创建一个完全并行的情况也不困难。
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函数无法从给定的纬度和经度计算出投影坐标中的正确点值。
Main is a recursive function — it accepts a node set in the current argument and loops over the node set.
main是一个递归函数,它用current参数接受一个节点集并遍历该节点集。
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子程序中。
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会在遇到断点时中断执行。
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 函数调用告终。
So it turns out that, main, yes, is the default function you write, at least in c, when writing a program.
结果是,main函数,是的,这是你写的默认函数,至少是在C语言中,当写程序的时候。
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,一个叠一个的堆栈概念,堆栈释放的概念。
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函数。
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语言重新编写主循环。
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_run的NULL参数会成为spe上main函数的第3个参数;因此在这个例子中不需要使用它。
在main函数中,好的。
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函数将数据返回主线程。
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 '就能证实这一点),而且wib在0号帧中,main在1号帧中。
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中哪里开始执行?
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包含entry和exit函数(在2.6版本,您可以任意命名这些函数)。
Note that there's only one user-written function, main , in the whole thing. I start out with a few headers.
请注意此处总体上只有用户编写的一个main函数。
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函数。
Now your new function will show in the main window.
现在这个新函数将出现在主窗口中。
Call this initialization function from within the main body of the XSLT, as in Listing 4.
在XSLT的主体中调用这个初始化函数,如清单4所示。
Call this initialization function from within the main body of the XSLT, as in Listing 4.
在XSLT的主体中调用这个初始化函数,如清单4所示。
应用推荐