- 1、本文档共10页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
一种高效的凸连通子图枚举算法-软件学报
ISSN 1000-9825, CODEN RUXUEW E-mail: jos@
Journal of Software , Vol.21, No.12, December 2010, pp.3106−3115
doi: 10.3724/SP.J.1001.2010.03676 Tel/Fax: +86-10
© by Institute of Software , the Chinese Academy of Sciences . All rights reserved.
∗
一种高效的凸连通子图枚举算法
+
薄 拾 , 葛 宁, 林孝康
(清华大学 电子工程系,北京 100084)
Efficient Algorithm for Convex Connected Subgraph Enumeration
+
BO Shi , GE Ning, LIN Xiao-Kang
(Department of Electronic Engineering, Tsinghua University, Beijing 100084, China)
+ Corresponding author: E-mail: boshi99@
Bo S, Ge N, Lin XK. Efficient algorithm for convex connected subgraph enumeration. Journal of Software,
2010,21(12):3106−3115. /1000-9825/3676.htm
Abstract : Enumerating convex connected subgraphs from data flow graphs of application hot-spots is required
when designing instructions for a configurable processor. To achieve fast enumeration, properties of convex
subgraphs of directed acyclic graph are studied. Based on the properties of convex subgraphs and adjacency of
vertices, AS (adjacent search), a novel algorithm for enumerating convex connected subgraphs satisfying I/O
constraints is presented. Results of experiments show that AS algorithm is more efficient than the existing algorithm,
and rate is 10~1000X as fast. While the existing algorithm fails on large scale data-flow graphs, the AS algorithm is
still able to accomplish enumeration successfully.
Key words: convex connected subgraph; directed acyclic graph; dataflow graph; enumeration; configurable
processor; custom instruction
摘 要: 在可配置处理器的定制指令设计过程中,需要提取热点代码数据流图的凸连通子图.为实现子图的快速
枚举,对有向无环图内的凸子图特性进行了研究.根据凸子
文档评论(0)