• 就访问者模式而言,本文加详述一各方面就是迭代顺序

    Another aspect of the Visitor pattern not closely examined here is iteration order.

    youdao

  • 算法简化投影系数矩阵计算调整迭代算法逐线校正的迭代顺序

    This method proposes simplified computation of projection matrix and effectively adjusts the successive line iterative sequences.

    youdao

  • 允许团队每一个阶段按照一定顺序代表性迭代或者高水平活动联合进行详细说明

    This allowed the team to define, for each phase, a typical iteration in terms of a sequence or combination of high-level activities.

    youdao

  • 这些描述了端到端的过程包括建议活动顺序需要计划阶段以及典型迭代模式

    These describe an end-to-end process, including a suggested order of activities, including phases to plan for and typical iteration patterns.

    youdao

  • 以前那些例子恰好必须顺序进行迭代之前停止执行,并且个好的理由它们使用模板系统无法模板定义内部进行这种迭代

    The previous examples stop right before they have to iterate over the items in the order, and for good reason: the templating systems they use can't do that iteration within a template definition.

    youdao

  • 我们开始第一个会议目的讨论迭代和和增量软件开发优于顺序(“瀑布式”)开发力量

    We came to the first meeting intending to discuss the strengths of iterative and incremental software development over sequential (" waterfall ") development.

    youdao

  • 1每个迭代中的活动可以顺序或者按照任何次序执行

    The activities within each iteration in Figure 1 can be executed in sequence or in any order.

    youdao

  • XP一种快速高效方法用于捕获需求组织逻辑迭代版本分配优先顺序开发用户案例

    XP is a quick and effective method of capturing requirements and organizing them into logical iterative builds, assigning priorities, and developing the user stories.

    youdao

  • 每个迭代顺序发生RDct表示每次迭代执行一些标准规程(需求、设计代码和测试)。

    Occurring sequentially from top to bottom, within each iteration, r, d, c, and t represent some of the standard disciplines executed in each iteration (Requirements, Design, Code, and Test).

    youdao

  • ForEach活动属性中,可以选择迭代顺序还是并行以及选择迭代类型如图5所示。

    In the properties of the ForEach activity, you can select if the iterations are sequential or parallel, as well as the iteration type as figure 5 shows.

    youdao

  • 1开始,position返回for - each迭代顺序号。

    Position returns the sequence number of the for-each iteration, starting with 1.

    youdao

  • 枚举记录比较器确定顺序迭代所有记录(或者如果提供可选的记录过滤器,那么只是子集)。

    The enumerator will iterate over all of the records (or only a subset, if an optional record filter has been supplied) in an order determined by a record comparator.

    youdao

  • 但是向后移动复杂些因为迭代内部执行深度优先算法,预先排好Rope遍历顺序,需要访问每个节点

    But moving backward is more complicated, because internally the iterator performs a depth-first, preorder traversal of the Rope, visiting each of its leaf nodes.

    youdao

  • 而且多数数据处理例程中,都需要rope字符进行顺序访问,在这种情况下,rope的迭代能够提供分摊o(1)访问速度

    And, in most data-processing routines, sequential access to a rope's characters is what's required, in which case a rope iterator can provide amortized o (1) access speed.

    youdao

  • 制作脚本简介、场剧终之间迭代,在需要时,使用MplayerFestival顺序播放事件

    The producer script iterates over the introduction, ACTS, scenes, and end, playing the events in order using Mplayer or Festival, as required.

    youdao

  • 注意这些活动迭代重复循环的,而不是按照顺序一成不变根据实际的情况,也可以改变活动的顺序

    Note that these are iterative, as opposedto sequential, activities. Depending on the circumstances, the order of some ofthese activities may shift.

    youdao

  • 如果集合保证元素顺序迭代器的顺序,那么方法必须相同顺序返回元素。

    If this collection makes any guarantees as to what order its elements are returned by its iterator, this method must return the elements in the same order.

    youdao

  • 顺序设计过程中的不完全依赖活动进行重迭设计,对简单迭代活动进行分解从而缩短交互等待时间

    Overlapping design is designed for incomplete dependent design, and simple iterative activities are decomposed to decrease interaction and waiting time.

    youdao

  • 就是迭代得到这样就可以得到字典,所有进行选择但是键的顺序,是没有保证的。

    What you can do is you can iterate keys, which gives you the keys in the dictionary, and then you can choose them, but there's no guarantee in the order in which you get keys.

    youdao

  • 而且MMSEIC迭代检测算法降低系统检测顺序敏感性

    Moreover, MMSE IC iterative group detection also reduces the system sensitivity to the detection order.

    youdao

  • 返回一个反向迭代器指向顺序容器的反向开头。

    A reverse iterator to the reverse beginning of the sequence container.

    youdao

  • 视图通过分析编辑模型名词动词设计对象和类,经数次迭代建立顺序

    Taking use case view as an example, sequence diagrams were built up through the analyzing noun and verb of edit model, designing ob...

    youdao

  • 方法按照预定计算顺序,对发动机系统各个部件进行迭代计算,采用拟牛顿法求解系统可调变量

    The components of the engine system are calculated iteratively in a predetermined sequence, and a modified Newton method is used to find the unknown variables of the system.

    youdao

  • 视图通过分析编辑模型名词动词设计对象数次迭代建立顺序

    Taking use case view as an example, sequence diagrams were built up through the analyzing noun and verb of edit model, designing object and class, and iteration time after time.

    youdao

  • 使迭代器失效会改变元素顺序指向元素指针引用不会失效

    Invalidates iterators, and changes the order of elements. Pointers and references to elements are not invalidated.

    youdao

  • 迭代模式提供方法顺序访问聚合对象中的各个元素,而又暴露内部表示

    The Iterator Pattern:provides a way to access the elements of an aggregate object sequentially without exposing its underying representation.

    youdao

  • 如果集合保证元素顺序迭代器的顺序那么方法必须相同顺序返回元素。返回数组安全的,集合中不会维持引用

    If the collection makes any guarantees as to what order its elements are returned by its iterator, this method must return the elements in the same order.

    youdao

  • 想象一种方法迭代元素顺序分配显然工作

    I imagined up a way to iterate over child elements, assigning values in order, but obviously it did not work.

    youdao

  • 想象一种方法迭代元素顺序分配显然工作

    I imagined up a way to iterate over child elements, assigning values in order, but obviously it did not work.

    youdao

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

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

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