• C++理念程序员需要努力的工作才能高效代码

    The idea behind C++ was that programmers would work harder in return for more efficient code.

    youdao

  • 在下节中我们看到如何设计决策转化为真正工作代码

    In the next section, we will see how to translate this design decision into real, working code.

    youdao

  • 通常可以构建有助于完成工作设计文档应该重点一直放在交付工作代码上。

    You can always build design documentation that helps you do your job, but your focus should always be on delivering working code.

    youdao

  • 其次提出建议,缺少以前项目工作代码模型的情况下,让基于以前的工作快速的项目建立一个新的原型

    Second, propose that, in the absence of a working code model from his past project, he quickly build a new prototype for your project, based on his past work.

    youdao

  • 由于可以迅速地编写工作代码并且需要费时编译周期, 所以可以立即使界面启动运行起来,并且不久便可使用这些界面。

    Thanks to the speed at which working code can be written and the lack of a time-consuming compile cycle, interfaces can be up and running in minutes and usable not long after that.

    youdao

  • 清单3展示了一些似乎应该可以工作代码实际上不能

    Listing 3 shows some code that seems like it should work, but doesn't.

    youdao

  • 敏捷开发方法轻量级流程追求尽可能减少标识需求工作代码交付之间时间延迟

    Agile development methodologies are lightweight processes that seek to minimize the time lag between identifying requirements and the delivery of working code.

    youdao

  • 意味着集中测试结果不同演示工作代码,使他们可以评估的进展

    This means you focus on test results and demonstrate working code to various stakeholders to assess how well you are doing.

    youdao

  • 如果可以使用xml语法生成初始相应绑定定义,那么优点就是可以快速地获取工作代码

    If an XML grammar could be used for generating an initial set of classes and a corresponding binding definition, this would provide the benefit of getting working code quickly.

    youdao

  • 微软员工也会通过这个站点张贴他们工作代码中的片段揭示目前或是未来微软产品中的秘密

    Microsoft employees will use this site to post snippets of the code they are working on, revealing some of the secrets of current or future Microsoft products.

    youdao

  • 经常性展示工作代码提供反馈机制从而允许根据需要进行必要修正

    Frequent demonstration of working code provides feedback mechanisms that allow course corrections to be taken as needed.

    youdao

  • 通常构件完成之前不会放入资产存储库用于正在进行工作代码管理系统不同

    Typically, an artifact is not placed into the asset repository until it has been completed, unlike a code management system that is used for work in progress.

    youdao

  • 确保交付工作代码满足了当前项目关系人需求以及项目健康的。

    This ensures that working code has been delivered, that it satisfies current stakeholder needs, and that the project is healthy.

    youdao

  • 窗体中设置好所有控件编写了使它们共同工作代码,你将要部署此应用程序。

    When you finally have all the controls you need on your forms and the code needed to make them work together, you'll have an application that you still need to deploy.

    youdao

  • 第二文件扩展主体,是实现扩展工作代码

    The second file is the body of the extension; this is the working code that implements the extension.

    youdao

  • 所有概念将通过后面的工作代码示例进行描述演示

    All concepts are described and illustrated with working code examples.

    youdao

  • 这个问题至关重要可能直到解析器实际工作代码进行测试时才会意识需要进行优化

    However, and this is the vital point, you almost never know what you need to optimize until you actually take your functioning code and test it with a profiler.

    youdao

  • 这些概念将通过后面的工作代码示例进行描述演示

    Concepts are described and illustrated with working code examples.

    youdao

  • 开发者能够按时发布能够工作代码或者发布特性破坏程序其他部分

    Either the developer just can't get working features delivered in a reasonable time scale, or else delivering a new feature breaks some other area of the application.

    youdao

  • 清单2显示了用于验证3演示内容是否可以正常工作代码

    My code to verify things work as demonstrated in Figure 3 is shown in Listing 2.

    youdao

  • 专栏的最后部分包括Expect局限说明、对解决常见问题的Expect工作代码的概述以及可以引导深入了解Expect编程参考

    This column closes with an explanation of Expect's limits, a peek at working Expect code that solves common problems, and references that can lead you deeper into Expect programming.

    youdao

  • XP专业人员使用测试驱动开发(Test-Driven Development,TDD持续集成保持开发目标(即使用工作代码满足需求)。

    XP practitioners use test-driven development (TDD) and continuous integration to keep the development focus on meeting the requirements with working code.

    youdao

  • 位置业务规则求值为True并且工作代码等于J01”时,流程应该继续流向Yes路径

    The process should only flow down the Yes path if the location business rule evaluated to true, and the job code is not equal to "J01."

    youdao

  • 软件后台提供了工作代码开发者只需要使用Flash Builder添加特征,而这些特征在以前可能需要复杂的编码才能完成。

    The software creates working code in the background, and a developer can use Flash Builder to add features that require more sophisticated programming.

    youdao

  • 通过编写代码代码嵌入了有关代码如何工作想法,然后测试这些代码

    By writing the code first, you embed your preconceptions of how the code will work, then test it.

    youdao

  • 这个代码正常工作还有任务需要完成

    When you have the code working, there a couple of tasks remaining.

    youdao

  • 文中使用的示例代码有助于自动化系统管理工作,这些代码清单得到系统测试团队验证

    The sample code listings, which are useful for automating system administration work, in the article have been verified by the system test team.

    youdao

  • 分析师可以使用这些功能改变工作代码的情况下实施业务流程所需定制

    The analyst could use these capabilities to enforce the customizations required for the business processes without changing the workflow code.

    youdao

  • 不幸是,能够的评测工作非常(可能会把评测完全优化)的死代码优化在处理实际工作代码时,做得不会那么好了。

    Unfortunately, that dead-code optimization that makes such short work of your benchmark (possibly optimizing it all away) is not going to do quite as well with code that actually does something.

    youdao

  • 一个函数,它作为实际执行所需工作代码占位代码

    An empty function as a placeholder for the code that will actually perform the desired work.

    youdao

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

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

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