资源简介
一个小型的C语言编译器,包括词法分析、语法分析、语意制导翻译等
代码片段和文件信息
// 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)
//
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1212 2001-05-25 02:15 语义分析\AboutDlg.cpp
文件 1322 2001-05-25 02:15 语义分析\AboutDlg.h
文件 49357 2001-05-25 02:15 语义分析\Compiler.cpp
文件 6928 2001-05-25 02:15 语义分析\Compiler.h
文件 1221 2001-05-25 02:15 语义分析\Compiler.txt
文件 24668 2007-12-16 12:49 语义分析\PL0.APS
文件 2038 2007-12-16 13:27 语义分析\PL0.clw
文件 2029 2001-05-25 02:15 语义分析\PL0.cpp
文件 4718 2001-05-25 02:15 语义分析\PL0.dsp
文件 529 2001-05-25 02:15 语义分析\PL0.dsw
文件 1291 2001-05-25 02:15 语义分析\PL0.h
文件 246784 2007-12-16 13:28 语义分析\PL0.ncb
文件 52736 2007-12-16 13:28 语义分析\PL0.opt
文件 848 2004-04-21 23:11 语义分析\PL0.plg
文件 8225 2004-04-21 23:11 语义分析\PL0.rc
文件 18872 2001-05-25 02:15 语义分析\PL0Dlg.cpp
文件 2522 2001-05-25 02:15 语义分析\PL0Dlg.h
文件 3525 2001-05-25 02:15 语义分析\ReadMe.txt
文件 1615 2006-12-10 16:21 语义分析\readme_39g.txt
文件 766 2001-05-25 02:15 语义分析\res\File.ico
文件 766 2001-05-25 02:15 语义分析\res\PL0.ico
文件 395 2001-05-25 02:15 语义分析\res\PL0.rc2
文件 1615 2006-12-10 16:21 语义分析\res\readme_39g.txt
文件 64 2006-12-10 16:21 语义分析\res\代码秀『源码下载交流』.htm
文件 1615 2006-12-10 16:21 语义分析\res\使用说明_39g.txt
文件 69 2006-12-10 16:21 语义分析\res\推荐资源1.htm
文件 69 2006-12-10 16:21 语义分析\res\推荐资源2.htm
文件 1707 2001-05-25 02:15 语义分析\resource.h
文件 205 2001-05-25 02:15 语义分析\StdAfx.cpp
文件 1054 2001-05-25 02:15 语义分析\StdAfx.h
............此处省略11个文件信息
- 上一篇:基于C语言实现国密SM3算法
- 下一篇:c语言实现的图书管理系统
评论
共有 条评论