#include#include#include#defineMaxSize100#defineVISITED1#defineNOTVISITED0">
校園導游系統(tǒng)源程序.doc

校園導游系統(tǒng)源程序.doc

ID:49533227

大?。?3.50 KB

頁數(shù):12頁

時間:2020-03-02

校園導游系統(tǒng)源程序.doc_第1頁
校園導游系統(tǒng)源程序.doc_第2頁
校園導游系統(tǒng)源程序.doc_第3頁
校園導游系統(tǒng)源程序.doc_第4頁
校園導游系統(tǒng)源程序.doc_第5頁
資源描述:

《校園導游系統(tǒng)源程序.doc》由會員上傳分享,免費在線閱讀,更多相關內容在行業(yè)資料-天天文庫。

1、#include#include#include#include#defineMaxSize100#defineVISITED1#defineNOTVISITED0#defineInfinite1073741823#defineMaxViewNum50/*景點個數(shù)最大50*/#defineMaxRoad1000/*定義路徑為無窮大*/#defineN16/*目前景點個數(shù)*/typedefstruct{charname[30];/*景點名稱*/charnumber[10];/*景點代號*

2、/charintroduce[200];/*景點介紹*/}Elemtype;typedefstruct{intnum;/*景點編號*/Elemtypedate;/*景點信息*/}View;/*定義景點*/typedefstruct{Viewview[MaxViewNum];/*存放頂點的一維數(shù)組,數(shù)組第零單元沒有用上*/unsignedintlength[MaxViewNum][MaxViewNum];/*存放路徑長度*/intm,n;}MGraph;MGraphMGr;/*全局變量,定義MGr為MGraph類型*/intshortest[MaxViewNum

3、][MaxViewNum];/*定義全局變量存貯最小路徑*/intpath[MaxViewNum][MaxViewNum];/*定義存貯路徑*/voidinit(){inti,j;MGr.view[1].num=1;strcpy(MGr.view[1].date.name,"學校正門");strcpy(MGr.view[1].date.number,"001");strcpy(MGr.view[1].date.introduce,"毗鄰中心大道,交通便利。");MGr.view[2].num=2;strcpy(MGr.view[2].date.name,"行政

4、樓");strcpy(MGr.view[2].date.number,"002");strcpy(MGr.view[2].date.introduce,"學校領導,辦公主樓。");MGr.view[3].num=3;strcpy(MGr.view[3].date.name,"科技樓");strcpy(MGr.view[3].date.number,"003");strcpy(MGr.view[3].date.introduce,"逸夫科技樓");MGr.view[4].num=4;strcpy(MGr.view[4].date.name,"家屬院");strc

5、py(MGr.view[4].date.number,"004");strcpy(MGr.view[4].date.introduce,"蘭州理工大學,教職工家屬院。");MGr.view[5].num=5;strcpy(MGr.view[5].date.name,"圖書館");strcpy(MGr.view[5].date.number,"005");strcpy(MGr.view[5].date.introduce,"歷史悠久,文化積淀。供同學安靜學習的環(huán)境。");MGr.view[6].num=6;strcpy(MGr.view[6].date.name

6、,"機械基地");strcpy(MGr.view[6].date.number,"006");strcpy(MGr.view[6].date.introduce,"土木工程學院和機電工程學院,實習實踐的地方。");MGr.view[7].num=7;strcpy(MGr.view[7].date.name,"學生公寓");strcpy(MGr.view[7].date.number,"007");strcpy(MGr.view[7].date.introduce,"學生宿舍區(qū),本科、研究生,以及教師公寓。");MGr.view[8].num=8;strcpy(

7、MGr.view[8].date.name,"餐廳");strcpy(MGr.view[8].date.number,"008");strcpy(MGr.view[8].date.introduce,"清澤、智林、風味三大餐廳,周邊開水房等服務場所。");MGr.view[9].num=9;strcpy(MGr.view[9].date.name,"怡情園");strcpy(MGr.view[9].date.number,"009");strcpy(MGr.view[9].date.introduce,"學校新修建的花園,景色優(yōu)美,適合同學們晨讀");MGr.

8、view[10].num=10;str

當前文檔最多預覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當前文檔最多預覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學公式或PPT動畫的文件,查看預覽時可能會顯示錯亂或異常,文件下載后無此問題,請放心下載。
2. 本文檔由用戶上傳,版權歸屬用戶,天天文庫負責整理代發(fā)布。如果您對本文檔版權有爭議請及時聯(lián)系客服。
3. 下載前請仔細閱讀文檔內容,確認文檔內容符合您的需求后進行下載,若出現(xiàn)內容與標題不符可向本站投訴處理。
4. 下載文檔時可能由于網(wǎng)絡波動等原因無法下載或下載錯誤,付費完成后未能成功下載的用戶請聯(lián)系客服處理。