Write function, the output graph traversal sequence.
编写函数,输出图的遍历序列。
In this case, you'll receive a SIGPIPE signal or, if this signal is blocked, the write function will return a -1 and set errno to EPIPE.
在这种情况下,接收SIGPIPE信号,或如果该信号阻塞,write函数将返回- 1并设置errno为epipe。
This methodology requires that I write unit tests for every function I add, and that I maintain those tests.
这种方法要求我为添加的每个函数编写单元测试,并且要维护这些测试。
You need it in a couple of different places in an order-processing program you're working on, so you write the code as a reusable function you can invoke from anywhere in your program.
您需要在正在处理的订单处理程序中的几个不同位置使用此服务,因此将代码编写为具有可重用功能,以便从程序中的任何位置进行调用。
The callback function creates a unique file name to write the audit records stored in named memory.
回调函数创建一个惟一文件名来写入已命名内存中存储的审计记录。
Each time a corresponding client socket contains any read, write or error operations, the corresponding callback function is called.
每当对应的客户端套接字包含读、写或错误操作时,调用对应的回调函数。
An alternative is to write a function that fetches only the immediate dependency list for a user-selected plug-in.
另外一种选择是编写一个函数,只获取用户选择的插件的直接依赖性清单。
Each channel has a predefined function and is either a read channel or a write channel.
每个通道都是一个预定义的函数,它可能是一个读通道,也可能是一个写通道。
For example, one could write a generic SDO-access function and populate it with element-specific metadata in order to access individual SDOs.
例如,可以编写一个泛型sdo访问函数并用特定于元素的元数据填充它来访问单独的SDO。
For example, you can write and register a validation function that checks for completeness of a service definition.
例如,您可以编写并注册一个检查服务定义完整性的验证功能。
If you invoke a preexisting function that can throw a checked exception, you should write a wrapper function that catches and handles that exception; then, invoke the wrapper method from XSLT instead.
如果您调用一个可能抛出检查异常的已有函数,您应编写一个包装器函数,捕获并处理此类异常,然后在XSLT中调用包装器方法。
Let's say, however, that the project process decrees that each individual developer provide detailed descriptions of every function they write, just in case the information might be useful to someone.
我们可以这样理解,无论如何,项目过程发布命令要求每个个体开发人员提供对他们编写的每个功能的详细描述,只是预防万一这些信息可能对某些人有所价值。
To write a user-defined function for INET_ATON() could be error prone or tedious.
为 INET_ATON()编写一个用户定义函数很容易出错,并且过程很繁琐。
And what's this little loop say to do? This little loop says I'm going to write a function or procedures that takes in two messages.
这个小循环是做什么的,这个小的循环是,我要写一个函数或者过程来接受两条消息。
If you write the function in an application program instead of a UDF, then users of SQL query tools such as CLP will not be able to access your function.
如果是在应用程序中编写这个函数,而不是将其定义为udf,那么SQL查询工具(例如CLP)的用户将不能访问这个函数。
If you don't find what you need, then learn to write your own function in the stylesheet.
如果没有找到需要的函数,可以尝试在样式表中编写自己的函数。
Before moving on to the next phase, it makes sense to write a small function that tells you who the current user is already following.
在进入下一个阶段之前,还需要编写一个小函数,该函数将返回当前用户正在追随的用户。
The steps required to write such a recursive function are listed below, and Listing 3 presents the source code of the function itself.
编写这种递归函数需要执行的步骤如下所示,清单3给出了这个函数的源代码。
For this example, in which the database query only returns the rows of a single table, you might just write a small PHP function to wrap each column in an XML tag.
在本例中,数据库查询只返回单个表的行,您也许要编写一个php小函数对XML标记中的每一列进行打包。
So if we wanna know the rate of change of neutrons as a function of time we will write this expression.
所以,当我们想要知道中子的变动率,那是时间方程,我们会写下这个表达式。
I'd also like to show you an example of how you'd set up your plug-in architecture if you decided to write a function, as opposed to a method.
如果您决定编写函数而不是方法,我还将向您展示一个样例,介绍如何设置插件架构。
We want to write a function that given a function to compute the sum of a sequence, gives us the next function to compute the sum of a sequence.
我们要编写一个返回另一个函数的函数,用返回的函数计算对序列求和。
For example, let's say your project requires you to write a function that adds two Numbers, and returns the sum of these Numbers.
例如:你的项目需要你写一个函数,把两个数相加,并返回和。
To find all the tickets issued by officer Ree, for example, you write a map function that filters the officer property accordingly.
举例来说,要查找officerRee开出的所有罚单,您可以编写一个map函数来过滤相应的officer属性。
Quiesced Update 0x2 a table space is in this state when the application that invokes the table space quiesce function has exclusive write access to the table space.
QuiescedUpdate0x2当调用表空间静默(quiesce)功能的应用程序独占写访问表空间时,该表空间就处于这种状态。
You can find some existing functions to compare Eclipse plug-in versions, or you can write a simple function to compare plug-in versions based on the sample code in Listing 4.
我们可以利用现有的一些函数来对Eclipse插件的版本进行比较,或者可以基于清单4所示的样例代码编写一个简单的函数来对插件版本进行比较。
So it turns out that, main, yes, is the default function you write, at least in c, when writing a program.
结果是,main函数,是的,这是你写的默认函数,至少是在C语言中,当写程序的时候。
Now, if I may continue, once the CompareOther function has been written, the faithful needs only to write a binary predicate to wrap the comparison function.
既然这样,一旦CompareOther写好了,只需要写一个二元谓词将比较函数包装起来就可以了。
At first, I tried to write Algorithm: : InversionList using regular expressions and the index function.
开始时我尝试使用正则表达式和index函数来编写Algorithm:InversionList。
To achieve this, you can write a binding function that will alter elements with the highlight-effect class to have a different background color, as shown in Listing 15.
为此,您可以编写一个绑定函数,用于修改元素的highlight -effect类以变更元素的背景颜色,如清单15所示。
应用推荐