• 大小: 39KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-25
  • 语言: C/C++
  • 标签: mfc  电梯模拟  

资源简介

基于mfc对话框的电梯模拟程序,程序从文本文件中读取运行脚本,根据客户到达的时间和所在楼层目标楼层进行模拟

资源截图

代码片段和文件信息

// buliding.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “buliding.h“
#include “bulidingDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CBulidingApp

BEGIN_MESSAGE_MAP(CBulidingApp CWinApp)
//{{AFX_MSG_MAP(CBulidingApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CBulidingApp construction

CBulidingApp::CBulidingApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CBulidingApp object

CBulidingApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBulidingApp initialization

BOOL CBulidingApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CBulidingDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      36996  2012-08-28 10:20  buliding高明琦\buliding.aps

     文件       2219  2012-08-28 11:33  buliding高明琦\buliding.clw

     文件       2091  2012-08-25 00:32  buliding高明琦\buliding.cpp

     文件       4524  2012-08-25 00:36  buliding高明琦\buliding.dsp

     文件        539  2012-08-25 00:36  buliding高明琦\buliding.dsw

     文件       1346  2012-08-25 00:32  buliding高明琦\buliding.h

     文件      66560  2012-08-28 11:33  buliding高明琦\buliding.ncb

     文件      55808  2012-08-28 11:33  buliding高明琦\buliding.opt

     文件       1281  2012-08-28 10:51  buliding高明琦\buliding.plg

     文件       7939  2012-08-28 10:20  buliding高明琦\buliding.rc

     文件      20257  2012-08-28 10:35  buliding高明琦\bulidingDlg.cpp

     文件       1586  2012-08-27 17:20  buliding高明琦\bulidingDlg.h

     文件       5420  2012-08-28 10:51  buliding高明琦\elevator.h

     文件       3615  2012-08-25 00:32  buliding高明琦\ReadMe.txt

     文件       1078  2012-08-25 00:32  buliding高明琦\res\buliding.ico

     文件        400  2012-08-25 00:32  buliding高明琦\res\buliding.rc2

     文件       1191  2012-08-27 17:04  buliding高明琦\resource.h

     文件        799  2012-08-25 00:35  buliding高明琦\ScanDialog.cpp

     文件       1077  2012-08-25 00:35  buliding高明琦\ScanDialog.h

     文件        384  2012-08-28 09:42  buliding高明琦\shell.txt

     文件         60  2012-08-27 08:35  buliding高明琦\shell1.txt

     文件         48  2012-08-27 15:47  buliding高明琦\shell2.txt

     文件       3325  2012-08-27 21:11  buliding高明琦\StartDialog.cpp

     文件       1259  2012-08-25 00:38  buliding高明琦\StartDialog.h

     文件        210  2012-08-25 00:32  buliding高明琦\StdAfx.cpp

     文件       1054  2012-08-25 00:32  buliding高明琦\StdAfx.h

     目录          0  2012-08-28 11:33  buliding高明琦\res

     目录          0  2012-08-28 12:01  buliding高明琦

----------- ---------  ---------- -----  ----

               221066                    28

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

评论

共有 条评论