资源简介
实现了银行排号叫号系统,有两种版本,一种是用控制台程序,一种使用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个文件信息
相关资源
- vc++2010学习版 最新版Microsoft Visual C+
-
Inside_the_C++_ob
ject_Model - VC++编写的科学计算器
- 动画编程 人体骨骼运动Forward Kinemat
- C++网络编程文件之第七章 网络层协议
- 在MFC的对话框类中向闭合区域填充颜
- C++ Primer第四版中文高清非扫描版
- MFC+OpenGL 读取并显示STL三维模型
- 谭浩强c++第二章例题
- c++FTP上传程序源代码
- MFC与SQL Server
- KNN分类算法C++实现十次十倍交叉验证
- 图书管理系统C++数据结构
- MFC编写的图书管理系统,用到数据库
- 用C++编写的翻牌类游戏
- MFC 版俄罗斯方块
- C++中国象棋人机对弈的实现
- accelerate c++ 英文版
- visual c++程序设计与应用教程课后操作
- 基于MFC的UDP通信实现
- opengl VisualC++
- 自定义消息
- 计算器 C++源码实现+-*\\()
- C++课程设计计算器
- 毕业设计-C++俄罗斯方块
- Opengl VC++演示六轴机械手
- c与c++嵌入式系统编程.pdf
- mfc 实现迷宫程序
- 基于网格的坡度滤波C++程序
- MiniSQL 用C++实现100166
评论
共有 条评论