• gather()函数迭代页面所有部件,信息收集一个单独数据结构中。

    The gather() function iterates through all the widgets on the page and gathers this information into a single data structure.

    youdao

  • 函数迭代历来各个行业有着重要应用因此对于函数研究一直以来是科学家研究的重点

    The power function iteration always has many important applications in many areas, so it becomes the key point that the scientists study on about the power function's research.

    youdao

  • 通过大量实验表明这两方法构造的初始曲线经过函数迭代,都可以得到满意重建效果

    And it indicates the initial curve from two kinds of methods with massive experiments, we may obtain satisfaction reconstruction effect after function iteration.

    youdao

  • 讨论无穷相似函数迭代系统分离性质得到一个判定函数迭代系统满足有限条件充分条件。

    The separation properties of the self-similar infinite iterated function systems are disscussed, and a sufficient condition for the system satisfying the finite strong open condition is given.

    youdao

  • 此外对于满足分离条件函数迭代系统生成不变测度(作为前面所讲测度的特殊情形)我们给予了简单的证明。

    Besides, we will still explain that an invariant measure produced by Iterated Function System satisfying the strong separation condition is a special example of it.

    youdao

  • 我们当前的树访问者函数中可以轻松抽象这些函数支持构建自定义迭代策略

    It is easy to abstract these functions in our current tree-visitor function and allow for pre-built and custom iteration strategies.

    youdao

  • 由于另外函数当中实现了一个匿名函数,人们就能够一些前置检查迭代创建之后进行计算

    Since it is implemented as an anonymous function within another function, one could do some preliminary checks and calculations before creating the iterator.

    youdao

  • 第 5章介绍划分问题函数迭代函数的转换(可以保证,非常有趣)以及阶乘斐波纳级数的实现

    Chapter 5 deals with partitioning problems, converting recursive functions to iterative functions (it's fun, I assure you), and more factorial and Fibonacci series implementations.

    youdao

  • 这个函数很好地工作不过主要缺点 ——归的一次迭代都要the-string传递相同

    This recursive function works fine, but it has one main shortcoming -- every iteration of the recursion will be passing the same value for the-string.

    youdao

  • 通过关联(correlation),SQL函数允许以一种高效方式实现迭代,而不是使用游标。

    Through correlation, SQL table functions allow a more efficient way of implementing iterations, otherwise done with cursors.

    youdao

  • 状态通过 initial-state 预设,整个迭代过程中传递,允许访问者函数按照所需的任何方式操作状态。

    The state is primed with initial-state and passed throughout the iteration, allowing the visitor functions to manipulate it in whatever way they desire.

    youdao

  • 注意循环结尾处一个上次1参数递归地调用同一个函数以实现循环的迭代

    Note at the end of the loop that I recursively call the same function with an argument that is one greater than the previous, implementing the iteration of the loop.

    youdao

  • 迭代方式迁移系统时,开发人员应该DB 2迁移函数mysql系统进行对比,确保特定工作单元运行结果与预期的一样。

    As you iteratively migrate the system, developers should compare the migrated function in DB2 against the original MySQL source system to ensure that specific units of work performed as expected.

    youdao

  • 例中(在以下代码示例中概述),cargo只是不断反馈传送给迭代函数一个数字

    In this case (outlined in following code example) the cargo is just a number that keeps getting fed back into an iterative function.

    youdao

  • 由于FIRSTKEYNEXTKEY常规keys迭代只是进行,因此secondary_keys函数第二映射提供的。

    Because the regular keys iteration of FIRSTKEY and NEXTKEY is only over the primary keys, the secondary_keys function is provided for the secondary mapping.

    youdao

  • 通过使用XPath规范前面声明rss-summary函数使用一个for 循环每个上进行迭代,以便选择每个项。

    The previously declared rss-summary function uses a for loop to iterate over each item by using the XPath specification to select each item.

    youdao

  • 迭代函数,这意味着如果再次调用得到结果集中一个结果(依此类推,直到结果集中没有结果,如果没有结果,则返回false)。

    This is an iterative function, meaning that if you call it again, you'll get the next result in the set (and so on, until there are no results in the result set, in which case, it will return false).

    youdao

  • 函数需要迭代次数与 $indentation变量相同,对于每次迭代将 $indentationValue 类变量添加 $xml将后者返回

    This function iterates as many times as the value of the $indentation class variable, and for each iteration it adds the $indentationValue class variable to $xml, and returns it.

    youdao

  • 这些规则的代码可以update函数(参见清单5)内找到迭代2- d空间决定根据已定义规则,状态如何转换

    These rules are encoded in the update function (see Listing 5), which iterates through the 2-d space to determine how states transition per the defined rules.

    youdao

  • 函数每个数据迭代

    This function iterates over each month of data.

    youdao

  • 如果静态(全局)变量迭代函数取决于多个数据状态,则出现两个问题

    If an iterator class or a function with static (or global) variables depends on multiple data states, two problems come up.

    youdao

  • 人们可以预先自定义一些迭代器,在函数整个作用域创建使用

    One could also foresee custom iterators being created and used entirely within the scope of a function.

    youdao

  • 答案这个逆序函数参数迭代概括指针

    The answer is that the arguments to reverse are iterators, which are a generalization of Pointers.

    youdao

  • 如果匹配,则节点matcher函数结果传递editor函数进行可能存在更改迭代修改后的节点处继续。

    If it matches, the node and the result of the matcher are passed to the editor function for possible modification and iteration continues from the modified node.

    youdao

  • 另外一些函数例如 table.foreach(),会整个进行迭代

    Others, such as table.foreach(), iterate over an entire table

    youdao

  • 这个定制迭代看起来确实如同函数生成真实列表一样。

    Use of this custom iterator looks exactly the same as for a true list generated by a function.

    youdao

  • 事实上迭代应用新的iter内置函数时,大多数迭代器的上下文希望得到可以生成迭代器的对象

    Actually, most iterator contexts want an object that will generate an iterator when the new iter built-in function is applied to it.

    youdao

  • xrange这样函数与生成器类似的方面有些“特殊”,它们既不是真正的迭代(没有.next方法),也不是实际的列表(比如range返回的列表)。

    Functions like xrange are a bit "special" in being generator-like, but neither quite a real iterator (no.next method), nor a realized list like range returns.

    youdao

  • 然后一部分中的最后一个for 循环这个准 RSS列表上进行迭代进行排序使用 rss-row()函数信息进行格式化

    Then the last for loop in that section iterates over that quasi-RSS list, sorts the items, and uses the rss-row() function to the format the information.

    youdao

  • 然后图象分形基础上,利用迭代函数系统分布特性构建特征支持图象检索

    Then feature vectors representing the distribution properties of IFS(Iterative Function System) are constructed to support the indexing of images based on the fractal coded image data.

    youdao

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

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

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