数据相关性 meaning in Chinese
data dependence
data dependency
Examples
- We also describe a dynamic method of detecting data dependence
同时,我们还提出了判断数据相关性的动态测试。 - After the information ray - space was described , the data correlations and distribution characteristics were discussed
基于光线空间描述,讨论了其数据相关性和数据分布特性。 - We can deal with the programs that contain some input variables , the programs with control structures and unexecutable paths . with our method more information will be acquired and the accuracy of the analysis will be improved
数据相关性的静态测试可以精确处理数组下标表达式为线性表达式的情况,而且还可以精确求解数组下标中含有输入变量的情况。 - Therefore , it is generally better to separate code on which persisted data dependencies rely such as user - defined types and indexes using user - defined functions from code that does not have such persisted data dependencies
因此,通常将持久化数据相关性依赖(例如使用用户定义函数的用户定义类型和索引)的代码与没有这种持久化数据相关性的代码分开更好。 - In static analysis , we generate the control flow graph of the sequential program and convert the graph to an extended finite state machine ( efsm ) . by analyzing the paths of the efsm , we can find whether there is data dependence in the program or not
数据相关性的静态测试中,我们首先生成程序的流程图,在遍历流程图的同时生成这个程序的扩展有限状态机( efsm ) ,然后调用路径分析工具对efsm的路径进行分析。