×

数组下标 meaning in Chinese

array index
array subscript

Examples

  1. An array subscript is not valid because it falls outside the allowable range
    数组下标无效,因为它不在允许的范围内。
  2. Since array subscripts start at 0 , the lowest available subscript for every dimension is always 0
    由于数组下标从0开始,因此每一维度最小可用的下标总是为0 。
  3. Since array subscripts start at 0 , the length of a dimension is greater by one than the highest available subscript for that dimension
    由于数组下标从0开始,因此维度的长度比该维度最大的可用下标大1 。
  4. Of course , in known contexts such as array subscripts , the compiler is free to optimize away the actual construction of sublists where that ' s unnecessary
    当然,在像数组下标这样的已知上下文中,编译器会优化掉实际不必要的子列表结构。
  5. If you regularly program in a language that uses array indices to access parts of a string and who doesn t , make a mental note that substr is your awk substitute
    如果您通常用于编程的语言使用数组下标访问部分字符串(以及不使用这种语言的人) ,请记住substr ( )是awk代替方法。
More:   Next

Related Words

  1. 数组维数
  2. 数组文件
  3. 数组下标超出范围
  4. 数组下标可能超出范围
PC Version

Copyright © 2018 WordTech Co.