91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4.71MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-09-15
  • 語言: C/C++
  • 標(biāo)簽: MFC??C++??

資源簡介

實(shí)現(xiàn)了銀行排號叫號系統(tǒng),有兩種版本,一種是用控制臺程序,一種使用MFC實(shí)現(xiàn),題目在壓縮包里都有,有問題可以聯(lián)系我,說明中有聯(lián)系方式。

資源截圖

代碼片段和文件信息

//?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??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_Queue.aps

?????文件???????2132??2014-06-10?21:18??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_Queue.clw

?????文件???????2119??2014-06-10?14:45??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_Queue.cpp

?????文件???????4438??2014-06-10?21:18??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_Queue.dsp

?????文件????????545??2014-06-10?14:45??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_Queue.dsw

?????文件???????1368??2014-06-10?14:45??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_Queue.h

?????文件??????66560??2014-06-10?21:18??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_Queue.ncb

?????文件??????50688??2014-06-10?21:18??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_Queue.opt

?????文件????????254??2014-06-10?21:18??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_Queue.plg

?????文件???????6672??2014-06-10?21:01??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_Queue.rc

?????文件???????9268??2014-06-10?20:59??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_QueueDlg.cpp

?????文件???????2011??2014-06-10?20:32??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Bank_QueueDlg.h

?????文件????3900416??2014-06-10?20:59??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Bank_Queue.bsc

?????文件?????131144??2014-06-10?21:01??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Bank_Queue.exe

?????文件?????403716??2014-06-10?21:01??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Bank_Queue.ilk

?????文件??????31100??2014-06-10?20:32??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Bank_Queue.obj

?????文件????7001492??2014-06-10?15:32??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Bank_Queue.pch

?????文件?????484352??2014-06-10?21:01??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Bank_Queue.pdb

?????文件???????4112??2014-06-10?21:01??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Bank_Queue.res

?????文件??????????0??2014-06-10?20:32??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Bank_Queue.sbr

?????文件?????121103??2014-06-10?20:59??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Bank_QueueDlg.obj

?????文件??????????0??2014-06-10?20:59??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Bank_QueueDlg.sbr

?????文件??????18039??2014-06-10?20:58??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Status_Display.obj

?????文件??????????0??2014-06-10?20:58??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\Status_Display.sbr

?????文件?????105678??2014-06-10?15:32??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\StdAfx.obj

?????文件????1376306??2014-06-10?15:32??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\StdAfx.sbr

?????文件?????246784??2014-06-10?21:18??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\vc60.idb

?????文件?????421888??2014-06-10?20:59??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\Debug\vc60.pdb

?????文件???????3651??2014-06-10?14:45??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\ReadMe.txt

?????文件???????1078??2014-06-10?14:45??銀行排號系統(tǒng)(By?WLL)\Bank_Queue\res\Bank_Queue.ico

............此處省略33個文件信息

評論

共有 條評論