• 大小: 2.14MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-12
  • 语言: 其他
  • 标签: 词法  语法  语义  

资源简介

编译原理完整的课设,包括词法分析、语法分析、语义分析,包括二元式的输出、四元式的输出等

资源截图

代码片段和文件信息

// 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个文件信息

评论

共有 条评论