搜索资源列表
jellrap
- 形式文法分析JAVA工具包 本JAVA Applets程序提供对LL(1),LL(2)和LR(1)文法分析处理,用户可以输入任何满足条件的形式文法,通帮过系统的提示和帮助构造出相应文法的分析表,以及动态显示分析过程.本JAVA包能够很好地帮助学生理解语法分析器的制作过程和语法分析器的工作原理. -form grammar analysis of the Java tool kit for Java Applets procedures for LL (1) LL (2) and LR (
DFA
- 输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成) -Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
LR0
- (1)构造文法G的LR(0)项目 (2)构造文法G的LR(0)项目集规范族及识别活前缀的DFA (3)证明文法G不是LR(0)文法而是SLR(1)文法,并构造SLR(1)分析表 (4)设计LR语法分析程序,且能输出分析过程 (5)列举两个例子测试语法分析程序(识别失败一例,识别成功一例,后者推导步骤不得少于10步) -(1) construct grammar G of the LR (0) item (2) construct grammar G of the LR (0)
bianyi
- java 写的编译原理,包括词法分析,语法分析,目标代码生成。table表等内容-write java compiler theory, including lexical analysis, syntax analysis, object code generation. table table, etc.
FS
- 设计一个给定LL(1)分析表,输入一个句子,能由依据LL(1)分析表输出与句子对应的语法树。能对语法树生成过程进行模拟。-Designed a given LL (1) analysis table, type a sentence, can be from the basis of LL (1) analysis of the output table corresponds to the grammar and sentence tree. Syntax tree can simulate
107215806Delphi
- 个简单的学生成绩管理系统,在VC和SQL 2000下测试成功,(里面有数据库备份文件,直接还原即可,还原数据库后可以在USERS表里找到帐号和密码.-a simple student performance management system, the VC 2000 and SQL tested successfully, (they have a database backup file, direct reduction, and it would be reduced after -A
MoYi_C01
- C0编译器,实现词法分析、语法分析、输出运行栈、输出符号表、错误处理,实现到生成PCode。-C0 compiler, the realization of lexical analysis, syntax analysis, the output operation of the stack, the output symbol table, error handling, to achieve the generation of PCode.
Page_Replacement_Algorithm
- Page Replacement Algorithm (FIFO and LRU) Simulator and table generator
MorphemeAnalysis
- 使用MFC编写的词法分析程序,可以有源代码生成属性字,更换词法表之后还可以识别java源代码,比较灵活-Prepared using MFC lexical analysis program that can generate source code attributes word lexical replacement after the table can also identify java source code, more flexible ......
compiled-machine
- 一个自动代码生成工具。它能读入“myapproval.sql”里的“account”和“authority”的建表语句,分别自动生成如“AccountModel.java”和“AuthorityModel.java”Model类对象的源代码。-An automatic code generation tool. It reads " myapproval.sql" in the " account" and " authority" of t
Truth-Table-Solver-1.1-Beta
- truth table solver v 1.1 need to install java on ur PC to be able to run