PDG:程序依赖图

“程序依赖图”在计算机科学领域,尤其在软件工程中,是一个重要的概念。为了便于书写和使用,它常被缩写为PDG。这种图表主要用于分析和可视化程序中各代码段之间的依赖关系,有助于提升代码的可读性和调试效率。

Program Dependence Graph具体释义

  • 英文缩写:PDG
  • 英语全称:Program Dependence Graph
  • 中文意思:程序依赖图
  • 中文拼音:chéng xù yī lài tú
  • 相关领域pdg 软件

Program Dependence Graph的英文发音

例句

  1. This method first takes the clone code of C programs as input and generates parser tree. Based on parser tree built above, program dependence graph is established and static analysis is performed, through which the control dependence information and data flow information are collected.
  2. 该方法首先为C克隆代码构造语法树,并在语法树的基础上建立程序依赖图(PDG),然后进行静态分析,从而获得程序的控制流信息和数据流信息。
  3. Program Dependence Graph(PDG) and Its Optimization Techniques
  4. 程序相关图及其优化技术
  5. The new way based on backtracking search transfers program code to program dependence graph ( PDG ) according to node types and edge types.
  6. 该方法采用基于回溯搜索的子图同构算法,把程序源码按节点类型和边类型转换成程序依赖图(PDG)。
  7. It also provides the view of control flow graph of a function, the view of call graph between functions, the view of program dependence graph of a function.
  8. 同时还提供了绘制程序的过程内控制流图,过程间函数调用图,函数的程序依赖图(PDG)的功能。
  9. An improved threaded program dependence graph was proposed which introduced a new dependence relation of loop-carried data dependence crossing thread boundaries.
  10. 提出一种改进的并发程序依赖图(PDG),引入跨线程边界循环-承载数据依赖关系。