文件名称:Program1WireRourtingFall2014
-
所属分类:
- 标签属性:
- 上传时间:2015-01-14
-
文件大小:49.07kb
-
已下载:0次
-
提 供 者:
-
相关连接:无
-
下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
WireRourting布线程序
给定一个矩阵,里面有1和0,0代表可通过,1代表不可通过,给定一个start position,要求找到target position的最短路径-WireRourting
A common approach to the wire routing problem for electrical circuits is to impose a grid over the wire
routing region. The grid divides the routing region into an m x m array of squares. A wire runs from
midpoint of one square S to the midpoint of another T. In doing so, wire may take right angle turns.
Grid squares which already have wire through them are blocked. To minimize the signal delay we wish
to route the wire using shortest path between S and T.
给定一个矩阵,里面有1和0,0代表可通过,1代表不可通过,给定一个start position,要求找到target position的最短路径-WireRourting
A common approach to the wire routing problem for electrical circuits is to impose a grid over the wire
routing region. The grid divides the routing region into an m x m array of squares. A wire runs from
midpoint of one square S to the midpoint of another T. In doing so, wire may take right angle turns.
Grid squares which already have wire through them are blocked. To minimize the signal delay we wish
to route the wire using shortest path between S and T.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Program1WireRourtingFall2014/main
Program1WireRourtingFall2014/main.cpp
Program1WireRourtingFall2014/main.o
Program1WireRourtingFall2014/Makefile
Program1WireRourtingFall2014/Position.cpp
Program1WireRourtingFall2014/Position.h
Program1WireRourtingFall2014/Position.o
Program1WireRourtingFall2014/Program1WireRourtingFall2014.pdf
Program1WireRourtingFall2014/Queue.cpp
Program1WireRourtingFall2014/Queue.h
Program1WireRourtingFall2014/Queue.o
Program1WireRourtingFall2014/sample.txt
Program1WireRourtingFall2014/sample_grid
Program1WireRourtingFall2014/WireRouting.cpp
Program1WireRourtingFall2014/WireRouting.h
Program1WireRourtingFall2014/WireRouting.o
Program1WireRourtingFall2014
Program1WireRourtingFall2014/main.cpp
Program1WireRourtingFall2014/main.o
Program1WireRourtingFall2014/Makefile
Program1WireRourtingFall2014/Position.cpp
Program1WireRourtingFall2014/Position.h
Program1WireRourtingFall2014/Position.o
Program1WireRourtingFall2014/Program1WireRourtingFall2014.pdf
Program1WireRourtingFall2014/Queue.cpp
Program1WireRourtingFall2014/Queue.h
Program1WireRourtingFall2014/Queue.o
Program1WireRourtingFall2014/sample.txt
Program1WireRourtingFall2014/sample_grid
Program1WireRourtingFall2014/WireRouting.cpp
Program1WireRourtingFall2014/WireRouting.h
Program1WireRourtingFall2014/WireRouting.o
Program1WireRourtingFall2014