The name and the phone number are concatenated into a single string and then split into an array of two strings.
姓名和电话号码被连接为一个字符串,然后分割为含两个字符串的数组。
What we will store in this data variable is an array of two elements: a horizontal header name and a vertical header name of a cell.
我们将在该数据变量中储存包含两个元素的数组:单元格的水平标题栏名和垂直标题栏名。
The gadget, which is up against other head mounted displays like the Oculus Rift, projects light through an array of two million "micro-mirrors" which then diffuse the reflected light onto the eyes.
面对OculusRift等头戴式显示装置的激烈竞争,该设备通过200万个“微镜”将反射光经过扩散后再投射到眼睛上。
These two academics use an array of behavioral research to show that the most rewarding ways to spend money can be counterintuitive.
这两位学者用一系列的行为研究表明,最能获得回报的花钱方式可能是违反直觉的。
Where there is more than one instance of the type to output -- in this case, where you have two cats but one dog -- you need to collect the hashes as an anonymous array of anonymous hashes.
在需要输出一个类型的多个实例的情况下 —— 在这个示例中,有两只猫和一只狗 —— 需要以匿名散列的匿名数组的形式收集散列。
The modules are connected to form an array of multiple thermocouples, or a thermopile. Then they're sandwiched between two thin ceramic wafers.
这些部件与一系列温差电偶或一个温差电堆相连接,随后被夹在两层陶瓷薄片之间。
An array of ints is a much better than an array of Integers, but this also generalizes to the fact that two parallel arrays of ints are also a lot more efficient than an array of (int, int) objects.
一个int类型的数组要比一个Integer类型的数组要好,但着同样也可以归纳于这样一个原则,两个int类型的数组要比一个(int, int)对象数组的效率要高的多。
An array of assignments of this type, in which each element is a two-element array that contains the high and low values to generate for the assignment.
该类型任务的数组,其中每个元素是一个两个元素的数组,该数组包含为任务生成的最高和最低分值。
As defined by the service notification consumer WSDL, the notify method accepts two parameters: an array of notification messages and an array of additional information.
按照服务通知使用者WSDL的定义,notify方法接受两个参数:包含通知消息的数组和包含其他信息的数组。
One common means of storing data, called an array, is very easy to split in two; but combining two arrays requires copying the contents of both into a new array.
常用的数据存储方法是数组,它很容易被一分为二的,但是合并两个数组则需要把两部分都拷贝到一个新的数组中(对内存有很大的要求)。
The function takes two arguments: the name of the table and an associative array of field names and values.
此函数接受两个参数:表的名称以及字段名和值的关联数组。
Across the street was a small park with two downright stunning photos of an array of fall colors.
街对面明显有两个可以拍摄大量迷人秋叶照片的小公园。
Crewed by civilians, Impeccable is equipped with an active low-frequency towed array with a series of modules, each housing two high-powered transducers.
“无瑕号”由平民操作,装备有主动探测的低频声纳,具备一系列的模块,每一模块配有两个大马力的传感器。
For an active/passive storage RAID array, your host can only reach one single LUN from this array by one of these two paths at any time.
对于主动/被动存储器RAID阵列,任何时候,您的主机只能通过其中一条路径到达该阵列的一个LUN。
A closer look with an array of instruments revealed two totally new kinds of naturally occurring carbon, which are harder than the diamonds formed inside the Earth.
经过仪器进一步观察显示,这一物质里含有两种自然产生的碳元素,它们比地球内部形成的钻石硬度还高,是此前从未发现过的新元素。
Her daughter had her first IQ test as part of the study when she was two and has undergone an array of other tests since then, including a recent CT scan of her brain.
她的女儿在二岁时做了第一次智商测试作为研究的一部分到那时并没进行其他测试,包括对她大脑的CT扫描。
The HTML method of Sanitize can pass two parameters: the string being Sanitized and an array of options.
Sanitize的html方法可以传递两个参数:由Sanitize处理的字符串和一组选项。
This invoke method takes two arguments, which supply the class instance and an array of parameter values for the call.
这种invoke方法使用两个参数,为调用提供类实例和参数值数组。
Next, an instance of the Services_oEmbed class is initialized, with the class constructor passed two arguments: the YouTube URL and an array of options.
接下来,初始化services_oembed类的一个实例,类构造函数被传递两个参数:YouTubeURL和一组选项。
Additionally, trace calls such as RASITraceLogger.entry require an array of objects when more than two data items are specified.
另外,当指定2个以上的数据项时,跟踪调用(比如RASITraceLogger . entry)就需要对象数组。
The regmatch(re, text) function compares the regular expression to the text, yielding either Null for no matches or an array of pairs of integers (a two-element array).
regmatch(re,text)函数将比较正则表达式和文本,如果没有匹配的话就生成Null 值,否则生成一个由成对整数组成的数组(双元素数组)。
You can view the results through two lenses: The getRawResponse() function yields the entire, unparsed result, while the docs() function returns an array of documents with named accessors.
您可以通过两个函数查看结果:getRawResponse()函数将生成完整的未解析结果,而docs() 函数将返回带有指定访问程序的文档数组。
The Whitehall Hotel boasts two diverse food and beverage outlets onsite, each offering an eclectic array of cuisine options for travelers.
白厅大酒店拥有两家不同的食品和饮料的现场,每一个提供了一个折衷的美食选项为旅客。
Array data is presently available from an experiment profiling global gene expression of three conventional and two genetically engineered soybean cultivars.
阵列数据目前可从三个传统和两个遗传工程大豆品种的一个实验全局基因表达谱中获得。
An alternative way of concatenating two sequences is to construct a collection, for example an array, of sequences and then apply the SelectMany method, passing it the identity selector function.
连接两个序列的另一方法是构造序列的一个集合(例如一个数组),然后应用SelectMany方法,将其传递给标识选择器函数。
The array_intersect() function compares two or more arrays, and returns an array with the keys and values from the first array, only if the value is present in all of the other arrays.
函数首先对两个或多个数组进行比较;如果第一个数组中的值也同时在所有的其他数组中出现,那么就返回这些键和值。
The array_diff_assoc() function compares two or more arrays, and returns an array with the keys and values from the first array, only if they are not present in any of the other arrays.
函数首先对两个或多个数组进行比较;如果第一个数组中的键和值并未在其他数组中出现,那么就返回这个未出现的键和值。
The array_diff_assoc() function compares two or more arrays, and returns an array with the keys and values from the first array, only if they are not present in any of the other arrays.
函数首先对两个或多个数组进行比较;如果第一个数组中的键和值并未在其他数组中出现,那么就返回这个未出现的键和值。
应用推荐