资源简介
编程设计北京市公交/地铁查询系统
能够录入和修改公交线路的信息(存储在数据文件中)
只有被授权工作人员可以使用此功能
查询所有线路(按起点名称排序)信息
起点、终点、首末车时间、票价规则、……
查询指定线路的公交线路详情
沿途站点、首末车时间、票价规则、站间距离、……
查询某一位置途径的所有公交线路
选作:位置同义词判定。如:明光村和明光桥东
指定起点和终点,查询乘车方案
无条件 (90分)
换乘次数少优先(少于3次) (3分)
距离短优先 (3分)
票价节省优先
代码片段和文件信息
// bus_line.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “bus_line.h“
#include “bus_lineDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBus_lineApp
BEGIN_MESSAGE_MAP(CBus_lineApp CWinApp)
//{{AFX_MSG_MAP(CBus_lineApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CBus_lineApp construction
CBus_lineApp::CBus_lineApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBus_lineApp object
CBus_lineApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CBus_lineApp initialization
BOOL CBus_lineApp::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
CBus_lineDlg 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 2011-06-24 01:20 MFC版本 最少换乘 最小路径完成版\
文件 46584 2011-06-10 00:39 MFC版本 最少换乘 最小路径完成版\bus_line.aps
文件 4403 2011-06-10 00:58 MFC版本 最少换乘 最小路径完成版\bus_line.clw
文件 2091 2011-05-30 23:31 MFC版本 最少换乘 最小路径完成版\bus_line.cpp
文件 5270 2011-05-30 23:31 MFC版本 最少换乘 最小路径完成版\bus_line.dsp
文件 522 2011-05-30 23:31 MFC版本 最少换乘 最小路径完成版\bus_line.dsw
文件 1344 2011-05-30 23:31 MFC版本 最少换乘 最小路径完成版\bus_line.h
文件 484352 2011-06-10 00:58 MFC版本 最少换乘 最小路径完成版\bus_line.ncb
文件 55808 2011-06-10 00:58 MFC版本 最少换乘 最小路径完成版\bus_line.opt
文件 1365 2011-06-10 00:57 MFC版本 最少换乘 最小路径完成版\bus_line.plg
文件 10658 2011-06-10 00:39 MFC版本 最少换乘 最小路径完成版\bus_line.rc
文件 5166 2011-05-30 23:31 MFC版本 最少换乘 最小路径完成版\bus_lineDlg.cpp
文件 1498 2011-05-30 23:31 MFC版本 最少换乘 最小路径完成版\bus_lineDlg.h
目录 0 2011-06-24 01:20 MFC版本 最少换乘 最小路径完成版\Debug\
文件 5661696 2011-06-06 23:25 MFC版本 最少换乘 最小路径完成版\Debug\bus_line.bsc
文件 2924649 2011-06-10 00:57 MFC版本 最少换乘 最小路径完成版\Debug\bus_line.exe
文件 3750760 2011-06-10 00:57 MFC版本 最少换乘 最小路径完成版\Debug\bus_line.ilk
文件 22397 2011-06-09 08:57 MFC版本 最少换乘 最小路径完成版\Debug\bus_line.obj
文件 7044832 2011-06-09 08:57 MFC版本 最少换乘 最小路径完成版\Debug\bus_line.pch
文件 4957184 2011-06-10 00:57 MFC版本 最少换乘 最小路径完成版\Debug\bus_line.pdb
文件 15732 2011-06-10 00:39 MFC版本 最少换乘 最小路径完成版\Debug\bus_line.res
文件 1364816 2011-06-09 08:57 MFC版本 最少换乘 最小路径完成版\Debug\bus_line.sbr
文件 43773 2011-06-09 08:57 MFC版本 最少换乘 最小路径完成版\Debug\bus_lineDlg.obj
文件 1369568 2011-06-09 08:57 MFC版本 最少换乘 最小路径完成版\Debug\bus_lineDlg.sbr
文件 1483 2011-06-06 23:35 MFC版本 最少换乘 最小路径完成版\Debug\Entrance.obj
文件 128 2011-06-06 23:35 MFC版本 最少换乘 最小路径完成版\Debug\Entrance.sbr
文件 28190 2011-06-09 08:57 MFC版本 最少换乘 最小路径完成版\Debug\ENTRANCE1.obj
文件 1474848 2011-06-09 08:57 MFC版本 最少换乘 最小路径完成版\Debug\ENTRANCE1.sbr
文件 43875 2011-06-09 08:57 MFC版本 最少换乘 最小路径完成版\Debug\LineDlg.obj
文件 1482273 2011-06-09 08:57 MFC版本 最少换乘 最小路径完成版\Debug\LineDlg.sbr
文件 241731 2011-06-10 00:56 MFC版本 最少换乘 最小路径完成版\Debug\onservation.obj
............此处省略36个文件信息
- 上一篇:商品销售管理系统源码和附加数据库
- 下一篇:vs2013串口程序
相关资源
- 商品销售管理系统源码和附加数据库
- c++基于Windows编程的打飞机小游戏源代
- MFC局域网聊天室可屏蔽、可私聊C++ 客
- MFC航空客运订票系统
- C++程序设计历年真题复习资料 04737
- marching_cubes算法C++
- 基于MFC的虚拟键盘
- 亲测VC++ 编程助手 Vissual AssistX (VS
- Cppcheck源代码
- OGRE嵌入MFC代码以及嵌入过程说明
- Visual C++ 从入门到精通 配套光盘 源码
- C/C++图像处理编程
- 交通模拟-c语言数据结构课程设计
- c++课程设计-----股票交易系统源代码
- 数字信号处理C语言算法实现
- MFC实现rtsp视频流的播放
- c++远控源码
- 浙工大研究生考试845C++历年真题2012
-
Qt使用QMediaPla
yer制作的视频播放器 - teechart代码教程
- 《Visual C++2013从入门到精通视频教学版
- c++ & QT 餐厅服务系统
- 基于C++的基础车牌识别
- 基于opencv的C++车牌识别
- GDI+绘制矩形,并且实现可旋转、缩放
- vc++6.0.rar
- VS2010——Mschart应用成功
- MFC 绘制半透明文字并保存为背景透明
- c++语言写的 图书管理系统
- MFC 常用界面组件集合CGridCtrl
评论
共有 条评论