全文预览

数据结构--全国铁路运输网最佳经由问题

上传者:徐小白 |  格式:doc  |  页数:42 |  大小:2048KB

文档介绍
tw(8)<<lines[i].Lid<<setw(12)<<lines[i].LName<<setw(10)<<lines[i].s tart_id; cout<<setw(10)<<lines[i].end_id<<setw(8)<<lines[i].dist<<lines[i].sign<<end l;} cout<<resetiosflags(ios::left); // 这里输出文本中的信息} (5) 查询车站信息函数 void search() // 查询车站信息(所在的铁路线) { cout<< "Please enter the station name:" ; char sta_name[20]; cin>>sta_name; // 输入要查询的名字 cout<<endl; int i,mark; for (i=0;i<view_count;i++) { if (strcmp(sta_name,views[i].name)==0) { cout<< "the station informations is:\n" <<endl; cout<<setiosflags(ios::left); cout<<setw(8)<< "id" <<setw(9)<< "name" <<setw(8)<< "code" <<setw(12)<< "shortname " <<setw(10)<< "LName" <<endl; cout<<setw(8)<<views[i].id<<setw(9)<<views[i].name<<setw(8)<<views[i].code< <setw(12); cout<<views[i].shortname<<views[i].LName<<endl; cout<<resetiosflags(ios::left); break ;}

收藏

分享

举报
下载此文档