电路布线问题C++

电路布线问题C++

ID:39560748

大小:38.50 KB

页数:5页

时间:2019-07-06

电路布线问题C++_第1页
电路布线问题C++_第2页
电路布线问题C++_第3页
电路布线问题C++_第4页
电路布线问题C++_第5页
资源描述:

《电路布线问题C++》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库

1、#include#includeusingnamespacestd;structPosition{introw;intcol;};structTEAM{intx;inty;TEAM*next;};Positionstart,end,path[100];TEAM*team_l=NULL;inta[100][100];intm,n,path_len;voidOutput(){inti,j;cout<<"-------------------布线区域图-------------------";for(i=0;i

2、;i++){for(j=0;j>m>>n;cout<<"请输入开始点坐标(x,y):";cin>>start.row>>start.col;cout<<"请输入结束点坐标(x,y):";cin>>end.row>>en

3、d.col;cout<<"区域内是否有被占用点?(y/n)";cin>>yes;while(yes=='y'){cout<<"请输入占用点的坐标(x,y):";cin>>x>>y;if(x<0

4、

5、x>m+1

6、

7、y<0

8、

9、y>n+1

10、

11、(x==start.row&&y==start.col)

12、

13、(x==end.row&&y==end.col)){cout<<"输入错误,请重新输入!!!";continue;}else{a[x][y]=-1;}cout<<"是否还有被占用点?(y/n)";cin>>yes;}for(x=0;x

14、]=-1;a[m+1][x]=-1;}for(x=0;xx=p.row;t->y=p.col;t->next=NULL;if(team_l==NULL){team_l=t;return;}while(q->next!=NULL){q=q->next;}q->next=t;return;}Positionoutq(){Positionout;out.row=team_l->x

15、;out.col=team_l->y;team_l=team_l->next;returnout;}voidFind_path(){Positionoffset[4];Positionhere={start.row,start.col};Positionnbr={0,0};intnum_of_nbrs=4;inti,j;offset[0].row=0;offset[0].col=1;//右offset[1].row=1;offset[1].col=0;//下offset[2].row=0;offset[2].col=-1;//左offset[3].row=-

16、1;offset[3].col=0;//上if((start.row==end.row)&&(start.col==end.col)){path_len=0;return;}while(1){for(i=0;i

17、r.col==end.col))break;Inq(nbr);//nbr入队}}if((nbr.row==end.row)&&(nbr.col==end.col))//是否到达目标位置finishbreak;if(team_l==NULL)//或节点队列是否为空{cout<<"没有结果!!!";return;}here=outq();}path_len=a[end.row][end.col];here=end;for(j=path_len-1;j>=0;j--)//往回找路径{path[j]=here;for(i=0;i

18、+){nbr.row=here.row+offset

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。