• 然后通过组合前缀调用方法名称可以使用标准函数调用语法调用函数

    You then can call the functions using standard function call syntax, by combining this prefix with the name of the method to be invoked.

    youdao

  • 到目前为止要想使用定制比较函数标准做法定义自己函数对象然后适当地定义操作符。

    So far, to use custom comparison functions, the standard practice has been to define your own function object and then define the operator appropriately.

    youdao

  • RMS调用特定于平台本机代码这种本机代码使用标准OS数据管理器函数执行实际数据库操作

    The RMS classes call into the platform-specific native code that uses the standard OS data manager functions to perform the actual database operations.

    youdao

  • 可以使用SQL标准函数DB 2具有相同功能函数替换它。

    You can replace these with SQL standard functions or an equivalent function available in DB2.

    youdao

  • 使用标准C字符串函数习惯使用的字符串库通用主机进行比较

    Using the standard C string functions or your favorite string library, compare the common name and the host name.

    youdao

  • SQL标准所述函数使用字符语义查找字符字符串长度

    This function, as mentioned in SQL standards, is used to find the length of a character string in character semantics.

    youdao

  • 使用标准GET注释参数紧随函数,并问号(?)分隔

    Using standard GET notation, the parameters follow the function and are delimited by a question mark (?).

    youdao

  • 表达式使用 *VALUE、*LT、*AND 和 *EQ标准函数测试CPU空闲时间条件

    The expression uses the *VALUE, *LT, *AND, and *EQ criteria functions to test for the condition CPU idle time being too low.

    youdao

  • 运行这个测试时,尽管使用作为标准一部分提供sqrt函数,boost_check仍然会失败。

    On running this test, the BOOST_CHECK macro fails despite the fact that you're using the SQRT function provided as part of the standard library.

    youdao

  • 首先一下标准API然后学习如何使用helper函数使事情简单

    You'll first look at the standard API, then learn how to simplify things further using the helper functions.

    youdao

  • 以上示例closures好的使用例子采用18个标准php阵列函数之一,它将函数作为参数(比如array_walk、usortarray_app)。

    The above example is a good use case for closures: It USES one of the 18 standard PHP array functions that take a function as a parameter (such as array_walk, usort, and array_app).

    youdao

  • 为此脚本设置了某些默认然后使用标准Bashshellgetopt函数解析这些命令行参数(清单7给出这个使用消息输出)。

    It also sets some default values for the script, and then parses the command-line arguments using the standard Bash shell's getopt function. (Listing 7 shows the output of this usage message.)

    youdao

  • 现在,在使用theme ('page ')函数创建自己页面可以禁用标准区块。(参见theme (' page ')may omit standardblocks。)

    You can now disable the inclusion of standard blocks when creating your own page using the theme (' page ') function (see theme (' page ') may omit standard blocks).

    youdao

  • 使用标准getopt函数处理大多数命令行参数简单(请参见栏了解更多详细信息)。

    Handling most of the command-line arguments is simple using the standard getopt function (see the sidebar for more detail).

    youdao

  • 第2第4包括Lua标准函数几个所有lua中都会使用方便函数以及用来打开库的函数

    Lines 2 through 4 include the Lua standard functions, several convenience functions that are used in all Lua libraries, and functions to open libraries, respectively.

    youdao

  • 使用sctp _ sendmsg函数一个标准socket调用可以通过指定特定的流程LOCALTIME_STREAM,将这个字符串发送客户机

    With the sctp_sendmsg function (a nonstandard sockets call), I can send the string to the client, specifying the particular stream (LOCALTIME_STREAM).

    youdao

  • 如果可以选择的话,请使用标准函数进行字节交换操作按照字节数据文件存储顺序进行标准网络字节顺序最适合这种工作。

    If you have the option, use standard library functions to do byte-swapping operations, and standardize on the order in which bytes are stored in your data files; network byte order is the best.

    youdao

  • 标准程序而言,很多程序库函数固定对象返回总是重复使用同一对象,就使得那些函数不可重入。

    As with the standard library, there can be many library functions that return values in fixed objects, always reusing the same objects, which causes the functions to be non-reentrant.

    youdao

  • 可以创建使用关键字作为参数函数方法PHP 中的标准位置参数迥然不同。

    You can also create functions and methods with keyword-based arguments — a nice break from the standard positional arguments you see in PHP.

    youdao

  • 构造函数方法使用标准的方法确保重载包含XML解析器使用符号

    The constructor method uses the normalize method to ensure that the override value strings do not contain symbols used by XML parser.

    youdao

  • 绝大部分情况下没有理由测试是否有权使用 1989版本标准出现以后ANSI/ISOC 中的函数或者标准的 C 头文件是否可用

    In most cases, there is no reason to test for access to functions that have been part of ANSI/ISO C since the 1989 version of the standard came out, or for availability of the standard C headers.

    youdao

  • 许多通用Web标准一样,PHP拥有许多功能强大函数,可应用程序使用它们。

    Like many of the common Web standards, PHP has a number of great functions ready for use in this application.

    youdao

  • 实际上仍然可以标准错误使用重定向管道命令,不能标准输出使用因为没有任何标准输出正在内部使用popen函数由管道将输送lp进程

    Actually, you can still redirect or pipe stderr, but not stdout, since there will not be any standard outputit's being internally piped to the lp process using the popen function.

    youdao

  • 清单14一个UDF示例可以模拟MySQL标准经常被使用NOW函数

    Listing 14 is an example of a UDF that you can create to emulate MySQL's non-standard but commonly used NOW function.

    youdao

  • sys一个标准模块它包含有用的函数还有其他许多标准模块可供使用

    Sys is a standard module that contains useful values and functions; many other standard modules exist for you to use.

    youdao

  • 其他情形中必须使用标准处理函数名称

    In the other cases, you must use the standard name for your handler function.

    youdao

  • 可以使用json提供的JSON .parse函数(参见参考资料)来取代标准eval函数

    You can use the JSON.parse function that the JSON libraries provide (see Resources) in place of the standard eval function.

    youdao

  • 意味着能够使用MonoTouch核心程序集来编译标准的。NET 3.5代码成相应的函数应用程序使用它们

    This means that you can compile standard.net 3.5 code libraries using the MonoTouch core assemblies and use them in your application.

    youdao

  • 对于这些方法中的任何一种通过使用fopen(用于读取数据函数)标准方法打开文件然后使用fclose关闭文件,如清单1

    For any of these methods, you go through the standard process of using fopen to open the file, a function to read the data, then fclose to close the file, as shown in Listing 1.

    youdao

  • 但是如果希望使用标准PHPstrlen函数(比如自己的strlen实现内部),需要函数调用前面加上斜杠,清单10

    But, if you also wanted to use the standard PHP strlen function (say, within your own strlen implementation), you'd need to precede the function invocation with a backslash, as Listing 10 shows.

    youdao

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

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

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