資料結構 校園導遊諮詢系統

2021-05-26 05:06:53 字數 939 閱讀 9665

#include "string.h"

#include "stdio.h"

#include "malloc.h"

#include "stdlib.h"

#define max 20000

#define num 9

typedef struct arccell

arccell;

typedef struct vertextype

vertextype; 

typedef struct

mgraph; 

mgraph g; 

int p[num][num];

long int d[num];

int   x[9]=;

void createudn(int v,int a);

void narrate(); 

void shortestpath(int num);

void output(int sight1,int sight2);

char menu(); 

void search(); 

char searchmenu();

void   hamitonian(int); 

void   nextvalue(int);  

void   display();

void main()

;}while(ck!='e');

}char menu()

while(flag);

return c;

}char searchmenu()

while(flag);

return c;

}void search() }}

}}void hamitonian(int m) 

void nextvalue(int k) 

校園導遊諮詢

include include define maxv 20 define inf 32767 typedef struct mgraph 狄克斯特拉演算法 void ppath int path,int i,int v void printf int dist,int path,int s,int...

校園導遊諮詢

設計乙個校園導遊程式,為來訪的客人提供各種資訊查詢服務。1 設計學校的校園平面圖,所含景點不少於10個,以圖中頂點表示校內各景點,存放景點名稱 代號 簡介等資訊 以邊表示路徑,存放路徑長度等相關資訊 2 提供基本資訊的修改功能 3 為來訪客人提供圖中任意景點相關資訊的查詢 4 為來訪客人提供景點的問...

資料結構實訓 校園導遊系統

1 課題描述 一 基本要求 1 設計你的學校的校園平面圖,所含景點10 15個。以圖中頂點表示校園內各景點,存放景點名稱 代號 簡介等資訊 以邊表示路徑,存放路徑長度等相關資訊。2 為來訪客人提供圖中任意景點相關資訊的查詢。3 為來訪客人提供圖中任意景點的問路查詢,即查詢任意兩個景點之間的一條最短的...