• You implemented your state table as a common handler for all events, plus a function array for all actions and transitions.

    状态实现适用于所有事件通用处理函数所有操作转换提供一个函数数组

    youdao

  • It takes a single parameter, a function, and applies the function to each element in the array.

    接受单个参数一个函数函数应用于数组内每个元素

    youdao

  • The function takes two parameters: "array of rows" and "array of columns".

    这个函数接受两个参数:“数组数组”。

    youdao

  • The STORE function creates an entry in both the primary and the secondary array (normal and reverse mapping).

    STORE函数同时数组数组(常规反向映射)中创建一个

    youdao

  • The input in this example is a simple string, so you populate the argument array with a string and pass it to the invoke function.

    示例中的输入一个简单字符串因此使用字符串填充参数将其传递调用函数。

    youdao

  • The example in Listing 1 illustrates variable creation of a variety of types (int, float, string, array, and function).

    清单1中的示例说明了如何创建多种类型变量(整型浮点字符串数组函数)。

    youdao

  • The previous parameter is replaced by the result of the function, and this process is repeated with the next element in the array until all of the elements are used.

    previous参数之后会被函数结果替代并且这个过程还会针对数组下一个元素重复直到所有元素都用完为止。

    youdao

  • The Perl subroutine checksize traverses over the whole file (as part of the @_ implicit array in Perl) and keeps checking for function lengths.

    Perl例程 checksize 处理整个文件作为 Perl数组 @_ implicit的一部分检查函数长度

    youdao

  • In this case, the function may be called with as many arguments as you wish, and those values are collected into a single variable: an array named a: 000.

    例中函数可以使用任意数量的参数调用并且这些收集单一变量中名为a: 000的数组

    youdao

  • Notice that the index function creates an array called data that contains three named indices: title, headline, and include.

    注意index函数创建了一个名为data数组数组包含三个已命名索引titleheadlineinclude

    youdao

  • In each of the top five indices of the result array, this function stores the provider name, total number of feed items received, title array, URL array, and the description array, respectively.

    结果数组5个索引函数分别存储提供者名称收到提要条目总数标题数组、UR l数组描述数组。

    youdao

  • It USES an array of functions (cellfuncs in the code) where each function is used to extract and transform the data so it can be put into a table cell.

    使用了一个函数(此段代码中的cellfuncs)数组其中的每个函数用来压缩转换数据以便数据放入表的单元格内。

    youdao

  • The method does select a function to call from the actionTransitionFunctions table using the current state and event type as associative array indexes.

    这个方法使用当前状态事件类型作为关联数组索引actionTransitionFunctions选择调用函数

    youdao

  • After the events have been chewed up and returned as an array from the get_events function, I need another function that exports that array of events as XML.

    事件完成作为来自get _ events函数数组返回后还需要另外一个函数,将这个事件数组导出XML。

    youdao

  • Calling the function in Listing 2 from the reporting application creates a multidimensional arraysome sample values are $ccaarr[2][0]=2005 and $ccaarr[2][6]=0.1.

    报表应用程序调用清单2中的函数会创建一个多维数组一些样例 $ccaarr[2][0]=2005 $ccaarr[2][6]=0.1。

    youdao

  • The end_tab function stops the output buffering and stores the resulting HTML in the html value in the current_tab of the tabs array.

    end_tab函数终止输出缓存将作为结果HTML存储tabs数组 current_tab 的 html

    youdao

  • The array concat function takes an array of strings as an input and returns a concatenation of the strings into a single string output.

    arrayconcat函数获取一个字符串数组作为输入字符串输出中返回联接这些字符串。

    youdao

  • Each function is called in turn with an Item from the array and should return the content with which to populate the corresponding cell.

    按照顺序使用来自数组Item逐个调用每个函数,并用返回内容填充对应单元格

    youdao

  • If there are multiple requests, loop through the array of requests and call the doRpc function for each one.

    如果多个响应通过请求数组循环一个调用dorpc函数

    youdao

  • They take in a function as a parameter to use when a match is found. This function receives the match array as a parameter and returns a modified string that is used as a replacement.

    你可以为preg_replace_callback指定某个函数参数函数能接收匹配结果数组为参数,将数组修改后返回作为替换的结果。

    youdao

  • In that case, a better solution is to pass setMeta() a two-dimensional array with name-value pairs and have the function loop through it -- performing all the activities simultaneously.

    这种情况下佳的解决方案带有名称-值对的两维数组传递给setMeta() ,并且函数循环执行数组 — 同时执行所有操作。

    youdao

  • You can now run this function on users.php and check to see if a particular user ID is in the array.

    现在可以users.php 上运行这个函数检查某个用户ID是否数组中。

    youdao

  • The associated values array is generated inside the hash function and is indexed using keysig characters.

    关联数组hash函数内部生成使用keysig字符进行索引。

    youdao

  • It takes a function as its parameter and applies the function sequentially to each object in the Array.

    使用一个函数作为参数然后依次这个函数应用Array中的每个对象

    youdao

  • Node content is now stored in a structured array in the same way the form elements are stored in the form API structured array and is rendered using the drupal_render function.

    节点内容现在存储一个结构化数组,存储方式与在FormAPI结构化数组中存储表单元素的方式相同,可以使用drupal_render函数显示节点内容。

    youdao

  • The capacity of a slice s is the size of the array from s [0] to the end of the array, and is returned by the cap built-in function.

    切片s容量数组s[0]数组尾端的大小内建cap函数返回

    youdao

  • And the use of the filter function on the Array type to apply the "greater-than," "equals," and "less-than" functions to each element therein.

    可以Array类型使用filter函数,从而对其中每个元素应用greater - than”、“equals“less -than函数

    youdao

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

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

    youdao

  • This function displays a simple header, writes out the content of the array, and then prints a footerall in plain text.

    这个函数将显示简单标题写出数组内容然后打印一个页脚全部采用纯文本格式。

    youdao

  • This function displays a simple header, writes out the content of the array, and then prints a footerall in plain text.

    这个函数将显示简单标题写出数组内容然后打印一个页脚全部采用纯文本格式。

    youdao

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

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

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