• 下面进行移动实际代码

    Here is the actual code that does the moving.

    youdao

  • 实际代码复杂一些,如清单2

    The actual code is somewhat more complex, as shown in Listing 2.

    youdao

  • 有了一个不错的项目框架但是没有实际代码

    You have a lovely project skeleton, but no actual code.

    youdao

  • 下面这个函数代码实际代码

    Here is the pseudo-code and the real code for the function.

    youdao

  • 完成这个任务实际代码非常简单,如清单5所示。

    The actual code for this turned out to be embarrassingly simple. See for yourself in Listing 5.

    youdao

  • 快速重新演示,请你实际代码为准。

    I'll go over each real quick here, but will refer you to the source code for the actual code.

    youdao

  • 如果所有单元测试都失败可以开始编写实际代码了。

    Provided that all the unit tests fail, I know that I am ready to begin writing the actual code.

    youdao

  • 实例形态相比常规形态接近于最终产品出现实际代码

    The generic form is closer to the actual code that will be produced in the end product than the instance form is.

    youdao

  • 最后拿到他干活儿时,里面可能就20实际代码简单

    But when you get the project it will only be 20 lines of actual code and will be very easy to read.

    youdao

  • 至于实际代码问题以为想要一些简单方法测量次数

    As for your actual code problem, I assume you want some easy way to measure times?

    youdao

  • 每当实际代码碰到任何类型错误就抛出一个异常然后该异常就进入调用

    Whenever the actual code encounters any type of error, it throws an exception, which then goes to the call stack.

    youdao

  • 如果打开代码归档中的Posts . php文件看到实际代码非常

    If you open up the Posts.php file in the code archive, you will see very little actual code.

    youdao

  • 完整代码包含 117只有43 行实际代码其余内容都注释

    The entire listing contains 117 lines, however only 43 of these are actual code, the rest is documentation.

    youdao

  • 我们开发实际代码可以分发扩展它们不仅仅抽象理论

    We'll develop living code, not just abstract theory, code which you can explore and extend.

    youdao

  • 在下(节选本书第二),我们展示一些实际代码例子阐述Seam如何工作的。

    In this next section (excerpted from chapter 2 in the book), we will show you some real code examples to illustrate how Seam works.

    youdao

  • 使元数据引用实际代码实现内联从而提供引用本地性,使所有事物都汇集一个地方

    Having the metadata inlined with the actual code it references provides locality of reference, so that everything is in one place.

    youdao

  • 然后查看实际代码这些代码展示了用来解决基本问题广泛采用的两个解决方案。

    Then, you'll examine working code that illustrates two widely used solutions to the basic problem.

    youdao

  • 因为运行时编译使用概要数据指导优化所以JIT测试代码优化可能不同实际代码的优化。

    Because runtime compilation USES profiling data to guide its optimization, the JIT may well optimize the test code differently than it would real code.

    youdao

  • 也许会后悔那种选择喜欢测试程序实际代码分开,因为容易分发版中除去测试程序。

    I might live to regret that choice, but I prefer to separate tests from the actual code as it's easier to remove the tests from the distribution.

    youdao

  • 尽管服务器公开了影响行为配置实际代码不可用,因而有时必须设法进行推论不是直观的检查

    Although the server exposes configurations that affect the behavior, the actual code is not available and so it is sometimes necessary to resort to deduction rather than straightforward inspection.

    youdao

  • 分派可以包含用来处理特定元素实际代码(匿名),可以包含别处定义命名子例程的引用

    The dispatcher can either contain the actual code used to deal with a particular element as an anonymous subroutine or it can contain a reference to a named subroutine defined elsewhere.

    youdao

  • 设计应用程序编写实际代码一直以来困难问题之一就是错误无法重现——“无法再现”的错误。

    From the design of the application through to the actual writing of the code, one of the most difficult problems has always been that of the bug that can't be reproduced - the "no repro" bug.

    youdao

  • 研究Webzine实际代码之前,我们首先考虑一个简单示例这个示例很说明了PHP特征

    Before I get into the actual Webzine code, let's start with a simple example that nicely illustrates the character of PHP.

    youdao

  • 因为注释需要时间研读而且它们分布于屏幕上实际代码中的不同位置,所以显示器上一次只能看少许注释。

    They take time to read, and they spread out the actual code on the screen, so you can have less of it on your monitor to inspect at one time.

    youdao

  • do.it 的逻辑和实际代码(org.eclipse.ui.handlers/handler)。

    This is the logic for do.it and the real code (org.eclipse.ui.handlers/handler).

    youdao

  • 不可构建格式是指来自主机实际代码并不存在中。这种情况可能发生包是软件包编辑器中构建的情况下。

    Not-built format states that the actual code from the source host does not reside in the package this will only happen if the package is built inside the software package editor.

    youdao

  • 既然已经学习了如何使用readdirstat查找目录中的条目,那么我们来看看演示这些函数一些实际代码

    Now that you've read about using readdir and stat to find out about the entries of the directory, let's look at some code that demonstrates these functions in action.

    youdao

  • 携带一个int数获得了它就处理它,然后一旦查看整个文件最终发现实际代码,定义执行了这个东西

    It takes an int; deal with it when you get to it and then once you look through the whole file, should you find -- ultimately find the actual code that defines or impliments this thing.

    youdao

  • 与之相反清单1中的代码马上开始度量执行时间,意味着结果实际代码的执行时间关系不大,但与JVM行为密切相关。

    In contrast, the code in Listing 1 immediately starts measuring execution, which means that its results might have little to do with the actual code and more to do with JVM behavior.

    youdao

  • Python语言中,所有事物都程序可以访问对象其中包括保存整数简单类型以及编写实际代码这些代码在Python解释器中的表示

    In the Python language, everything is an object a program can access, including simple types that hold integers, as well as the actual code you write and its representation in the Python interpreter.

    youdao

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

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

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