下标表达式 meaning in Chinese
subscript expression
Examples
- Next , the subscript expression is evaluated
接着,下标表达式被求值。 - 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
数据相关性的静态测试可以精确处理数组下标表达式为线性表达式的情况,而且还可以精确求解数组下标中含有输入变量的情况。 - In this thesis , we will review some traditional methods of detecting data dependence and analyze the relation between the data dependence and the mechanism of parallelism . based on path analysis and symbolic execution , we describe two methods , static analysis and dynamic analysis , for detecting data dependence of array variables in loops of sequential programs
进而提出了基于路径分析和符号执行的静态测试和动态测试方法,来研究串行程序中循环内部数组变量的数据相关性,该方法对于下标表达式为线性表达式时有很好的效果,而且能够处理一些复杂的数组下标表达式,比如数组下标表达式含有输入变量和非线性下标表达式的情况。