1using
system;
2using
system.collections.generic;
3using
system.linq;
4using
system.text;56
namespace
bus7
},19
new station,
20new station,
21new station,
22new station,
23new station,
24new station,
25new station,
26new station,
27new station,
28new station,
29new station,30}
3132
});33
34 carlist.add( new
car35,39
new station,
40new station,
41new station,
42new station,
43new station,
44new station,
45new station,
46new station,
47new station,
48new station,
49new station,50}
5152 }); station s = new
station();
5354 s.name = "
站點5"
;55 station e = new
station();
5657 e.name = "
站點7";58
59 solution sln = new
solution(carlist,s,e);
60sln.find();
61console.read();62}
6364}65
66//
班車67
public
class
car68
74set 75}
7677
private
station stations;
7879
internal
station stations
8082
set 83}
848586}
87//
站點88
public
class
station
8997
set 98}
99public
string
name
100102
set
103}
104}
105//
換車站點
106public
class
stationturn : station
107113
set
114}
115116
}117
118public
class
solution
119134
public
void
find()
135153
return
false
;154
}).first().id);
155156
}157
}158
159}
160}
161162
}163
164//
找指點站的站牌
165private listfindcar(string
stationname)
166174
}175
return
list;
176}
177}
178 }
最近特無聊,且經常用公交查詢系統,突然想自己也做出乙個來,希望能堅持下去。
功能描述:能實現公交與地鐵,公交與公交,地鐵與地鐵的(0,1,2,3,4換乘方式),班車,站點的資料由管理員後台管理,與維護。要面向程式設計。要考慮到以後webservice服務。
公交乘車(又犯一次
公路乘車 描述 description 乙個特別的單行街道在每公里處有乙個汽車站。顧客根據他們乘坐汽車的公里使來付費。例如樣例的第一行就是乙個費用的單子。沒有一輛車子行駛超過10公里,乙個顧客打算行駛n公里 1 n 100 它可以通過無限次的換車來完成旅程。最後要求費用最少。輸入格式 inputfo...
記一次sql查詢
效果圖 要查詢出如上圖的效果 知識點.1.多表巢狀查詢.2.輸出查詢結果,group concat函式 3.關聯查詢 select t1.學校,case when t1.年級 2017 then 1年級 when t1.年級 2016 then 2年級 when t1.年級 2015 then 3年...
記一次複雜查詢
專案中有乙個需求,查出使用者取出,充值次數,金額,使用者名稱,金幣的總量和每局遊戲的盈虧等做乙個統計,而他們分布在個表中,分別是使用者表,使用者取出表,使用者充值表,每局遊戲表中。首先想到的就是要分組查詢,group by user.userid.因為有的使用者有充值記錄但不一定有取出記錄,所以需要...