资源简介
实现 基于ACCESS 2003数据库的 公交查询系统 MFC 公交 C++ 最短路径 最少换乘
代码片段和文件信息
// BusManageSystem.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “BusManageSystem.h“
#include “BusManageSystemDlg.h“
//#include //ODBC数据库API头文件
//#include //包含数据库头文件
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBusManageSystemApp
BEGIN_MESSAGE_MAP(CBusManageSystemApp CWinApp)
//{{AFX_MSG_MAP(CBusManageSystemApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CBusManageSystemApp construction
CBusManageSystemApp::CBusManageSystemApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBusManageSystemApp object
CBusManageSystemApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CBusManageSystemApp initialization
BOOL CBusManageSystemApp::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
CBusManageSystemDlg 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;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-07-07 10:55 BusManageSystem少量站点可换乘\
文件 153600 2013-07-06 09:18 BusManageSystem少量站点可换乘\bus.mdb
文件 7192576 2013-07-06 23:56 BusManageSystem少量站点可换乘\bus1.mdb
文件 88064 2013-07-06 15:42 BusManageSystem少量站点可换乘\busline.mdb
文件 249856 2013-07-06 23:55 BusManageSystem少量站点可换乘\busline1.mdb
文件 11057852 2013-07-06 23:52 BusManageSystem少量站点可换乘\BusManageSystem.aps
文件 4547 2013-07-07 10:34 BusManageSystem少量站点可换乘\BusManageSystem.clw
文件 2283 2013-07-02 17:20 BusManageSystem少量站点可换乘\BusManageSystem.cpp
文件 5767 2013-07-03 21:53 BusManageSystem少量站点可换乘\BusManageSystem.dsp
文件 555 2013-07-02 13:57 BusManageSystem少量站点可换乘\BusManageSystem.dsw
文件 1423 2013-07-02 13:57 BusManageSystem少量站点可换乘\BusManageSystem.h
文件 427008 2013-07-07 10:35 BusManageSystem少量站点可换乘\BusManageSystem.ncb
文件 51712 2013-07-07 10:35 BusManageSystem少量站点可换乘\BusManageSystem.opt
文件 2962 2013-07-06 15:41 BusManageSystem少量站点可换乘\BusManageSystem.plg
文件 10775 2013-07-05 11:04 BusManageSystem少量站点可换乘\BusManageSystem.rc
文件 6456 2013-07-03 21:23 BusManageSystem少量站点可换乘\BusManageSystemDlg.cpp
文件 1673 2013-07-03 21:06 BusManageSystem少量站点可换乘\BusManageSystemDlg.h
文件 3406 2013-07-03 21:48 BusManageSystem少量站点可换乘\change12.cpp
文件 1320 2013-07-03 21:44 BusManageSystem少量站点可换乘\change12.h
目录 0 2013-07-06 17:03 BusManageSystem少量站点可换乘\Debug\
文件 5891072 2013-07-06 15:41 BusManageSystem少量站点可换乘\Debug\BusManageSystem.bsc
文件 15663233 2013-07-06 15:41 BusManageSystem少量站点可换乘\Debug\BusManageSystem.exe
文件 2982164 2013-07-06 15:41 BusManageSystem少量站点可换乘\Debug\BusManageSystem.ilk
文件 13267 2013-07-06 00:22 BusManageSystem少量站点可换乘\Debug\BusManageSystem.obj
文件 7676988 2013-07-06 00:22 BusManageSystem少量站点可换乘\Debug\BusManageSystem.pch
文件 4457472 2013-07-06 15:41 BusManageSystem少量站点可换乘\Debug\BusManageSystem.pdb
文件 11041688 2013-07-05 11:04 BusManageSystem少量站点可换乘\Debug\BusManageSystem.res
文件 0 2013-07-06 00:22 BusManageSystem少量站点可换乘\Debug\BusManageSystem.sbr
文件 38837 2013-07-06 00:22 BusManageSystem少量站点可换乘\Debug\BusManageSystemDlg.obj
文件 0 2013-07-06 00:22 BusManageSystem少量站点可换乘\Debug\BusManageSystemDlg.sbr
文件 26629 2013-07-06 00:22 BusManageSystem少量站点可换乘\Debug\change12.obj
............此处省略37个文件信息
相关资源
- 用二叉树做的心理测试mfc
- C++语音识别接口Microsoft Speech SDK简单清
- vs2010 mfc编写的串口助手
- Data Structures With C++ Using STL(中文版)
- OpenCV MFC实现图像处理大集合
- C++ MFC 调用twain接口采集图像
- 基于mfc的学生信息管理系统159407
- 上期技术CTP_C++_API实盘范例代码及帮助
- C++飞机游戏源代码
- LL1文法消除左递归编译原理mfc实现完
-
C++xm
l高级编程指南扫描版 - 基于VLC的MFC播放器
- 疯狂跑酷游戏
- C++ MFC实现计算器基本功能
- mfc实现抓包程序
- MFC ListCtrl控件上增加Comb以及可编写子
- TCPSocket摄像头实时传输视频和图片传
- 初步实现ATM机MFC、 实现ATM系统
- Visual C++角色扮演游戏程序设计电子书
- MFC生成二维码并显示的基于qrencode修改
- 嵌入式系统高级C语言编程.凌明(带详
- 基于MFC实现的数独小游戏,可在vc6.
- Visual C++ 2015 Redistributable Packages.(x6
- C++实现的人脸识别系统
- 传智播客 c/c++ 课件
- Visual C++ for Linux Development
- 大鱼吃小鱼C++课设funcode平台
-
深度探索C.对象模型]Inside The C++ ob
- 杨淑英VC++图像处理程序设计配套光盘
- C++ primer 6th Edition.pdf
评论
共有 条评论