• Write function, the output graph traversal sequence.

    编写函数输出遍历序列

    youdao

  • 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设置errnoepipe。

    youdao

  • This methodology requires that I write unit tests for every function I add, and that I maintain those tests.

    这种方法要求添加每个函数编写单元测试并且要维护这些测试。

    youdao

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

    需要正在处理的订单处理程序中的几个不同位置使用此服务,因此代码编写具有可重用功能,以便程序中的任何位置进行调用

    youdao

  • The callback function creates a unique file name to write the audit records stored in named memory.

    函数创建一个惟一文件名写入已命名内存存储审计记录

    youdao

  • Each time a corresponding client socket contains any read, write or error operations, the corresponding callback function is called.

    每当对应客户端套接字包含错误操作时调用对应的回调函数

    youdao

  • An alternative is to write a function that fetches only the immediate dependency list for a user-selected plug-in.

    另外选择编写函数获取用户选择的插件直接依赖性清单

    youdao

  • Each channel has a predefined function and is either a read channel or a write channel.

    每个通道都是预定义函数,它可能一个通道,也可能是一个通道。

    youdao

  • 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

    youdao

  • For example, you can write and register a validation function that checks for completeness of a service definition.

    例如可以编写注册一个检查服务定义完整性验证功能

    youdao

  • 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中调用包装器方法

    youdao

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

    我们可以这样理解,无论如何项目过程发布命令要求每个个体开发人员提供他们编写每个功能详细描述只是预防万一这些信息可能某些人有所价值

    youdao

  • To write a user-defined function for INET_ATON() could be error prone or tedious.

    INET_ATON()编写一个用户定义函数容易出错,并且过程很繁琐

    youdao

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

    这个小循环什么的,这个循环是,一个函数或者过程接受条消息。

    youdao

  • 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)用户不能访问这个函数。

    youdao

  • If you don't find what you need, then learn to write your own function in the stylesheet.

    如果没有找到需要函数可以尝试样式表中编写自己的函数。

    youdao

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

    进入下一个阶段之前需要编写函数,该函数将返回当前用户正在追随的用户。

    youdao

  • The steps required to write such a recursive function are listed below, and Listing 3 presents the source code of the function itself.

    编写这种递归函数需要执行的步骤如下所示,清单3给出了这个函数的源代码

    youdao

  • 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标记中的每一进行打包

    youdao

  • So if we wanna know the rate of change of neutrons as a function of time we will write this expression.

    所以,我们想要知道中子变动,那时间方程,我们写下这个表达式

    youdao

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

    如果决定编写函数不是方法,展示一个样,介绍如何设置插件架构

    youdao

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

    我们编写个返回另一个函数函数,用返回函数计算序列求和

    youdao

  • For example, let's say your project requires you to write a function that adds two Numbers, and returns the sum of these Numbers.

    例如项目需要一个函数两个数相加返回

    youdao

  • 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属性

    youdao

  • 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)功能应用程序独占访问表空间时,该表空间就处于这种状态

    youdao

  • 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所样例代码编写一个简单函数插件版本进行比较。

    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

  • 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好了,需要一个二元谓词比较函数包装起来就可以了。

    youdao

  • At first, I tried to write Algorithm: : InversionList using regular expressions and the index function.

    开始尝试使用正则表达式index函数编写AlgorithmInversionList

    youdao

  • 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

    youdao

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

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

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