Program-Dependence-Graph-Creator

时间:2021-04-30 22:40:56
【文件属性】:
文件名称:Program-Dependence-Graph-Creator
文件大小:294KB
文件格式:ZIP
更新时间:2021-04-30 22:40:56
C++ PDG:程序依赖图 由以下规则定义的非常基本的命令性程序的程序依赖关系图创建器。 assignment := x=Aexpr; conditional1 := if(Bexpr){ stmts; } else {stmts; } endif conditional2 := if(Bexpr){ stmts; } endif iterative := while(Bexpr){stmts; } stmt := assignment | conditionsal1 | conditional2 | iterative stmts := stmt | stmts; stmt Aexpr: = constant | variable | Aexpr + Aexpr | Aexpr – Aexpr | Aexpr * Aexpr | Aexpr /
【文件预览】:
Program-Dependence-Graph-Creator-master
----networkX()
--------simplePlot.py(630B)
----pdg.h(1KB)
----img()
--------test1_ddg_g.png(35KB)
--------test1_ddg_g.jpg(18KB)
--------test1_cdg_g.jpg(22KB)
--------test1_cdg_t.jpg(64KB)
--------test1_cdg_g.png(58KB)
--------test1_cdg_t.png(100KB)
----test()
--------test1.pdg(191B)
----README.md(3KB)
----Makefile(353B)
----pdg.cpp(8KB)
----init.cpp(640B)

网友评论