资源简介
多机调度(贪心算法).rar
代码片段和文件信息
// dispatcher.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “dispatcher.h“
#include “dispatcherDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDispatcherApp
BEGIN_MESSAGE_MAP(CDispatcherApp CWinApp)
//{{AFX_MSG_MAP(CDispatcherApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CDispatcherApp construction
CDispatcherApp::CDispatcherApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CDispatcherApp object
CDispatcherApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CDispatcherApp initialization
BOOL CDispatcherApp::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
CDispatcherDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3892224 2011-05-30 13:45 dispatcher\Debug\dispatcher.bsc
文件 127103 2011-05-30 13:45 dispatcher\Debug\dispatcher.exe
文件 391540 2011-05-30 13:45 dispatcher\Debug\dispatcher.ilk
文件 28425 2011-05-30 13:45 dispatcher\Debug\dispatcher.obj
文件 7134608 2011-05-22 12:46 dispatcher\Debug\dispatcher.pch
文件 558080 2011-05-30 13:45 dispatcher\Debug\dispatcher.pdb
文件 3212 2011-05-15 15:05 dispatcher\Debug\dispatcher.res
文件 0 2011-05-30 13:45 dispatcher\Debug\dispatcher.sbr
文件 107381 2011-05-30 13:45 dispatcher\Debug\dispatcherDlg.obj
文件 0 2011-05-30 13:45 dispatcher\Debug\dispatcherDlg.sbr
文件 106566 2011-05-22 12:46 dispatcher\Debug\StdAfx.obj
文件 1375896 2011-05-22 12:46 dispatcher\Debug\StdAfx.sbr
文件 254976 2011-05-30 13:45 dispatcher\Debug\vc60.idb
文件 421888 2011-05-30 13:45 dispatcher\Debug\vc60.pdb
文件 22252 2011-05-22 12:44 dispatcher\dispatcher.aps
文件 1742 2011-05-30 14:25 dispatcher\dispatcher.clw
文件 2119 2011-05-14 22:48 dispatcher\dispatcher.cpp
文件 4232 2011-05-22 13:12 dispatcher\dispatcher.dsp
文件 528 2011-05-14 22:48 dispatcher\dispatcher.dsw
文件 1370 2011-05-14 23:12 dispatcher\dispatcher.h
文件 74752 2011-05-30 14:25 dispatcher\dispatcher.ncb
文件 49664 2011-05-30 14:25 dispatcher\dispatcher.opt
文件 1257 2011-05-30 13:45 dispatcher\dispatcher.plg
文件 6314 2011-05-15 15:05 dispatcher\dispatcher.rc
文件 9420 2011-05-30 13:45 dispatcher\dispatcherDlg.cpp
文件 2245 2011-05-30 13:45 dispatcher\dispatcherDlg.h
文件 3651 2011-05-14 22:48 dispatcher\ReadMe.txt
文件 1078 2011-05-14 22:48 dispatcher\res\dispatcher.ico
文件 402 2011-05-14 22:48 dispatcher\res\dispatcher.rc2
文件 1240 2011-05-15 15:05 dispatcher\resource.h
............此处省略9个文件信息
- 上一篇:N皇后.rar
- 下一篇:jnjlc1_4985788.zip
相关资源
- jnjlc1_4985788.zip
- N皇后.rar
- EOS-Platform-7.0基础开发教程完整版.pd
- ADI高速、混合、微弱信号布线指南中
- db2驱动.zip
- (BlogYi)v1.7.5项目源文件.rar
- 自然资源一张图平台软件技术方案2
- 三调建库与管理系统使用手册2018102
- Maple教程.rar
- MediaTimer成功版.rar
- tf-faster-rcnn.rar
- WinHex.rar
- 30160830i6v7.gz
- ueditor.rar
- 20171225TIM3-PWM-螺旋桨调速.rar
- DR.COM自动测试帐号器.rar
- 精通比特币.rar
- ISO11898-3-2006道路车辆—控制器区域网
- FANUC-18I参数说明书.pdf
- AI安全调研报告_v5.docx
- 课程设计.rar100608
- 3750969ZXHNZXA10_F601V4.0.2P7T1_ZLD_UPGRADE.im
- A2Uploader.rar
- esp8266-technical_reference_en.pdf
- SIM800_datasheet.pdf
- 摄像测量学原理与应用研究_2009_于起
- GBT36073-2018数据管理能力成熟度评估模
- GBT23703知识管理.zip
- 51622469glomosim-2.03.rar
- cyxd_1.0.zip
评论
共有 条评论