释义 |
strides 元素间距 In arrays, constants which control the interval between elements, one of whose subscripts differs by 1. To catch errors, subscripts must be checked to ensure that they are within range; therefore, it is necessary to store the limits and the strides for use during program execution, using the arrays. 在数组中控制其下标相差1的元素之间间距的常数。为了捕获错误,必须检查下标以确保在允许范围内, 因此在程序执行期间使用数组时,必须存储所用界限和元素间距。 |