91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 2.97MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-09-10
  • 語言: 其他
  • 標(biāo)簽:

資源簡介

全國交通咨詢模擬系統(tǒng)、火車、車次、鐵路線、站臺、時刻表等

資源截圖

代碼片段和文件信息

#include“AdjMWGraph.h“
#include
using?namespace?std;
void?main(){
cout?< int?x=1;
while(x){
cout<<“?—————————————————————“< cout<<“?????????????全國交通咨詢模擬系統(tǒng)“< cout<<“??????????????1、選擇火車查詢“< cout<<“??????????????2、選擇飛機查詢“< cout<<“??????????????0、退出程序“< cout<<“?—————————————————————“< int?choose;
cin>>choose;
switch(choose){
case?1:{
AdjMWGraph?train_map(100);
SeqList?station_list(100);
SeqList?rowcolweight_list(100);
SeqList?path_list(100);
train_map.IfileStation(station_list);
train_map.IfileRowColWeight(rowcolweight_list);
train_map.IfilePath(path_list);
train_map.Creat(train_map?station_liststation_list.Size()?rowcolweight_listrowcolweight_list.Size());
train_map.GetTrainsToEdge(path_listrowcolweight_listtrain_map);
train_map.Face(station_listpath_listtrain_maprowcolweight_list);
train_map.OfilePath(path_list);
train_map.OfileRowColWeight(rowcolweight_list);
train_map.OfileStation(station_list);
?}
break;
case?2:{
?????AdjMWGraph?plane_map(100);
SeqList?station_list_plane(100);
SeqList?rowcolweight_list_plane(100);
SeqList?path_list_plane(100);
plane_map.IfileStationOfPlane(station_list_plane);
plane_map.IfileRowColWeightOfPlane?(rowcolweight_list_plane);
plane_map.IfilePathOfPlane(path_list_plane);
plane_map.GetTrainsToEdge(path_list_planerowcolweight_list_planeplane_map);
plane_map.Creat(plane_map?station_list_planestation_list_plane.Size()?rowcolweight_list_planerowcolweight_list_plane.Size());
plane_map.Face(station_list_planepath_list_planeplane_maprowcolweight_list_plane);
// plane_map.OfilePath(path_list_plane);
// plane_map.OfileRowColWeight(rowcolweight_list_plane);
//plane_map.OfileStation(station_list_plane);
?}
break;
case?0:
x=0;
break;
default:?
cout<<“輸入有誤!“< }
}

//train_map.SearchPath(path_listtrain_map);

}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-01-03?22:16??全國交通咨詢模擬\
?????目錄???????????0??2017-01-03?22:14??全國交通咨詢模擬\.vs\
?????目錄???????????0??2017-01-03?22:14??全國交通咨詢模擬\.vs\全國交通咨詢模擬\
?????目錄???????????0??2017-01-03?22:14??全國交通咨詢模擬\.vs\全國交通咨詢模擬\v14\
?????文件??????125952??2017-01-03?22:16??全國交通咨詢模擬\.vs\全國交通咨詢模擬\v14\.suo
?????目錄???????????0??2017-01-03?22:16??全國交通咨詢模擬\全國交通咨詢模擬\
?????文件???????36024??2015-07-24?17:25??全國交通咨詢模擬\全國交通咨詢模擬\AdjMWGraph.h
?????文件?????????179??2015-07-09?15:34??全國交通咨詢模擬\全國交通咨詢模擬\Path.h
?????文件?????????305??2017-01-03?22:16??全國交通咨詢模擬\全國交通咨詢模擬\Path.txt
?????文件?????????207??2015-07-24?17:35??全國交通咨詢模擬\全國交通咨詢模擬\PathNode.h
?????文件?????????305??2015-07-24?17:25??全國交通咨詢模擬\全國交通咨詢模擬\PathOfPlane.txt
?????文件?????????268??2015-07-11?23:30??全國交通咨詢模擬\全國交通咨詢模擬\RowColWeight.h
?????文件?????????149??2017-01-03?22:16??全國交通咨詢模擬\全國交通咨詢模擬\RowColWeight.txt
?????文件?????????149??2015-07-24?17:25??全國交通咨詢模擬\全國交通咨詢模擬\RowColWeightOfPlane.txt
?????文件?????????596??2015-07-11?12:03??全國交通咨詢模擬\全國交通咨詢模擬\Save_all_Train.h
?????文件????????2281??2015-07-12?16:04??全國交通咨詢模擬\全國交通咨詢模擬\SeqList.h
?????文件?????????128??2015-07-09?15:30??全國交通咨詢模擬\全國交通咨詢模擬\Station.h
?????文件??????????80??2017-01-03?22:16??全國交通咨詢模擬\全國交通咨詢模擬\Station.txt
?????文件??????????80??2015-07-24?17:25??全國交通咨詢模擬\全國交通咨詢模擬\StationOfPlane.txt
?????文件?????????326??2015-07-12?21:03??全國交通咨詢模擬\全國交通咨詢模擬\TreeNode.h
?????文件?????????411??2015-07-11?14:26??全國交通咨詢模擬\全國交通咨詢模擬\UseToPrintf.h
?????文件????????2243??2015-07-24?16:52??全國交通咨詢模擬\全國交通咨詢模擬\manage.cpp
?????文件????????4614??2017-01-03?22:15??全國交通咨詢模擬\全國交通咨詢模擬\全國交通咨詢模擬.vcxproj
?????文件????????1794??2015-07-11?11:21??全國交通咨詢模擬\全國交通咨詢模擬\全國交通咨詢模擬.vcxproj.filters
?????文件?????8626176??2017-01-03?22:16??全國交通咨詢模擬\全國交通咨詢模擬.VC.db
?????文件????????3270??2015-07-24?16:22??全國交通咨詢模擬\全國交通咨詢模擬.psess
?????文件????????1111??2017-01-03?22:16??全國交通咨詢模擬\全國交通咨詢模擬.sln
?????文件??????126976??2015-10-27?18:56??全國交通咨詢模擬\全國交通咨詢模擬.v11.suo

評論

共有 條評論