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 进而提出了基于路径分析和符号执行的静态测试和动态测试方法,来研究串行程序中循环内部数组变量的数据相关性,该方法对于下标表达式为线性表达式时有很好的效果,而且能够处理一些复杂的数组下标表达式,比如数组下标表达式含有输入变量和非线性下标表达式的情况。