文件名称:Auto-_28---2100
介绍说明--下载内容均来自于网络,请自行研究使用
此次要实现一个基于正则文法的自动机生成系统,从以下几个角度来考虑设计思想和解决方案。
一、开发平台
按照课程要求,本系统基于windows操作系统下的VC++6.0进行开发。
二、界面绘制
为了简化开发过程,本系统在MFC的SDI应用程序基础上进行扩展,因此图形界面绘制采用的都是MFC类库。为便于用户使用,应至少提供菜单、工具栏菜单。
三、程序响应
此系统提供鼠标响应和键盘响应。
四、功能需求
正则文法的文本编辑功能
包括:一个正则文法的输入、保存、修改、装入
正则文法到自动机的转换功能
根据当前输入的正则文法,生成自动机
在窗口中显示自动机的图形
自动机的图形显示与调整
-To achieve this a regular grammar generation system based on automatic machines, from the following point of view design ideas and solutions. A development platform in accordance with the program requirements, the system is based on VC++6.0 windows operating system under development. Second, the interface is drawn to simplify the development process, the system is expanded in MFC SDI application on the basis, therefore rendering a graphical interface are used in MFC class library. To facilitate users, should provide at least menus, toolbars, menus. Third, the program responds to this system provides mouse and keyboard response response. Fourth, the functional requirements of regular grammar text editing features include: a regular grammar input, save, modify, into regular grammar to the conversion feature automatic machine according to the regular grammar current input, and generates graphical automaton displayed in the window automata graphic display and adjust the automaton
一、开发平台
按照课程要求,本系统基于windows操作系统下的VC++6.0进行开发。
二、界面绘制
为了简化开发过程,本系统在MFC的SDI应用程序基础上进行扩展,因此图形界面绘制采用的都是MFC类库。为便于用户使用,应至少提供菜单、工具栏菜单。
三、程序响应
此系统提供鼠标响应和键盘响应。
四、功能需求
正则文法的文本编辑功能
包括:一个正则文法的输入、保存、修改、装入
正则文法到自动机的转换功能
根据当前输入的正则文法,生成自动机
在窗口中显示自动机的图形
自动机的图形显示与调整
-To achieve this a regular grammar generation system based on automatic machines, from the following point of view design ideas and solutions. A development platform in accordance with the program requirements, the system is based on VC++6.0 windows operating system under development. Second, the interface is drawn to simplify the development process, the system is expanded in MFC SDI application on the basis, therefore rendering a graphical interface are used in MFC class library. To facilitate users, should provide at least menus, toolbars, menus. Third, the program responds to this system provides mouse and keyboard response response. Fourth, the functional requirements of regular grammar text editing features include: a regular grammar input, save, modify, into regular grammar to the conversion feature automatic machine according to the regular grammar current input, and generates graphical automaton displayed in the window automata graphic display and adjust the automaton
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Auto _28 - 2100\ArrowArc.cpp
...............\ArrowArc.h
...............\Auto.aps
...............\Auto.clw
...............\Auto.cpp
...............\Auto.dsp
...............\Auto.dsw
...............\Auto.h
...............\Auto.ncb
...............\Auto.opt
...............\Auto.plg
...............\Auto.rc
...............\AutoDialog.cpp
...............\AutoDialog.h
...............\AutoDoc.cpp
...............\AutoDoc.h
...............\AutoView.cpp
...............\AutoView.h
...............\Circle.cpp
...............\Circle.h
...............\Debug\AFXSTATE.sbr
...............\.....\ArrowArc.obj
...............\.....\ArrowArc.sbr
...............\.....\Auto.bsc
...............\.....\Auto.exe
...............\.....\Auto.ilk
...............\.....\Auto.obj
...............\.....\Auto.pch
...............\.....\Auto.pdb
...............\.....\Auto.res
...............\.....\Auto.sbr
...............\.....\AutoDialog.obj
...............\.....\AutoDialog.sbr
...............\.....\AutoDoc.obj
...............\.....\AutoDoc.sbr
...............\.....\AutoView.obj
...............\.....\AutoView.sbr
...............\.....\Circle.obj
...............\.....\Circle.sbr
...............\.....\Geometry.obj
...............\.....\Geometry.sbr
...............\.....\Grammar.obj
...............\.....\Grammar.sbr
...............\.....\Graph.obj
...............\.....\Graph.sbr
...............\.....\MainFrm.obj
...............\.....\MainFrm.sbr
...............\.....\Node.obj
...............\.....\Node.sbr
...............\.....\StdAfx.obj
...............\.....\StdAfx.sbr
...............\.....\Text.obj
...............\.....\Text.sbr
...............\.....\vc60.idb
...............\.....\vc60.pdb
...............\Geometry.cpp
...............\Geometry.h
...............\Grammar.cpp
...............\Grammar.h
...............\Graph.cpp
...............\Graph.h
...............\MainFrm.cpp
...............\MainFrm.h
...............\Node.cpp
...............\Node.h
...............\ReadMe.txt
...............\res\Auto.ico
...............\...\Auto.rc2
...............\...\AutoDoc.ico
...............\...\Toolbar.bmp
...............\resource.h
...............\StdAfx.cpp
...............\StdAfx.h
...............\Text.cpp
...............\Text.h
...............\Debug
...............\res
Auto _28 - 2100