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 堂堂正正。
variable adj. 1.易變的,變化無常的,無定的 (opp. constant, steady)。 2.可變的,能變的;變換的。 3.【數學】變量的;【天文學】變光的;【生物學】變異的。 Prices are variable according to the exchanges. 物價跟著匯率變動。 a man of variable character 反復無常的人。 a rod of variable length (伸縮)如意棒。 a word of variable construction 可以作種種解釋的詞。 variable capital 可變資本。 a variable budget 臨時預算。 n. 1.易變的東西。 2.【數學】變量,變數,變項,變元 (opp. constant);【天文學】變星 (=variable star);【航海】(方向不定的)變風,不定風 (opp. trade wind); 〔pl.〕 (貿易風帶中的)變風帶。 adv. -ably ,-ness n.
If you apply a modifier to an array variable instead of a single value variable , the modifier will be applied to every value in that array 如果你給數組變量應用單值變量的調節,結果是數組的每個值都被調節
While executing the program , we memorize all the values of each array variable . the analysis will stop if data dependence is found 動態測試就是在解釋執行程序的同時,記錄串行程序對數組元素的訪問,如果發現數據相關就終止測試。
You could create nine separate string variables , one for each player , or you could declare an array variable that looks something like the code below 您可以創建九個單獨的字符串變量,每個隊員一個,或者聲明一個類似于以下代碼的數組變量。
He examines advanced features of the appconfig module : validation , autoaction , modifying hash and array variables , and " radio button " - style mutually exclusive options 他研究了appconfig模塊的高級特性:驗證、自動操作、修改散列和數組變量以及“單選按鈕”樣式的互斥選項。
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數據或作為數組變量值返回給您的數組引用來實現這一步,但我們建議您不要這樣做。
On this basis , adopt the plural linear regression method , regard peasant ' s per capita income as the dependent variable , per capita agricultural land area , unit agricultural land area chemical fertilizer use amount , agriculture total value account for gdp proportion and land degradation the index data ( land degradation fictitious variable , land degradation percentage and land degradation the array variable of the degree ) as the independent variable 在此基礎上,采用多元線性回歸方法,以農民人均收入為因變量,人均農業用地面積、單位農業用地面積化肥使用量、第一產業總值占gdp比例和土地退化指標(土地退化與否的虛擬變量、土地退化百分比和土地退化程度的序列變量)為自變量來分析。
In this thesis , we will review some traditional methods of detecting data dependence and analyze the relation between the data dependence and the mechanism of parallelism . based on path analysis and symbolic execution , we describe two methods , static analysis and dynamic analysis , for detecting data dependence of array variables in loops of sequential programs 進而提出了基于路徑分析和符號執行的靜態測試和動態測試方法,來研究串行程序中循環內部數組變量的數據相關性,該方法對于下標表達式為線性表達式時有很好的效果,而且能夠處理一些復雜的數組下標表達式,比如數組下標表達式含有輸入變量和非線性下標表達式的情況。