资源简介
编译原理完整的课设,包括词法分析、语法分析、语义分析,包括二元式的输出、四元式的输出等
代码片段和文件信息
// AboutDlg.cpp : implementation file
//
#include “stdafx.h“
#include “PL0.h“
#include “AboutDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg dialog
CAboutDlg::CAboutDlg(CWnd* pParent /*=NULL*/)
: CDialog(CAboutDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CAboutDlg)
// NOTE: the ClassWizard will add member initialization hepe
//}}AFX_DATA_INIT
}
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutDlg)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAboutDlg CDialog)
//{{AFX_MSG_MAP(CAboutDlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CAboutDlg message handlers
void CAboutDlg::CalcWindowRect(LPRECT lpClientRect UINT nAdjustType)
{
// TODO: Add your specialized code here and/or call the base class
CDialog::CalcWindowRect(lpClientRect nAdjustType);
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1212 2001-05-25 02:15 PL0\AboutDlg.cpp
文件 1322 2001-05-25 02:15 PL0\AboutDlg.h
文件 49357 2001-05-25 02:15 PL0\Compiler.cpp
文件 6928 2001-05-25 02:15 PL0\Compiler.h
文件 1221 2001-05-25 02:15 PL0\Compiler.txt
文件 10585 2003-04-28 19:35 PL0\Debug\AboutDlg.obj
文件 106807 2003-04-28 19:35 PL0\Debug\Compiler.obj
文件 163889 2004-04-21 23:11 PL0\Debug\PL0.exe
文件 285012 2004-04-21 23:11 PL0\Debug\PL0.ilk
文件 14640 2003-04-28 19:35 PL0\Debug\PL0.obj
文件 5510680 2003-04-28 19:35 PL0\Debug\PL0.pch
文件 361472 2004-04-21 23:11 PL0\Debug\PL0.pdb
文件 4424 2004-04-21 23:11 PL0\Debug\PL0.res
文件 69794 2003-04-28 19:35 PL0\Debug\PL0Dlg.obj
文件 105532 2003-04-28 19:35 PL0\Debug\StdAfx.obj
文件 197632 2009-05-15 23:39 PL0\Debug\vc60.idb
文件 372736 2003-04-28 19:35 PL0\Debug\vc60.pdb
文件 9784 2003-04-28 19:35 PL0\Debug\XEdit.obj
文件 516173 2005-04-03 13:17 PL0\MSVCP60D.DLL
文件 401484 2004-03-18 18:36 PL0\msvcrtd.dll
文件 23772 2009-04-29 16:52 PL0\PL0.APS
文件 2038 2009-04-30 13:32 PL0\PL0.clw
文件 2029 2001-05-25 02:15 PL0\PL0.cpp
文件 4718 2001-05-25 02:15 PL0\PL0.dsp
文件 529 2001-05-25 02:15 PL0\PL0.dsw
文件 1291 2001-05-25 02:15 PL0\PL0.h
文件 271360 2009-05-15 23:39 PL0\PL0.ncb
文件 52736 2009-05-15 23:39 PL0\PL0.opt
文件 240 2009-04-29 18:20 PL0\PL0.plg
文件 8225 2004-04-21 23:11 PL0\PL0.rc
............此处省略19个文件信息
相关资源
- 编译原理赋值语句的翻译
- ABAP语法详解教材
- 北邮编译原理实验二:语法分析程序
- 词法分析器+语法分析器+中间代码生成
- 编译原理 王生原老师答案和资料
- 词法分析程序和语法分析程序 编译原
- 自顶向下语法分析器的设计与实现
- 编译原理 词法语法分析器
- 词法分析程序可记录行号、识别注释
- 语义分割网络DeepLab-v3的架构设计思想
- LR0语法分析器WINDOW.rar
- 哈工大编译原理词法分析实验报告
- GMT 0010-2012 SM2 密码算法加密签名消息
- ultraedit 语法着色文件(600多个)
- 编译原理自底向上语法分析--LR分析
- 编译器词法分析,语法分析
- 图像语义分割网络:SegNet
- VALSE2018王兴刚教授弱监督语义分割
- LR0语法分析
- 计算机语言的形式语义
- 语法分析算符优先.doc
- [剑桥高级英语语法书第二版].Cambrid
- 编译原理词法分析+语法分析课设
- 讯飞语义理解Demo
- genero 语法使用指南
- JS转d.ts语法工具V1.0免安装
- FPGA入门学习资料含14个完整工程,b
- keras-segmentation-master.zip
- SeuLex编译 词法分析器自动生成程序
- apache jena 3.7.0和apache-jena-fuseki3.7.0
评论
共有 条评论