• 清单展示内部器(称为push代器,因为每个元素依次代码块中)。

    This listing illustrates an internal iterator (also known as a push iterator because it pushes each element in turn to the code block).

    youdao

  • 由于提示位于循环之前因此这代码将使提示对于循环每次代都保持活动状态,不过使用一个周期

    Because the hint is before the loop body, this code leaves your hint active for every iteration of the loop, but it only has to use one cycle.

    youdao

  • 对于执行循环中的代码任务通常只需为每一个循环检查中断

    For tasks that execute code in a loop, it is common to check for interruption only once per loop iteration.

    youdao

  • 代码接下来艺术家进行,将添加

    Next the code iterates over the artists, adding them to the table.

    youdao

  • 某种代码助手可以让迅速地访问任何集合容器中的数据,每次一个数据。

    An iterator is a kind of code helper that lets you quickly access data in any collection or container, one at a time.

    youdao

  • 功能设计规格敏捷开发非常核心一部分,因为可以让迅速地许多可能的设计然后编写代码

    Writing a functional specification is at the very heart of agile development, because it lets you iterate rapidly over many possible designs before you write code.

    youdao

  • 限制部分完成工作意味着有些完成代码或者冲刺阶段进行交付

    This will limit partially done work and mean that some completed code will be delivered within the iteration or sprint.

    youdao

  • 找到并修复这些问题然后要求开发质量保证测试人员最新代码变更进行完整

    Fixing the found issues then requires a full iteration of late code changes by development and quality assurance testing personnel.

    youdao

  • 好处不止节省代码,它使用模式也远不止是简单

    The advantages of closures go beyond saving a few lines of code, and the usage patterns go beyond simple iteration.

    youdao

  • 因为我们每一个结束都发布代码,所以RUP测试变得简单,并且降低项目后期发现重大问题概率

    Because we delivered code at the end of each iteration, RUP allowed testing to start early, and it reduced the risk of major defects being identified much later in the project.

    youdao

  • 过程运行重新运行原始应用程序代码确保高质量转换

    This iterative process enables the original application source code to be run and rerun to ensure a high-quality transformation.

    youdao

  • 代周期其他时间内,团队实现他们所登记承担的任务,所有代码编程对子一起完成。

    During the rest of the iteration, the team will implement the features they signed up for, pair prog - ramming on all production code.

    youdao

  • 前面每个例子基础上,对器上进行了过滤转换,从而展示这种代码模式可以立即真实的世界中使用。

    Filters and transforms on iterators build on each previous example to show code patterns that are immediately useful in the real world.

    youdao

  • 开发中,开发代码测试片段时他们的策略进行广泛的检验,以确认架构有效性以及需求一致性

    In iterative development, as developers code and test pieces, their strategy is reviewed by a wider audience for architectural validity and compliance with stakeholder needs.

    youdao

  • 更早实现全球化需求可以不断地降低风险十分关键的,晚期增量开发中较大代码变更或者进度表延迟就是风险之一。

    It is critical to fulfill globalization requirements earlier to continuously reduce risks such as late major code changes or schedule delays for iterative and incremental development.

    youdao

  • TDD一种流程需要代码开发代码做出细微增量式更改之后运行测试用例

    TDD is an iterative process and requires you to run the test cases after small incremental changes to the code during code development.

    youdao

  • 示例中,代码直至循环根据条件而中断

    In this example, the code block is iterated until the loop is broken through the condition.

    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

  • 敏捷可使用持续涉众反馈通过(用户案例)以及一系列短的定时代,来交付优质可消费代码

    "Agile USES continuous stakeholder feedback to deliver high quality consumable code through use cases (or user stories) and a series of short, time-boxed Iterations".

    youdao

  • 早期开发中的设计评审允许架构师发现潜在重用机会并且利用这个机会接下来的开发成熟的公用代码

    Design reviews in early iterations allow architects to spot potential opportunities for reuse, and then develop and mature common code for these opportunities in subsequent iterations.

    youdao

  • 执行完代码产生数据结构时,只需依次创建每个小部件

    When you've evaluated the code and produced the data structure, simply iterate through it and create each widget in turn.

    youdao

  • 列出需求清单,编写支持这些需求代码

    Make a list of requirements for an iteration, and write only the code that supports those requirements.

    youdao

  • 清单5中的注释告诉读者代码什么正在通过循环进行添加一个数字

    The comments in Listing 5 merely tell the reader what the code is doing - that it's iterating through a loop or that it's adding a number.

    youdao

  • 通过FVT验证代码我们提交每次验收测试代码品质都一样。

    Code which has been through FVT has an equivalent quality to the acceptance-tested code we delivered in each of our iterations.

    youdao

  • 代码代方式演变

    The code evolved iteratively.

    youdao

  • 方法使代码能够所有传入插件选定元素

    A method gives your code the ability to loop through all the selected elements that are passed into the plug-in.

    youdao

  • 假设正在通过循环计时200,000编译代码解释代码10

    Let's say you're going to time 200,000 iterations through a loop, and the compiled code is 10 times faster than the interpreted code.

    youdao

  • 开发第一包括使用RationalRose作为起始生成代码框架

    The first iteration of development involved generating a code skeleton out of Rational Rose as a starting point.

    youdao

  • 五个系统测试人员面临挑战确保代码质量足以达到在任已知开发功能的be ta级交付

    The challenge given to the five system testers was to ensure code quality sufficient for a beta-level delivery of functions developed in any given iteration.

    youdao

  • 正如可以通过上述步骤看到的那样,TDD一种流程,您可以依靠增量式代码更改之后允许JUnit测试用例

    As you can see from the steps described above, TDD is an iterative process and you can rely on running the JUnit test case after incremental code changes.

    youdao

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

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

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