array vt. 1.打扮,装饰。 2.使…列队,排列。 3.提出(陪审官)名单,使(陪审官)列席,召集(陪审官)。 The general arrayed his troops for battle. 将军使军队列队准备战斗。 The girl arrayed herself in her finest clothes. 这女孩打扮得花枝招展。 The count and his men arrayed themselves against the king. 伯爵举兵对抗国王。 n. 1.整列,队列,阵(列);阵容。 2.〔诗〕衣裳,装扮,打扮。 3.陪审官名单。 4.一大批,一大群,一连串。 5.【数学】排列。 a battle array 战斗队形,列阵。 holiday array 节日盛装。 be in fine array 盛装。 an array of actors 演员的阵容。 a window array 橱窗陈列品。 an array of (umbrellas) 一排(伞)。 in battle array 列阵,严阵。 in proud array 堂堂正正。
reference n. 1.(对委员、审查人等的)委托;委托项目[范围]。 2.说到,论到,提到。 3.参考;参考书;附注,引证;基准,依据;关系。 4.(关于人品、能力等的)查询,咨询,询商;可供查问的人;证明人,介绍人;(身份、能力等的)证明书,介绍书,服务经历,鉴定书。 5.参看符号〔如 asterisk[*e], obelisk ?, section§, parallel‖, paragraph π等〕 (=reference marks)。 the commission's terms of reference 委员会的职权。 R- was made to me. 提到了我;所指的是我。 You make no reference to your plan in your letter. 你信里没有提到你的计划。 a book of reference=a reference book 参考书。 Who are your references 你的证明人都是谁? bear reference to =have reference to. give a reference to 提到,介绍。 have reference to 和…有关系。 in reference to 关于。 load one's pages with references (在著作中)引用大量参考资料[文献]。 make reference to 说到,涉及,提到;参考;查问;介绍。 with reference to 关于。 without reference to 不管,不论(without reference to age or sex 无论男女老少)。 vt. 加注,附加注脚;给(书等)列出参考书目[注明资料来源]。
Method of appconfig to get an array reference to the configuration list and push the user - provided data into that array 方法来得到对配置列表的数组引用,并将用户给出的数据压入到数组中。
The value , the index , and the array reference are popped from the stack ; the value is put into the array element at the given index 从堆栈中弹出值、索引和数组引用;将值放入给定索引处的数组元素中。
Every individual also will have a " words " array reference that will hold all the words the individual made during this generation 每一个个体还拥有一个“单词”数组引用,在这个数组中保持有在衍生过程中那个个体生成的单词。
Tied hash values have to be in an array reference , there will suddenly be a key " fido " with values " dog " and " friend " in an array in that same 绑定散列中将突然会出现一个带有值“ dog ”和“ friend ”的键“ fido ” 。请参阅该文档的示例:
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 注:如果从传递给构造函数的参数中初始化数组引用或其它可变字段,您必须用防范措施将调用程序提供的参数或您无法确保具有独占访问权的其它信息复制到数组。
This means that when a caller obtains an iterator , which internally holds a reference to the underlying array , the array referenced by the iterator is effectively immutable and therefore can be traversed without synchronization or risk of concurrent modification 这意味着当调用程序获得迭代器(迭代器在内部保存对基本数组的引用)时,迭代器引用的数组实际上是不变的,从而可以无需同步或冒并发修改的风险进行遍历。
There may be a cost to making defensive copies when passing an array reference to another class , but unless you are sure that the other class either makes its own copy or that it will not hold the reference for longer than the duration of the call , you probably want to make a copy before passing the array 当传递一个数组引用到另一个类时,可能有创建防御副本的代价,除非您能确保其他类要么创建了它自己的副本,要么只在调用期间保存引用,否则您可能需要在传递数组之前创建副本。