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

资源简介

实现了银行排号叫号系统,有两种版本,一种是用控制台程序,一种使用MFC实现,题目在压缩包里都有,有问题可以联系我,说明中有联系方式。

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Bank_Queue.h“
#include “Bank_QueueDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBank_QueueApp

BEGIN_MESSAGE_MAP(CBank_QueueApp CWinApp)
//{{AFX_MSG_MAP(CBank_QueueApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CBank_QueueApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CBank_QueueApp object

CBank_QueueApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CBank_QueueApp initialization

BOOL CBank_QueueApp::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

CBank_QueueDlg 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;
}

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

     文件      37772  2014-06-10 21:01  银行排号系统(By WLL)\Bank_Queue\Bank_Queue.aps

     文件       2132  2014-06-10 21:18  银行排号系统(By WLL)\Bank_Queue\Bank_Queue.clw

     文件       2119  2014-06-10 14:45  银行排号系统(By WLL)\Bank_Queue\Bank_Queue.cpp

     文件       4438  2014-06-10 21:18  银行排号系统(By WLL)\Bank_Queue\Bank_Queue.dsp

     文件        545  2014-06-10 14:45  银行排号系统(By WLL)\Bank_Queue\Bank_Queue.dsw

     文件       1368  2014-06-10 14:45  银行排号系统(By WLL)\Bank_Queue\Bank_Queue.h

     文件      66560  2014-06-10 21:18  银行排号系统(By WLL)\Bank_Queue\Bank_Queue.ncb

     文件      50688  2014-06-10 21:18  银行排号系统(By WLL)\Bank_Queue\Bank_Queue.opt

     文件        254  2014-06-10 21:18  银行排号系统(By WLL)\Bank_Queue\Bank_Queue.plg

     文件       6672  2014-06-10 21:01  银行排号系统(By WLL)\Bank_Queue\Bank_Queue.rc

     文件       9268  2014-06-10 20:59  银行排号系统(By WLL)\Bank_Queue\Bank_QueueDlg.cpp

     文件       2011  2014-06-10 20:32  银行排号系统(By WLL)\Bank_Queue\Bank_QueueDlg.h

     文件    3900416  2014-06-10 20:59  银行排号系统(By WLL)\Bank_Queue\Debug\Bank_Queue.bsc

     文件     131144  2014-06-10 21:01  银行排号系统(By WLL)\Bank_Queue\Debug\Bank_Queue.exe

     文件     403716  2014-06-10 21:01  银行排号系统(By WLL)\Bank_Queue\Debug\Bank_Queue.ilk

     文件      31100  2014-06-10 20:32  银行排号系统(By WLL)\Bank_Queue\Debug\Bank_Queue.obj

     文件    7001492  2014-06-10 15:32  银行排号系统(By WLL)\Bank_Queue\Debug\Bank_Queue.pch

     文件     484352  2014-06-10 21:01  银行排号系统(By WLL)\Bank_Queue\Debug\Bank_Queue.pdb

     文件       4112  2014-06-10 21:01  银行排号系统(By WLL)\Bank_Queue\Debug\Bank_Queue.res

     文件          0  2014-06-10 20:32  银行排号系统(By WLL)\Bank_Queue\Debug\Bank_Queue.sbr

     文件     121103  2014-06-10 20:59  银行排号系统(By WLL)\Bank_Queue\Debug\Bank_QueueDlg.obj

     文件          0  2014-06-10 20:59  银行排号系统(By WLL)\Bank_Queue\Debug\Bank_QueueDlg.sbr

     文件      18039  2014-06-10 20:58  银行排号系统(By WLL)\Bank_Queue\Debug\Status_Display.obj

     文件          0  2014-06-10 20:58  银行排号系统(By WLL)\Bank_Queue\Debug\Status_Display.sbr

     文件     105678  2014-06-10 15:32  银行排号系统(By WLL)\Bank_Queue\Debug\StdAfx.obj

     文件    1376306  2014-06-10 15:32  银行排号系统(By WLL)\Bank_Queue\Debug\StdAfx.sbr

     文件     246784  2014-06-10 21:18  银行排号系统(By WLL)\Bank_Queue\Debug\vc60.idb

     文件     421888  2014-06-10 20:59  银行排号系统(By WLL)\Bank_Queue\Debug\vc60.pdb

     文件       3651  2014-06-10 14:45  银行排号系统(By WLL)\Bank_Queue\ReadMe.txt

     文件       1078  2014-06-10 14:45  银行排号系统(By WLL)\Bank_Queue\res\Bank_Queue.ico

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

评论

共有 条评论