• 大小: 11.36MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-28
  • 语言: C/C++
  • 标签: 公交车  C  MFC  北京  查询  

资源简介

编程设计北京市公交/地铁查询系统  能够录入和修改公交线路的信息(存储在数据文件中) 只有被授权工作人员可以使用此功能  查询所有线路(按起点名称排序)信息 起点、终点、首末车时间、票价规则、……  查询指定线路的公交线路详情 沿途站点、首末车时间、票价规则、站间距离、……  查询某一位置途径的所有公交线路 选作:位置同义词判定。如:明光村和明光桥东  指定起点和终点,查询乘车方案  无条件 (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个文件信息

评论

共有 条评论