以下为句子列表:
英文: A dynamic program slice is obtained by recursively traversing the data and control dependence edges in the dynamic dependence graph of the program for the given test case[0,3].
中文: 对于给定的测试用例{[0.3],动态程序片是通过以下方式获得的:递归遍历程序动态依赖图中的数据和控制依赖边.
更详细...
英文: A reentrant function can be safely called recursively or from multiple tasks.
中文: 可再入的函数可以被安全地递归调用或由多任务多次调用。
更详细...
英文: Deletion of a target list recursively deletes each target, from left to right.
中文: 一个目标表的递归删除操作会从左到右地删除其中的每个对象地.
更详细...
英文: If the object is a type or class object, the list contains the names of its attributes, and recursively of the attributes of its bases.
中文: 如果是类型或类对象,列表将会包含它们的属性名称并且递归地包含基类(型)的属性。
更详细...
英文: This function returns structured information about one or more expressions that includes its type and value. Arrays are explored recursively with values indented to show structure.
中文: 什么是返回包含类型和值的结构信息。和强制类型转换函数有关系吗?
更详细...
|