• 使用代码分析器发现错误已经改正

    Errors found using code analyzer tools have been corrected.

    youdao

  • 方法托管编译器代码分析器设计器提供的。

    This method is provided for designers of managed compilers and code analyzers.

    youdao

  • 使用代码分析器分析ActionScript代码一个好的开始

    This allows you to use the code analyzer on your ActionScript code, so that is a good start.

    youdao

  • 一步利用静态代码分析器浏览代码搜索反模式确保遵循良好编码实践

    As a first step, employ static code analyzers that will go through your code and search for anti-patterns to ensure that good coding practices have been followed.

    youdao

  • SQLServer最佳实践分析器专门开发人员提示实践方面的问题的一个代码分析器

    The SQL Server Best practices Analyzer is a code analysis tool specifically written to warn developers about questionable practices.

    youdao

  • 一种精确测量——甚至可以测量运行单个代码语句时间——可以采用代码分析器

    A far more accurate measure — one that can even gauge the time taken to run a single-source code statement — can be taken using a code profiler.

    youdao

  • FxCop是一个广泛使用静态代码分析器策略优化工具,最近微软发布了该产品的1.36版本

    Microsoft has released version 1.36 of FxCop, the popular static code analysis and policy enforcement tool.

    youdao

  • 他们负责构建维护代码分析器开发环境测试用例管理系统自动化测试工具、构建系统、代码控制系统、代码回顾计划缺陷数据库

    We build and maintain code analyzers, IDEs, test case management systems, automated testing tools, build systems, source control systems, code review schedulers, bug databases...

    youdao

  • 某些应用中,XML文档语法分析器建立的,从不会由应用程序级代码建立,不相关的。

    For certain USES where XML documents are built only by a parser, and never by application-level code, this is irrelevant.

    youdao

  • 一个缺点:在更改语法分析器必须代码一些更改

    The one drawback is that, when changing the parser, you still have to make some changes to your code.

    youdao

  • 尽管代码生成器可以理解一点儿目标语言的知识,但是它们通常不是完整的语法分析器重新编写一个完整的编译器是无法全面考虑目标语言的。

    While code generators understand a little bit about the target language, they are usually not full parsers and cannot take the target language into account without rewriting a complete compiler.

    youdao

  • 这些文件包含实际分析器代码.nocache.js文件检测使用哪个浏览器然后再调用相应的 .js脚本

    These files contain the actual parser code; the .nocache.js file detects which browser is in use and then calls out to the appropriate .js script.

    youdao

  • 项目主管Jochen Krause说,“例如对于Eclipse内存分析器rcprap之间代码重用达到98.”4%。

    As an example, for the Eclipse memory analyzer the code reuse rate between RCP and RAP amounts to 98.4 percent.

    youdao

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

    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.

    youdao

  • AST代表Ruby源码分析器工具必须了解代码结构

    An AST is a tree representation of source code, and is necessary for tools that need to know about the structure of the code.

    youdao

  • Ruby缺少个用Ruby的Ruby分析器。编写处理Ruby代码工具一个问题

    This is an issue for writing tools that handle Ruby code.

    youdao

  • 不是内存使用分析器而是一个应用程序瓶颈检测工具用于发现代码运行时间最长地方

    This is not a memory usage profiler, but a tool used to detect application bottlenecks, the places in the code where most of processing time is spent.

    youdao

  • 现在如果使用清单3中的方法那么SAX代码甚至不必进行重新编译就运行,并根据需要使用不同语法分析器实现

    Now, if you follow the method in Listing 3, your SAX code can hum along without even having to be recompiled, using different parser implementations as needed.

    youdao

  • 分析器结果可以帮助标识应用程序关键路径大部分时间所执行代码

    Profiler results help you identify the critical path of your application; that is, the code that is executed most of the time.

    youdao

  • 清单2清单1中所示代码中添加一个语法分析器中注册错误处理程序

    Listing 2 adds a class to the source shown in Listing 1 and registers that error handler with the parser.

    youdao

  • 分析器产生作用是接收语言文法产生代码分析语言。

    Parser generators take the grammar of a language and generate code to parse it.

    youdao

  • 为了避免这个问题,在Rubinius虚拟ruby _ parserRuby代码编译Rubinius字节。当Rubinius启动时,它通过读取ruby _ parser的字节码文件——这些文件不需要进行语法分析——来运行个ruby语法分析器

    To avoid the chicken-and-egg question "How can a ruby VM work if it's parser is ruby code?" : during the build process of the Rubinius VM, the ruby source code of ruby_parser can be compiled into.

    youdao

  • 性能分析器调用堆栈代码覆盖率加强在能力不详。

    The Performance Analyzer , Call Stack , Code Coverage , and Step Outcapabilities are not available.

    youdao

  • 分析器提供代码以便控件属性

    Provides code to the page parser for assigning property values on a control.

    youdao

  • 确定哪个版本SQLServer 2000正在运行,连接SQL Server 2000通过使用查询分析器然后运行下面代码

    To determine which version of SQL Server 2000 is running, connect to SQL Server 2000 by using Query Analyzer, and then run the following code.

    youdao

  • 个脚本引擎通常包括组件符号词法分析器、语法分析器语义检查器中间代码生成器代码优化器代码生成器、虚拟

    The script engine has some components, include symbol table, lexical analyzer, parser, semantic checker, intermediate code generator, optimizer, code generator, virtual machine.

    youdao

  • 个脚本引擎通常包括组件符号词法分析器、语法分析器语义检查器中间代码生成器代码优化器代码生成器、虚拟

    The script engine has some components, include symbol table, lexical analyzer, parser, semantic checker, intermediate code generator, optimizer, code generator, virtual machine.

    youdao

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

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

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