文件名称:LL1_display5.11
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:13.45mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
本文描述了针对编译原理课程中LL(1)文法分析过程的演示系统的设计与实现过程。本系统在Visual C++环境中使用MFC类库开发实现。针对高效率和美观实用两个目标,分别设计了前台和后台。前台负责界面显示和用户交互,后台透明地执行LL(1)分析过程的相关操作,为前台提供数据。通过MFC的消息响应机制,将后台功能模块加入到前台相应功能菜单的消息函数中。前台界面提供了和用户交互的菜单,根据演示系统的需求以及LL(1)文法分析过程中的各个步骤,将前台分为七个模块,其中每个菜单项分别对应各自的功能模块。它们分别是理论学习、输入产生式、转换产生式、生成FIRST\FOLLOW集合、构造预测分析表、输入句子、预测分析步骤;为实现前台中设计的功能,将后台分成五个模块,分别是产生式的预处理、构造非终结符的FIRST集合、构造FOLLOW集合、构造预测分析表、预测分析。- I described how to design and accomplish a Demo program for the process of LL(1) grammar analysis in Compiler theory. This system is developed by MFC Class Library in Visual C++.
相关搜索: LL1_display
(系统自动生成,下载前可以参看下载内容)
下载文件列表
LL1_display5.11/Debug/DialogInput.obj
LL1_display5.11/Debug/DialogInput.sbr
LL1_display5.11/Debug/INPUTINHANDInput.obj
LL1_display5.11/Debug/INPUTINHANDInput.sbr
LL1_display5.11/Debug/INPUTSENINHAND.obj
LL1_display5.11/Debug/INPUTSENINHAND.sbr
LL1_display5.11/Debug/LL1_display.bsc
LL1_display5.11/Debug/LL1_display.exe
LL1_display5.11/Debug/LL1_display.ilk
LL1_display5.11/Debug/LL1_display.obj
LL1_display5.11/Debug/LL1_display.pch
LL1_display5.11/Debug/LL1_display.pdb
LL1_display5.11/Debug/LL1_display.res
LL1_display5.11/Debug/LL1_display.sbr
LL1_display5.11/Debug/LL1_displayDoc.obj
LL1_display5.11/Debug/LL1_displayDoc.sbr
LL1_display5.11/Debug/LL1_displayView.obj
LL1_display5.11/Debug/LL1_displayView.sbr
LL1_display5.11/Debug/MainFrm.obj
LL1_display5.11/Debug/MainFrm.sbr
LL1_display5.11/Debug/StdAfx.obj
LL1_display5.11/Debug/StdAfx.sbr
LL1_display5.11/Debug/vc60.idb
LL1_display5.11/Debug/vc60.pdb
LL1_display5.11/DialogInput.cpp
LL1_display5.11/DialogInput.h
LL1_display5.11/INPUTINHANDInput.cpp
LL1_display5.11/INPUTINHANDInput.h
LL1_display5.11/INPUTSENINHAND.cpp
LL1_display5.11/INPUTSENINHAND.h
LL1_display5.11/LL1_display.aps
LL1_display5.11/LL1_display.clw
LL1_display5.11/LL1_display.cpp
LL1_display5.11/LL1_display.dsp
LL1_display5.11/LL1_display.dsw
LL1_display5.11/LL1_display.h
LL1_display5.11/LL1_display.ncb
LL1_display5.11/LL1_display.opt
LL1_display5.11/LL1_display.plg
LL1_display5.11/LL1_display.rc
LL1_display5.11/LL1_displayDoc.cpp
LL1_display5.11/LL1_displayDoc.h
LL1_display5.11/LL1_displayView.cpp
LL1_display5.11/LL1_displayView.h
LL1_display5.11/MainFrm.cpp
LL1_display5.11/MainFrm.h
LL1_display5.11/production.txt
LL1_display5.11/ReadMe.txt
LL1_display5.11/res/FIRST-FOLLOW.bmp
LL1_display5.11/res/FIRST产生过程.bmp
LL1_display5.11/res/FOLLOW产生过程.bmp
LL1_display5.11/res/icon1.ico
LL1_display5.11/res/LL(1)分析法.bmp
LL1_display5.11/res/LL(1)文法.bmp
LL1_display5.11/res/LL1_display.ico
LL1_display5.11/res/LL1_display.rc2
LL1_display5.11/res/LL1_displayDoc.ico
LL1_display5.11/res/Thumbs.db
LL1_display5.11/res/Toolbar.bmp
LL1_display5.11/res/分析条件.bmp
LL1_display5.11/res/分析步骤.bmp
LL1_display5.11/res/分析过程.bmp
LL1_display5.11/res/句子.bmp
LL1_display5.11/res/开始.bmp
LL1_display5.11/res/开始界面.bmp
LL1_display5.11/res/文件输入产生式.bmp
LL1_display5.11/res/欢迎进入.bmp
LL1_display5.11/res/相关概念-FIRST.bmp
LL1_display5.11/res/相关概念-FOLLOW.bmp
LL1_display5.11/res/相关概念-SELECT.bmp
LL1_display5.11/res/输出产生式.bmp
LL1_display5.11/res/预测分析表.bmp
LL1_display5.11/resource.h
LL1_display5.11/sentense.txt
LL1_display5.11/StdAfx.cpp
LL1_display5.11/StdAfx.h
LL1_display5.11/Debug
LL1_display5.11/res
LL1_display5.11
LL1_display5.11/Debug/DialogInput.sbr
LL1_display5.11/Debug/INPUTINHANDInput.obj
LL1_display5.11/Debug/INPUTINHANDInput.sbr
LL1_display5.11/Debug/INPUTSENINHAND.obj
LL1_display5.11/Debug/INPUTSENINHAND.sbr
LL1_display5.11/Debug/LL1_display.bsc
LL1_display5.11/Debug/LL1_display.exe
LL1_display5.11/Debug/LL1_display.ilk
LL1_display5.11/Debug/LL1_display.obj
LL1_display5.11/Debug/LL1_display.pch
LL1_display5.11/Debug/LL1_display.pdb
LL1_display5.11/Debug/LL1_display.res
LL1_display5.11/Debug/LL1_display.sbr
LL1_display5.11/Debug/LL1_displayDoc.obj
LL1_display5.11/Debug/LL1_displayDoc.sbr
LL1_display5.11/Debug/LL1_displayView.obj
LL1_display5.11/Debug/LL1_displayView.sbr
LL1_display5.11/Debug/MainFrm.obj
LL1_display5.11/Debug/MainFrm.sbr
LL1_display5.11/Debug/StdAfx.obj
LL1_display5.11/Debug/StdAfx.sbr
LL1_display5.11/Debug/vc60.idb
LL1_display5.11/Debug/vc60.pdb
LL1_display5.11/DialogInput.cpp
LL1_display5.11/DialogInput.h
LL1_display5.11/INPUTINHANDInput.cpp
LL1_display5.11/INPUTINHANDInput.h
LL1_display5.11/INPUTSENINHAND.cpp
LL1_display5.11/INPUTSENINHAND.h
LL1_display5.11/LL1_display.aps
LL1_display5.11/LL1_display.clw
LL1_display5.11/LL1_display.cpp
LL1_display5.11/LL1_display.dsp
LL1_display5.11/LL1_display.dsw
LL1_display5.11/LL1_display.h
LL1_display5.11/LL1_display.ncb
LL1_display5.11/LL1_display.opt
LL1_display5.11/LL1_display.plg
LL1_display5.11/LL1_display.rc
LL1_display5.11/LL1_displayDoc.cpp
LL1_display5.11/LL1_displayDoc.h
LL1_display5.11/LL1_displayView.cpp
LL1_display5.11/LL1_displayView.h
LL1_display5.11/MainFrm.cpp
LL1_display5.11/MainFrm.h
LL1_display5.11/production.txt
LL1_display5.11/ReadMe.txt
LL1_display5.11/res/FIRST-FOLLOW.bmp
LL1_display5.11/res/FIRST产生过程.bmp
LL1_display5.11/res/FOLLOW产生过程.bmp
LL1_display5.11/res/icon1.ico
LL1_display5.11/res/LL(1)分析法.bmp
LL1_display5.11/res/LL(1)文法.bmp
LL1_display5.11/res/LL1_display.ico
LL1_display5.11/res/LL1_display.rc2
LL1_display5.11/res/LL1_displayDoc.ico
LL1_display5.11/res/Thumbs.db
LL1_display5.11/res/Toolbar.bmp
LL1_display5.11/res/分析条件.bmp
LL1_display5.11/res/分析步骤.bmp
LL1_display5.11/res/分析过程.bmp
LL1_display5.11/res/句子.bmp
LL1_display5.11/res/开始.bmp
LL1_display5.11/res/开始界面.bmp
LL1_display5.11/res/文件输入产生式.bmp
LL1_display5.11/res/欢迎进入.bmp
LL1_display5.11/res/相关概念-FIRST.bmp
LL1_display5.11/res/相关概念-FOLLOW.bmp
LL1_display5.11/res/相关概念-SELECT.bmp
LL1_display5.11/res/输出产生式.bmp
LL1_display5.11/res/预测分析表.bmp
LL1_display5.11/resource.h
LL1_display5.11/sentense.txt
LL1_display5.11/StdAfx.cpp
LL1_display5.11/StdAfx.h
LL1_display5.11/Debug
LL1_display5.11/res
LL1_display5.11
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.