• 大小: 1.96MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-09-29
  • 语言: C/C++
  • 标签: MFC  模拟电梯  

资源简介

该程序是利用MFC编写的一个模拟电梯运行的程序,程序功能简单,但基本都实现了

资源截图

代码片段和文件信息

// Elevator.cpp: implementation of the Elevator class.
//
//////////////////////////////////////////////////////////////////////

#include “stdafx.h“
#include “Lift.h“
#include “Elevator.h“
#include “LiftDlg.h“

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

//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
int Elevator::direction=0;
int Elevator::SubPeople=0;
Elevator::Elevator()
{

}

Elevator::~Elevator()
{

}
Elevator::Elevator(int ulayersint llayers)
{

}
void Elevator::PressAlert()
{
AfxMessageBox(“报警按钮被按响“);
}
void Elevator::PressInnerDigitalButton(int floor)
{
Elevator myCElecator(17);
myCElecator.DigitalButton[floor-1]=1;
}
void Elevator::PressOpen_CloseButton(int operate)
{

}
void Elevator::PressOuterButton(int directionint floor)
{

}
void Elevator::run()
{

}
void Elevator::LiftDoor()
{

}

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

     文件       8495  2011-03-04 09:41  Lift\Debug\Elevator.obj

     文件     159805  2011-03-07 19:50  Lift\Debug\Lift.exe

     文件     288844  2011-03-07 19:50  Lift\Debug\Lift.ilk

     文件      17947  2011-03-04 09:41  Lift\Debug\Lift.obj

     文件    5493172  2011-02-23 14:16  Lift\Debug\Lift.pch

     文件     467968  2011-03-07 19:50  Lift\Debug\Lift.pdb

     文件      17500  2011-03-03 15:16  Lift\Debug\Lift.res

     文件      87726  2011-03-07 17:02  Lift\Debug\LiftDlg.obj

     文件      25267  2011-03-04 09:41  Lift\Debug\MyButton.obj

     文件     105553  2011-02-23 14:16  Lift\Debug\StdAfx.obj

     文件     222208  2011-03-07 19:50  Lift\Debug\vc60.idb

     文件     397312  2011-03-07 19:50  Lift\Debug\vc60.pdb

     文件       4738  2011-03-07 19:50  Lift\Debug\WINMAIN.obj

     文件       1058  2011-03-04 09:20  Lift\Elevator.cpp

     文件       1289  2011-03-03 11:23  Lift\Elevator.h

     文件      52276  2011-03-03 15:16  Lift\Lift.aps

     文件       3695  2011-03-07 21:26  Lift\Lift.clw

     文件       2035  2011-02-23 13:59  Lift\Lift.cpp

     文件       4648  2011-03-01 17:53  Lift\Lift.dsp

     文件        516  2011-02-23 13:59  Lift\Lift.dsw

     文件       1302  2011-02-23 13:59  Lift\Lift.h

     文件      99328  2011-03-07 21:26  Lift\Lift.ncb

     文件     220160  2011-03-07 21:26  Lift\Lift.opt

     文件        727  2011-03-07 19:50  Lift\Lift.plg

     文件       9311  2011-03-03 15:16  Lift\Lift.rc

     文件      38741  2011-03-03 19:25  Lift\LiftDlg.cpp

     文件       2699  2011-03-03 14:46  Lift\LiftDlg.h

     文件       5378  2011-03-04 09:41  Lift\MyButton.cpp

     文件       2089  2011-03-04 09:24  Lift\MyButton.h

     文件       3543  2011-02-23 13:59  Lift\ReadMe.txt

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

评论

共有 条评论