• 大小: 8.03MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-10-05
  • 语言: 其他
  • 标签: 编译  课程设计  

资源简介

编译原理课程设计源码,实现类平、PL0语言的编译,包括词法分析、语法分析、语义分析、目标代码生成等,功能强大,有界面

资源截图

代码片段和文件信息

// 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  bianyi\PL0\AboutDlg.cpp

     文件       1322  2001-05-25 02:15  bianyi\PL0\AboutDlg.h

     文件      49357  2001-05-25 02:15  bianyi\PL0\Compiler.cpp

     文件       6928  2001-05-25 02:15  bianyi\PL0\Compiler.h

     文件       1221  2001-05-25 02:15  bianyi\PL0\Compiler.txt

     文件      19654  2010-01-04 18:37  bianyi\PL0\Debug\AboutDlg.obj

     文件       7418  2010-01-07 13:58  bianyi\PL0\Debug\BuildLog.htm

     文件     120937  2010-01-07 13:58  bianyi\PL0\Debug\Compiler.obj

     文件         63  2010-01-07 13:58  bianyi\PL0\Debug\mt.dep

     文件     139264  2010-01-07 13:58  bianyi\PL0\Debug\PL0.exe

     文件        660  2010-01-04 18:38  bianyi\PL0\Debug\PL0.exe.embed.manifest

     文件        724  2010-01-04 18:38  bianyi\PL0\Debug\PL0.exe.embed.manifest.res

     文件        625  2010-01-07 13:58  bianyi\PL0\Debug\PL0.exe.intermediate.manifest

     文件     285012  2010-01-07 13:58  bianyi\PL0\Debug\PL0.ilk

     文件      22308  2010-01-07 13:58  bianyi\PL0\Debug\PL0.obj

     文件   13631488  2010-01-07 13:58  bianyi\PL0\Debug\PL0.pch

     文件    3320832  2010-01-07 13:58  bianyi\PL0\Debug\PL0.pdb

     文件       4424  2010-01-04 18:37  bianyi\PL0\Debug\PL0.res

     文件      93528  2010-01-07 13:58  bianyi\PL0\Debug\PL0Dlg.obj

     文件     335858  2010-01-07 13:58  bianyi\PL0\Debug\StdAfx.obj

     文件     197632  2004-04-21 23:11  bianyi\PL0\Debug\vc60.idb

     文件     372736  2003-04-28 19:35  bianyi\PL0\Debug\vc60.pdb

     文件     748544  2010-01-07 13:58  bianyi\PL0\Debug\vc80.idb

     文件     708608  2010-01-07 13:58  bianyi\PL0\Debug\vc80.pdb

     文件      18360  2010-01-07 13:58  bianyi\PL0\Debug\XEdit.obj

     文件      39072  2004-04-21 23:11  bianyi\PL0\PL0.APS

     文件       2038  2004-04-21 23:11  bianyi\PL0\PL0.clw

     文件       2029  2001-05-25 02:15  bianyi\PL0\PL0.cpp

     文件       4718  2001-05-25 02:15  bianyi\PL0\PL0.dsp

     文件        529  2001-05-25 02:15  bianyi\PL0\PL0.dsw

............此处省略29个文件信息

评论

共有 条评论