• Once the code has been accepted into the kernel, Microsoft will use the kernel tree code as the basis for future virtualization integration development.

    一旦Kernel接受代码微软这些代码基础进行未来虚拟化集成开发。

    youdao

  • There are a few other reports: One shows the average file size, another shows how the code is distributed over the directory tree, and another shows which files were revised the most.

    还有其他一些报告个报告显示平均文件大小另外一个显示了如何通过目录分布代码还有一个则显示了哪个文件的版本改动最多

    youdao

  • I also added an option to print out the code generation model tree for a binding.

    添加了一个选项可以打印绑定代码生成模型

    youdao

  • Being able to walk this traceability tree would be very interesting, because it goes from requirement to code.

    能够浏览这些可追溯性非常有意思的事,因为请求开始一直代码

    youdao

  • Automated tests are also ideal for rather arcane code such as a tree manipulation and, in particular, compilers.

    对于相当晦涩代码(,对操作,尤其是编译器),自动化测试也是较理想的。

    youdao

  • The recorder records code in an intermediate format, similar to an Abstract Syntax Tree.

    录制采用中间格式录制代码类似于 抽象语法树。

    youdao

  • Selecting a node within the tree pane displays the code or content associated with it in the editor pane.

    选择一个节点可以编辑区中显示代码或者相关内容

    youdao

  • Rather than simply giving you a collapsible tree view of code, the object browser gives you a live representation of the objects themselveseven of the importable modules in your PYTHONPATH.

    对象浏览器不仅仅提供了一个可折叠形式代码视图,它还让您可以看到对象本身的生动的描述——甚至包括那些PYTHONPATH中可以导入的那些模块

    youdao

  • Build processes that work with code from a single tree have no problem with the dependencies and do nothing to discourage their construction.

    创建流程在创建单一代码存在依赖问题且也不会影响结构。

    youdao

  • The code example in listing 2 shows how columns can be added to a tree.

    清单2中的代码示例展示了如何中添加

    youdao

  • While you could check out the source tree, source code organization is largely a matter of personal preference.

    虽然可以源代码,但是源代码组织主要个人偏好的问题

    youdao

  • Once I understood what the code in question was attempting to do, I could then relate the error to the code generation model tree and isolate the model component where the generation was going awry.

    一旦理解了问题代码做什么可以错误与代码生成联系起来,分离出生成出错模型组件

    youdao

  • Traversing that tree, you will eventually find the JIT code buffer (also commonly known as the code cache).

    通过最后找到JIT代码缓冲

    youdao

  • With shadow trees this code logic can rely on an SVG sub-tree that is not easily available to external code, though it can still be accessed if needed.

    通过影像这些代码逻辑可以依靠那些容易外部代码访问svg子树——尽管需要时仍然能够访问。

    youdao

  • Future forestry concessionaires will be obliged to attach a bar code to each tree they fell (and the stumps they come from).

    未来林木开采权获得人必须他们伐棵树(剩余的残桩)上打上计算机条码

    youdao

  • Therefore, now you need to add a little code to create and display a new Tree Viewer (see Figure 10).

    因此现在需要添加很小代码创建显示一个新的TreeViewer(请看10)。

    youdao

  • A lack of a pure Ruby parser has been negligible for some time in Ruby's history, since getting the Abstract Syntax Tree (AST) of some Ruby code was possible with utilities such as ParseTree.

    因为可以使用类似语法分析(ParseTree)的通用方法来对Ruby代码进行分析并获得抽象语法树(Abstract Syntax Tree),所以Ruby历史上一定时期内,ruby语法分析器缺失忽视了。

    youdao

  • The analysis of the abstract syntax tree of the Groovy code, allows us to collect all relevant information we need.

    对于Groovy代码抽象语法分析可以让我们搜集我们需要的所有相关信息

    youdao

  • Write client-side code to walk and evaluate the parse tree that's produced at runtime.

    编写客户机端代码遍历运行时生成解析对其值。

    youdao

  • Listing 5 shows code to create a DOM tree of an XML document, and the steps are very similar, even though the class and method names change.

    清单5展示了创建XML文档dom代码步骤清单4非常相似其中的方法名称发生了变化

    youdao

  • The lcov tool generates an entire HTML tree that contains every line of code in the kernel and data on how many times, if any, each line was executed.

    lcov工具会生成完整HTML 树,其中包含有内核代码以及关于一行执行多少数据如果有的话)。

    youdao

  • MPS maintains the code in an Abstract Syntax Tree ( AST), which consists of nodes with properties, children and references, and fully describes the program code.

    MPS用抽象句法树(AST)来维护代码

    youdao

  • The script compiles code from the grails-app tree and combines it with code from the base Grails ($GRAILS_HOME) directory.

    脚本编译grails-app中的代码并且基本Grails ($GRAILS_HOME)目录中的代码组合在一起。

    youdao

  • Runtime APIs, such as DOM, are moving towards allowing programmers to write XPath expressions rather than writing explicit tree traversal code (which can be painful).

    运行时api诸如dom正在倾向于允许程序员编写XPath表达式不是编写明确的遍历代码(后者是一个痛苦的过程)。

    youdao

  • Usually, using SimpleParse means generating a parse tree in one function call, then traversing this tree in separate code.

    一般来说使用SimpleParse就意味着函数调用中生成解析然后分开代码中遍历这个树。

    youdao

  • Until now Mono's code generation engine was based on a tree Intermediate Representation (IR) of the code.

    直到现在Mono代码生成引擎都是基于树状的代码中间表现形式(Intermediate Representation,IR)。

    youdao

  • InfoQ: Could you tell us the advantage of using JRuby over parse tree or any other solutions, to exploit Ruby code?

    InfoQ告诉我们使用JRuby而不是parsetree或者其他解决方案解析ruby代码优势吗?

    youdao

  • On the technical side, Blue Ruby is using parse tree to produce BRIL code (ABAP VM bytecode). Blue Ruby takes care of security using a bridge and a virtual file system.

    技术的角度看,BlueRubyparsetree生成BRIL代码(ABAPVM字节码),用虚拟文件系统来保证安全。

    youdao

  • The patch now shows in the subsystem maintainer’s source code tree along with the other items they are working on.

    现在补丁子系统维护人员正在从事其他项目一起出现他们源代码树上

    youdao

  • The patch now shows in the subsystem maintainer’s source code tree along with the other items they are working on.

    现在补丁子系统维护人员正在从事其他项目一起出现他们源代码树上

    youdao

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

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

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