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 堂堂正正。
index n. (pl. -es, -dices ) 1.索引。 2.指标,标准,标志。 3.示[食]指 (=index finger)。 4.指数。 5.【印刷】指标,标记,参见号。 6.(刻度盘上的)指针;【机械工程】(铣床)分度(头)。 7.〔the I-〕【天主教】禁书目录。 card indexes 卡片索引。 Style is an index of the mind. 风格是心灵的反映。 the cost of living index 生活费指数。 a price index 物价。 an index pin [plate] 指度针[盘]。 a fixed index 固定瞄准器。 vt. 1.为…加索引;把…编入索引,指明,指出。 2.〔美口〕按生活指数调整(价格)。 vi. 加索引。 index arbitrage 【经济学】指数套利〔指几乎在同一时间购买和出售股票及相应的期货,利用其差价赚钱〕。 n. -er 编索引的人。 adj. -ical ,-less adj. 无索引的。
Copies the contents of the collection to the specified array , starting at the specified destination array index 从指定目标数组索引处开始,将集合中的内容复制到指定数组中。
At array index 0 represents the most recent function call in the stack trace and the last frame pushed onto the call stack 表示堆栈跟踪中最近的函数调用以及推入到调用堆栈中的最后一帧。
Loads the element at a specified array index onto the top of the evaluation stack as the type specified in the instruction 按照指令中指定的类型,将指定数组索引中的元素加载到计算堆栈的顶部。
Objects differ exactly when the array indices representing them differ , i . e . , a simple pointer comparison is sufficient 元素对象不同也就是他们在数组中对应的序号不同,也就是仅仅比较元素对应的指针就足够了。
The array indexing operator cannot be overloaded ; however , types can define indexers , and properties that take one or more parameters 不能重载数组索引运算符;但类型可以定义采用一个或多个参数的索引器和属性。
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代替方法。
Property of the new instance to a system - supplied message that describes the error , such as " an array index is out of range . " this message takes into account the current system culture 属性初始化为系统提供的、描述错误的消息,如“数组索引超出范围。 ” 。此消息将考虑当前系统区域性。
Indexer parameters are enclosed in square brackets , just like array indices , but indexer parameters can be declared to be of any type , unlike array indices , which must be integral 索引器参数括在方括号中(就像数组索引一样) ,但索引器参数可声明为任何类型(这与数组索引不同,数组索引必须为整数) 。