• game-writing saga shows how the authors put together a configuration file parser for the game using lex and yacc.

    游戏编写报告的SDL 用法,第 4 部分:lexyacc 构建用于脚本和 GUI 设计的语法分析器developerWorks,2000 年 5 月)展示作者如何使用 lex 和 yacc 为 游戏整合出一个配置文件解析器。

    youdao

  • I'm talking to the SpecFlow team about collaborating with Cucumber, and it looks like we're going to use the same feature file parser.

    和SpecFlow小组谈到Cucumber合作我们很有可能使用相同文件分析器。

    youdao

  • The modules that designed and implemented by author include task import module, log file parser module, log file analysis module and report module.

    设计实现日志分析子系统中任务导入、日志解析、日志分析以及报表等功能模块

    youdao

  • The STMM log file parser has the goal of filtering out important tuning information and formatting it so that the evolution of the memory configuration can be easily discerned.

    STMM日志文件分析器目的过滤重要调优信息进行格式化从而便于了解内存配置的修改过程。

    youdao

  • Attempting to read the file directly into an XML parser results in an error.

    如果试图文件直接读入一个xml解析器,就会导致错误

    youdao

  • You can step through the emitted parser code at runtime to see what it's actually doing and adjust the grammar file accordingly.

    可以运行时单步产生的解析器代码,以便查看到底在做什么相应地调整语法文件

    youdao

  • A few good heuristics based solely on the first few bytes will tell you if a file or stream is likely to be XML, and therefore worth checking further with a parser.

    一些基于最初几个字节较好的启发式方法可以告诉一个文件是否可能XML,是否值得解析器作进一步检查

    youdao

  • The elements used must be defined in a schema first; the parser checks this schema, signaling any discrepancies with the parsed file.

    使用元素必须首先模式定义解析检查模式就可以发现解析文件不一致的地方。

    youdao

  • Like any software reading a file, the parser is built around a reading loop: a loop that progresses through the file.

    读取文件任何软件一样解析器也是围绕循环(读入文件循环)创建的。

    youdao

  • Issue 1for a parser to read the XML accurately, the content stored within the XML file had to format entities accordingly.

    第1问题使解析器精确读取XML存储XML文件中的内容必须实体进行相应地格式化

    youdao

  • In the past, to revalidate your document once it had been modified you had to save it to a file and read it back with a validating parser.

    过去文档修改后对进行重新验证必须它保存一个文件,再验证解析器回去

    youdao

  • Alternatively you can use a more complex delimiting technique which is to use a message parser to determine the end of a record from an input file.

    另外,可以利用复杂分隔技术使用消息解析器确定输入文件记录结束

    youdao

  • After that, the script reads in the file and sends off chunks of the file to the parser.

    之后脚本读取文件文件大块内容发送解析器

    youdao

  • You'll have to write your own grammar for the file format, however, and then develop your own parser to read it.

    必须文件格式自行编写语法随后开发自己解析器阅读

    youdao

  • This file needs to contain the class name of the parser configuration.

    文件需要包含解析器配置

    youdao

  • The parser code receives a JSON file as input and returns a data dictionary (or an array) containing all the objects described inside the JSON file.

    解析代码接收JSON对象作为输入返回一个数据字典(数组),包含JSON文件中介绍所有对象。

    youdao

  • An file format parser implementing parts of ISO 14496-12.

    实现了部分ISO 14496-12文件格式解析器

    youdao

  • 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.

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

    youdao

  • If many documents need to be parsed, it would be beneficial to use the String-Set or File-Set option in the parser step of the assembly and partition the documents in the stages before the XML stage.

    如果需要解析多个文档使用程序集分析器步骤中的String -SetFile - Set选项XML stage之前stages中的文档分区大有裨益

    youdao

  • However, there is an experimental Python source code parser that treats a Python source file as a document tree.

    然而一种实验性python源代码解析器,它python文件作为文档树处理

    youdao

  • The first section of a yacc file defines the objects that the parser will manipulate and generate.

    yacc文件一部分定义解析器将要处理生成的对象

    youdao

  • In Figure 2, instead of writing to a file, the application calls the processor's ContentHandler directly, effectively simulating the parser.

    2中,应用程序并没有写到文件而是直接调用处理器ContentHandler有效地模拟语法分析器

    youdao

  • A SAX (Simple API for XML) parser is a single-pass XML reader that takes a well-defined XML file and produces key events, such as tags, attributes, and character text.

    1sax (SimpleAPIforXML)解析器单向的XML阅读器获得定义明确的XML文件生成关键事件例如标签属性字符文本。

    youdao

  • The parser reads from one .dia file and writes to an SQL file and a C++ source file.

    解析器个 .dia文件读取数据,将其写入SQL 文件一个 C++文件中。

    youdao

  • To read the DB2 trace format, you must provide the parser for the DB2 trace file format (the domain specific language). Two of the options you have are.

    读取DB2跟踪格式需要DB 2跟踪文件格式提供解析器(领域特定语言)。

    youdao

  • As long as a JAR file that contains this file appears before Xerces' JAR files, the parser will use the new parser configuration.

    只要包含文件JAR文件出现Xerces的JAR文件之前解析就会使用新的解析器配置

    youdao

  • The rc (control) file syntax includes optional `noise' keywords that are entirely ignored by the parser.

    rc(fetchmail用户配置)文件语法中包含了一些完全不需解析的,可选的“噪音”关键词

    youdao

  • You could build an Index view using the parser described in Part 3, but it would have to parse every source file in the CDT workspace whenever any code is modified.

    可以使用第3部分描述过解析来构建index视图一旦任何代码进行了修改,该视图不得不解析CDT工作空间中的每个文件

    youdao

  • You could build an Index view using the parser described in Part 3, but it would have to parse every source file in the CDT workspace whenever any code is modified.

    可以使用第3部分描述过解析来构建index视图一旦任何代码进行了修改,该视图不得不解析CDT工作空间中的每个文件

    youdao

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

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

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