英语人>词典>汉英 : 语法分析程序 的英文翻译,例句
语法分析程序 的英文翻译、例句

语法分析程序

词组短语
syntactic analyzer · syntactic parser
更多网络例句与语法分析程序相关的网络例句 [注:此内容来源于网络,仅供参考]

Design and implement C language, language analysis program to realize the arithmetic expression parsing.

详细说明:设计并实现C语言的语分析程序,实现对算术表达式的语法分析。

Chaperon - Chaperon is a LALR(1) parser, which parse structured text documents and generate XML documents as output.

Chaperon是一个LALR(1)语法分析程序,分析结构化的文本文档,并生成可XML文档作为输出。

This procedure is used mainly to the principle of compiler syntax analysis is vc language, the syntax is Sequence Analysis.

本程序主要是用于编译原理中的语法分析用的是vc++语言,用的是LR1语法分析法。

That the procedure was a MiniPascal language compiler, including lexical analysis, common grammatical analysis and error handling.

该程序是一个MiniPascal语言的编译器,包括词法分析、语法分析和常见错误处理。

Through design, develop and debug a DO-WHILE cycle statement syntax and semantic analysis procedures, deepen the syntax and semantic analysis of the understanding of the principles and procedures to achieve lexical analysis of the sequence of lexical word inspection and analysis.

详细说明:通过设计、编制、调试一个DO-WHILE循环语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。

Grammatica - Grammatica is a parser generator for C# and Java.

Grammatica是一个C#和Java的语法分析程序生成器。

For syntax analysis, the LR (1) analysis, judge procedures meet the provisions of the structure.

对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构。

For the syntax analysis, LR (1) analysis, judge whether the procedures meet the requirements of the structure.

对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构。

This is a syntax analysis program, analysis of the use of two stacks, structural clarity.

这是一个语法分析程序,利用了两个分析栈,结构清晰。

The first order predicate logic features, which appear in the axiom clause, include: existence quantifier'exist', universal quantifier'all','find, and'find all'.

语法正确性的检查与传统的语法分析程序所做的工作类似,采用递归子程序分析法。

更多网络解释与语法分析程序相关的网络解释 [注:此内容来源于网络,仅供参考]

error:错误

(3) 在改正语法错误 ( 包括" 错误" (error) 和"警告" (warning)) 后,程序经过连接 (link) 就得到可 执行的目标程序. 运行程序,输入程序所需数据,就可 得到运行结果. 应当对运行结果作分析,看它是否符 合要求.

external variable:外部变量

\n是回车换行(newline)\b是退格(back space)外部变量(external variable)和yacc源程序中要用到的全局变量都在这部分定义,例如:yycc生成的语法分析程序yyparse用的是LR分析方法,它在作语法分析时除了有一个状态钱外,还有一个语义值钱,

parser:语法分析器

程序的流程参照了书本TINY编译器的实例程序:语法分析器(Parser)调用词法分析器得到符合词法的字,建立语法树;符号表通过对语法树的分析,建立符号表,同时检查变量未定义等错误;类型检查包括检查表达式两边是否匹配,函数参数是否匹配等等;

Parsi:祆教徒

parser /语法分析程序/语法分析器/ | parsi /祆教徒/ | parsimonious /节俭的/吝啬的/

Logs:日志

详细问题去查看Tomcat 5日志(logs),不过通常的解释多为在语法分析(parsing)/WEB-INF/web.xml 文件时遇到问题,或者是在初始化程序事件(event)监听器(listeners)或过滤器(filters)遇到了缺失的类(missing classes).

back space:退格

\n是回车换行(newline)\b是退格(back space)外部变量(external variable)和yacc源程序中要用到的全局变量都在这部分定义,例如:yycc生成的语法分析程序yyparse用的是LR分析方法,它在作语法分析时除了有一个状态钱外,还有一个语义值钱,