数组引用 meaning in English
array reference
Examples
- Every individual also will have a " words " array reference that will hold all the words the individual made during this generation
每一个个体还拥有一个“单词”数组引用,在这个数组中保持有在衍生过程中那个个体生成的单词。 - Method of appconfig can be used to get the value of an individual parameter ; because the parameters of interest are always array references , i automatically de - reference them
方法可以用来得到各个参数的值;由于感兴趣的参数总是数组引用,我自动地对它们进行解引用。 - By simply copying the array reference instead of cloning it , both the message and the class that produces it hold a reference to the master copy of the previous bids array
通过简单地复制而不是克隆数组引用,消息和产生消息的类都保存了前一投标数组的主副本的一个引用。 - You can do it by accessing internal appconfig : : state data or the array reference returned to you as the value of the array variable , but it is not recommended that you do so
可以通过访问内部的appconfig : : state数据或作为数组变量值返回给您的数组引用来实现这一步,但我们建议您不要这样做。 - Note that if array references or other mutable fields are being initialized from arguments passed to a constructor , you must defensively copy the caller - provided arguments or else you can t be sure that you have exclusive access to the array
注:如果从传递给构造函数的参数中初始化数组引用或其它可变字段,您必须用防范措施将调用程序提供的参数或您无法确保具有独占访问权的其它信息复制到数组。