资源简介
MFC 实现的操作系统的银行家算法 用于解决资源分配问题,核心算法是回溯法
代码片段和文件信息
// BankArthmatic.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “BankArthmatic.h“
#include “BankArthmaticDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBankArthmaticApp
BEGIN_MESSAGE_MAP(CBankArthmaticApp CWinApp)
//{{AFX_MSG_MAP(CBankArthmaticApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CBankArthmaticApp construction
CBankArthmaticApp::CBankArthmaticApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBankArthmaticApp object
CBankArthmaticApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CBankArthmaticApp initialization
BOOL CBankArthmaticApp::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
CBankArthmaticDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2161 2008-04-23 23:55 复件 BankArthmatic\BankArthmatic.cpp
文件 4782 2008-04-28 16:54 复件 BankArthmatic\BankArthmatic.dsp
文件 551 2008-04-23 23:55 复件 BankArthmatic\BankArthmatic.dsw
文件 1401 2008-04-23 23:55 复件 BankArthmatic\BankArthmatic.h
文件 197632 2008-05-07 23:28 复件 BankArthmatic\BankArthmatic.ncb
文件 57856 2008-05-07 23:28 复件 BankArthmatic\BankArthmatic.opt
文件 1112 2008-05-05 18:37 复件 BankArthmatic\BankArthmatic.plg
文件 6485 2008-04-29 22:04 复件 BankArthmatic\BankArthmatic.rc
文件 11916 2008-04-28 17:44 复件 BankArthmatic\BankArthmaticDlg.cpp
文件 1837 2008-04-28 17:18 复件 BankArthmatic\BankArthmaticDlg.h
文件 127063 2008-05-05 18:37 复件 BankArthmatic\Debug\BankArthmatic.exe
文件 13340 2008-04-28 17:18 复件 BankArthmatic\Debug\BankArthmatic.obj
文件 427008 2008-05-05 18:37 复件 BankArthmatic\Debug\BankArthmatic.pdb
文件 3236 2008-05-05 18:37 复件 BankArthmatic\Debug\BankArthmatic.res
文件 45471 2008-04-28 17:44 复件 BankArthmatic\Debug\BankArthmaticDlg.obj
文件 9777 2008-04-28 16:32 复件 BankArthmatic\Debug\LQueue.obj
文件 9640 2008-04-28 16:32 复件 BankArthmatic\Debug\LStack.obj
文件 12374 2008-05-05 18:20 复件 BankArthmatic\Debug\RCa02516
文件 105616 2008-04-28 16:32 复件 BankArthmatic\Debug\StdAfx.obj
文件 364544 2008-04-29 22:03 复件 BankArthmatic\Debug\vc60.pdb
文件 11064 2008-04-28 16:32 复件 BankArthmatic\Debug\work.obj
文件 19343 2008-04-29 22:03 复件 BankArthmatic\Debug\WorkStudio.obj
目录 0 2008-08-21 20:27 复件 BankArthmatic\Debug
文件 1538 2008-04-23 23:55 复件 BankArthmatic\LQueue.cpp
文件 654 2008-04-23 23:55 复件 BankArthmatic\LQueue.h
文件 1273 2008-04-23 23:55 复件 BankArthmatic\LStack.cpp
文件 705 2008-04-23 23:55 复件 BankArthmatic\LStack.h
文件 3705 2008-04-23 23:55 复件 BankArthmatic\ReadMe.txt
文件 1078 2008-04-18 23:40 复件 BankArthmatic\res\BankArthmatic.ico
文件 405 2008-04-18 23:40 复件 BankArthmatic\res\BankArthmatic.rc2
............此处省略12个文件信息
相关资源
- MFC对话框标题栏的隐藏和高度设置
- easysize MFC对话框大小自动调整
- 基于无限射频卡的饭卡充值系统MFC
- MFC modBus 读写串口
- MFC通过windowsAPI控制计算机关机,注销
- 在MFC中嵌入cef浏览器demo
- mfc安装全局钩子,显示窗口的标题
- OpenSSL+VC6.0 实现的安全Web Server 客户端
- OpenGl文字显示c++类
- VC/MFC 布局类
- MFC 动态数据显示控件
- DX_MFC框架
- 斗地主MFC源代码
- MFC对话框打印及预览功能完美版
- C++ 3D 五子棋 opengl
- MFC实现可拖动的按钮
- 声纹识别MATLAB源程序全代码
- MFC 计算文件MD5码 VC++
- c++编的mfc 贪吃蛇游戏
- mfc 对话框 创建进度条 显示当前进度
- MFC操作Excel表,excel.hexcel.cpp源码
- 基于mfc tcp 文件传输 源代码
- MFC(C++)程序与文件关联后缀名含C
- MFC铅笔直线矩形菱形 算法
- vc++6.0配置OpenCV
- 使用OpenGL编写的三维曲线和曲面,V
- MFC 五子棋 一个简单的五子棋游戏
- 酒店管理系统 VC++ MFC实现)
- 用c++ 定义一个车(Vehicle)基类,有
- 基于OpenCV的图像检索系统(源码)
评论
共有 条评论