Control flow graph的意思|示意

美 / / 英 / /

控制流图


Control flow graph的网络常见释义

控制流图 首先,对待分析的单个过程代码对象构建控制流图(Control Flow Graph, CFG)。控制流图(CFG)是编译器内部用有向图表示一个程序过程的一种抽象数据结构,图中的节点表示一个程序基...

控制流程图 面向动作模型 数据流程图(Data Flow Graph,DFG) 控制流程图(Control Flow Graph,CFG) 阅读:数据流程图 数据流程图的每个顶点代表的是一项动作,如数据的输入、 输出、存储与运算等,而当中...

是基于控制流图 该阶段的特点是切片算法是基于控制流图(CFG,Control Flow Graph)的,并利用数据 流方程和信息流方程来获得某个程序的切片。

是控制流图 控制的一个基本模型是控制流图(Control Flow Graph,CFG),如图1-20所示。图中的结点要么是无条件执行的操作(矩形),要么是条件(菱形)。

Control flow graph相关短语

1、 Build the control flow graph 构建控制流图

2、 Cleanup control flow graph 清除控制流图

3、 partitioning control flow graph 分区控制流程图

Control flow graph相关例句

Computerized central control systems typically provide this information, usually on a "flow graph" screen that displays nightly flow and run times.

电脑中控系统可以代表的提供这些数据信息,通常是在流量表的窗口里展示每晚流量以及运行的时间。

This paper presents a method and implementation techniques to generate control flow graph from source program.

本文给出了一种由源程序生成其对应的控制流图的方法和实现技术。

The strong time constraints are the time constraints when the delay time of Control Data Flow Graph (CDFG)is not satisfied.

强时间约束是指控制数据流图CDFG的延迟时间无法满足的时间约束。

This paper introduces a parallelization compiler, and in the course of its development control flow graph is visualized.

介绍了并行化编译器,在研制并行化编译器过程中,实现了一种开放式软件研制环境。

In accordance with the characteristics and coverage requirement of path coverage test as well as the graph theory, this paper presents a new program control flow diagram model.

针对路径测试的要求及其特点,结合图论的概念,提出了程序控制流程图的一种表示方法。

For each detected deadlock, backtracking is used to record the related paths in the control flow graph, and static branch prediction is employed to quantify its severity.

对于每个检测到的死锁,通过回溯记录控制流图中相关的路径,并利用静态分支预测量化其严重程度。