文件名称:dianlu
-
所属分类:
- 标签属性:
- 上传时间:2013-10-17
-
文件大小:37kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
电路布线问题
【问题描述】
印刷电路板将布线区域划分为n╳n个方格阵列。在布线时,电路只能沿直线或直角布线。为避免线路相交,已布线的方格要做封锁标记。设起始位置为a,终止位置为b,求解电路布线问题。
【设计要求】
设计印刷电路板的布线模拟程序。
(1)采用栈或队列等数据结构。
(2)采用穷举法的回溯搜索,求a到b可能的布线线路。
(3)推荐采用层次优先搜索,求a到b最优的布线线路。
-Circuit wiring problem [Problem Descr iption] printed circuit board wiring area will be divided into n 鈺?n squares array. In wiring, circuit wiring only along a straight line or right angle. To avoid the lines intersect, the boxes have to do the wiring block tag. Let the starting position is a, the end position is b, solve the problem of the circuit wiring. [Design] design printed circuit board layout simulation program. (1) using data structures such as stacks or queues. (2) using the brute-force method of backtracking search, find a to b possible wiring lines. (3) recommended levels-first search, find a to b optimal wiring lines.
【问题描述】
印刷电路板将布线区域划分为n╳n个方格阵列。在布线时,电路只能沿直线或直角布线。为避免线路相交,已布线的方格要做封锁标记。设起始位置为a,终止位置为b,求解电路布线问题。
【设计要求】
设计印刷电路板的布线模拟程序。
(1)采用栈或队列等数据结构。
(2)采用穷举法的回溯搜索,求a到b可能的布线线路。
(3)推荐采用层次优先搜索,求a到b最优的布线线路。
-Circuit wiring problem [Problem Descr iption] printed circuit board wiring area will be divided into n 鈺?n squares array. In wiring, circuit wiring only along a straight line or right angle. To avoid the lines intersect, the boxes have to do the wiring block tag. Let the starting position is a, the end position is b, solve the problem of the circuit wiring. [Design] design printed circuit board layout simulation program. (1) using data structures such as stacks or queues. (2) using the brute-force method of backtracking search, find a to b possible wiring lines. (3) recommended levels-first search, find a to b optimal wiring lines.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
电路布线问题_C++程序.pdf
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.