您要查找的是不是:
- syntax analysis problem [计] 语法分析问题
- The IDMI can also do the lexical and syntax analysis when a tool is reading a DDL file. IDMI已用C语言实现并作为FELLOW系统(A Double-metal CMOS Gate Array System of Fudan Univ.;)
- Also given wrong information and the wrong types, so as to enhance the understanding of syntax analysis. 同时给出出错信息和错误类型,从而加深对语法分析的理解。
- The coding process accomplishes accidence analysis, syntax analysis, and semantic analysis and transitional codes are generated on it. 译码过程完成词法分析、语法分析和语义分析,并在此基础上生成中间代码。
- This paper describes the design of pushdown automaton model for XML syntax analysis and illustrates the implementation of StAX parser OnceStAXParser. 本文给出了用于XML语法分析的下推自动机模型的设计以及StAX解析器OnceStAXParser的实现。
- The paper introduces graphs aided programming and macro programming in NC system,and then presents the syntax analysis process of macro program. 介绍了数控系统中图形辅助编程和宏程序编程两种编程方法,并给出了宏程序的语法分析过程。
- In the designed experiments, the simple arithmetic expressions were analyzed through lexical analysis, syntax analysis, semantic analysis, table process and error process. 设计的实验是以简单的算术表达式为处理对象,进行词法分析、语法分析和语义分析,兼有表格处理和出错处理。
- Can reply various complicated situation, have good analysis problem and problem-solving ability. 能应对各种复杂局面,具有很好的分析问题及解决问题的能力。
- Through investgating Lexical analysis and syntax analysis, The author uses Parser Generator's AYACC and Alex to achieve the palyback of the actions for GUI. 第五,通过研究词法分析和语法分析,利用Parser Generator中的AYACC 和Alex两个工具实现了用户对GUI操作的重放。
- The focus of this thesis is on numerical algorithms for efficient solution of QTL analysis problem in genetics. 在本论文研究中,我们设计实做一组最佳化搜寻演算法的软体结构,以便利最佳化搜寻程式的实做。
- Script Interpreter uses Lex/Flex as tools of lexical analysis and lexical analyzer generator, and uses Yacc/Bison as tools of syntax analysis and syntax tree generator generating. 脚本解释器采用Lex/Flex作为词法分析和词法分析器生成工具,Yacc/Bison作为语法分析和语法树生成器的生成工具。
- In the COW parallel environment, a structural analysis problem was solved by using this EBE-PCG algorithm and its parallel efficiency was discussed . 结合实际算例;对EBE PCG并行算法进行了并行效率分析.
- This paper constructs a instance of PCP problem of the concurrent interprocedural program analysis problem, but with only two concurrent tasks. 利用反射的思想,仅仅用两个并发任务构造该问题的一个PCP问题实例,证明在两个并发任务的情况下,过程间并发程序分析是一个不可判定问题。
- To deal with regional technical related issues.Troubleshoot issues with existing products which includes material analysis, problem solving, etc. 处理本区域内的技术支持事务.;发现解决现有产品所存在的问题,包括材料分析,问题解决等;
- The temporal formula model(TFM) of the discrete event process is established firstly, then the property analysis problem of the TFM is discussed. 首先给出了离散事件过程的时态公式模型(TFM),并讨论了在该模型下的性质分析问题。
- Aiming at the multicriteria classification analysis problem, a classification analysis method is proposed based on the valued outranking relations. 摘要针对多属性决策的分类问题,基于方案间的赋值级别高于关系,提出一种多属性决策分类法。
- The accidence and syntax analysis parts consist of the analysis of data stream of the input directive and the Fortran program. The latter is the emphasis of this article. Its hard core is the accidence analysis builder grammar_lexer. 词法分析和语法分析部分又分为输入命令数据流以及Fortran源程序数据流的词法分析和语法分析,后一部分是本文分析的重点,它以词法分析程序生成器grammar lexer.
- The computer simulation tests indicate that PSO Algorithms in solving Multi-Linear Regression Analysis Problem is a simple and efficient algorithm. 通过计算机仿真测试,表明PSO算法在解决多元线性回归分析问题上是一种简单、高效的算法。
- The proposed method can be effective in finding out the errors in software based on accidence analysis and syntax analysis, use examining point searching arithmetic to search for suspicious point, with appropriate manual confirmation whenever possible. 该方法在词法分析和语法分析的基础上,利用检查点查 找算法查找可疑点,通过适当的人工确认,能够有效找出软件中的故障。
- This paper mainly presents the principles of LEX and YACC and gives the BNF of select sentence. Using these tools,we can implement the lexical and syntax analysis of SQL select sentence and generate the syntax analysis tree. 介绍了LEX、YACC的基本工作原理 ,给出了SQL查询语句的BNF范式 ,利用这两个工具实现了对SQL查询语句的词法分析和语法分析 ,并生成语法分析树