第一范文网 - 专业文章范例文档资料分享平台

全国交通咨询模拟报告

来源:用户分享 时间:2025/6/1 15:13:25 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

全国交通咨询模拟

r->adjvex)).stata[0].begintime[0],(*(*(arcs+q->adjvex)+r->adjvex)).stata[0].begintime[1],G.vertices[q->adjvex].cityname,G.vertices[r->adjvex].cityname);

q=r;

r=r->next; n++;

}

printf(\最少中转次数是%d次\\n\\n\

for(v=0;v

{

q=p[v].next;

while(q!=NULL)

{

s=q;

q=q->next; free(s);

}

for(v=0;v

q=p[v].next; }

}

t=t->nextarc;

}

EnterQueue(&Q,w);

} free(p); return;

}

p[v].next=NULL;

while(q!=NULL)

29

全国交通咨询模拟

{

s=q;

q=q->next; free(s);

}

p[v].next=NULL;

}

free(p);

if(k==1)

printf(\不存在列车车次从%s到

%s\\n\\n\

else

printf(\不存在飞机航班从%s到

%s\\n\\n\

}

void MinExpenditure(infolist arcs,float *expenditure,int *route) {

int i;

*expenditure=arcs.stata[0].expenditure; if(*expenditure

*route=0;

else

*route=-1;

for(i=1;i<=arcs.last;i++)

if(arcs.stata[i].expenditure<*expenditure) {

*expenditure=arcs.stata[i].expenditure;

*route=i; }

30

}

全国交通咨询模拟

4.4.求城市v0,v1之间的最少费用程序:

void ExpenditureDispose(int k,infolist (*arcs)[MAX_VERTEX_NUM],ALGraph G,int v0,int v1,float *M,int *final)

{

int v=-1,w,i,route;

float m,expenditure; Node *p,*q,*r,*s;

p=(Node *)malloc(G.vexnum*sizeof(Node)); for(v=0;v

{

*(final+v)=False;

MinExpenditure(*(*(arcs+v0)+v),M+v,&route); p[v].next=NULL; if(*(M+v)

{

q=(Node *)malloc(sizeof(Node));

s=(Node *)malloc(sizeof(Node)); q->adjvex=v0; s->adjvex=v; s->route=route; p[v].next=q; q->next=s; s->next=NULL;

}

*(M+v0)=0;

}

*(final+v0)=True; for(i=1;i

{

31

全国交通咨询模拟

m=INFINITY;

v=-1;

for(w=0;w

if(*(final+w)==False)

if(*(M+w)

v=w;

m=*(M+w);

}

if(v==v1) {

q=p[v].next;

r=q->next;

printf(\旅行路线是:\\n\ while(r!=NULL)

{

if(k==1)

printf(\乘坐No.%d列车车次在%d:%d从%s到%

s\\n\jvex)+r->adjvex)).stata[r->route].begintime[0],(*(*(arcs+q->adjvex)+r->adjvex)).stata[r->route].begintime[1],G.vertices[q->adjvex].cityname,G.vertices[r->adjvex].cityname);

else

printf(\乘坐No.%d飞机航班在%d:%d从%s到%s\\n\djvex)+r->adjvex)).stata[r->route].begintime[0],(*(*(arcs+q->adjvex)+r->adjvex)).stata[r->route].begintime[1],G.vertices[q->adjvex].cityname,G.vertices[r->adjvex].cityname);

q=r; r=r->next;

32

搜索更多关于: 全国交通咨询模拟报告 的文档
全国交通咨询模拟报告.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c0ty0p1pftw4oweh0piwg_9.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top