c++词法分析器。可以分析简单的输入字符串。希望对大家有帮助。

源代码在线查看: ll1文法.clw

软件大小: 949 K
上传用户: fscdif
关键词: 分析器 输入 字符串
下载地址: 免注册下载 普通下载 VIP

相关代码

				; CLW file contains information for the MFC ClassWizard
				
				[General Info]
				Version=1
				LastClass=CLL1Dlg
				LastTemplate=CDialog
				NewFileInclude1=#include "stdafx.h"
				NewFileInclude2=#include "LL1文法.h"
				
				ClassCount=3
				Class1=CLL1App
				Class2=CLL1Dlg
				Class3=CAboutDlg
				
				ResourceCount=3
				Resource1=IDD_ABOUTBOX
				Resource2=IDR_MAINFRAME
				Resource3=IDD_LL1_DIALOG
				
				[CLS:CLL1App]
				Type=0
				HeaderFile=LL1文法.h
				ImplementationFile=LL1文法.cpp
				Filter=N
				
				[CLS:CLL1Dlg]
				Type=0
				HeaderFile=LL1文法Dlg.h
				ImplementationFile=LL1文法Dlg.cpp
				Filter=D
				LastObject=CLL1Dlg
				BaseClass=CDialog
				VirtualFilter=dWC
				
				[CLS:CAboutDlg]
				Type=0
				HeaderFile=LL1文法Dlg.h
				ImplementationFile=LL1文法Dlg.cpp
				Filter=D
				
				[DLG:IDD_ABOUTBOX]
				Type=1
				Class=CAboutDlg
				ControlCount=4
				Control1=IDC_STATIC,static,1342177283
				Control2=IDC_STATIC,static,1342308480
				Control3=IDC_STATIC,static,1342308352
				Control4=IDOK,button,1342373889
				
				[DLG:IDD_LL1_DIALOG]
				Type=1
				Class=CLL1Dlg
				ControlCount=26
				Control1=IDOK,button,1342242817
				Control2=IDCANCEL,button,1342242816
				Control3=IDC_EDIT1,edit,1353781380
				Control4=IDC_EDIT2,edit,1353783428
				Control5=IDC_EDIT3,edit,1350631552
				Control6=IDC_CHECK1,button,1342242819
				Control7=IDC_CHECK2,button,1342242819
				Control8=IDC_EDIT4,edit,1476460672
				Control9=IDC_EDIT5,edit,1476460676
				Control10=IDC_LIST1,SysListView32,1350647809
				Control11=IDC_STATIC,button,1342177287
				Control12=IDC_LIST2,SysListView32,1350647809
				Control13=IDC_STATIC,button,1342177287
				Control14=IDC_LIST3,SysListView32,1350647809
				Control15=IDC_STATIC,button,1342177287
				Control16=IDC_LIST4,SysListView32,1350647809
				Control17=IDC_STATIC,button,1342177287
				Control18=IDC_STATIC,button,1342177287
				Control19=IDC_STATIC,button,1342177287
				Control20=IDC_STATIC,button,1342177287
				Control21=IDC_STATIC,button,1342177287
				Control22=IDC_LIST5,SysListView32,1350647809
				Control23=IDC_LIST6,SysListView32,1350631425
				Control24=IDC_STATIC,button,1342177287
				Control25=IDC_STATIC,button,1342177287
				Control26=IDC_EDIT6,edit,1476460673
				
							

相关资源