单词 | array |
释义 | arrays是array的第三人称单数
第三人称单数:arrays 现在分词:arraying 过去式:arrayed 例句释义: 排列,打扮,提出名单,阵,阵容,装扮,数组,阵列,数组类 1. objects interoperate with typed arrays, array literals can initialize typed arrays as well with a few restrictions. 对象与类型化数组相互作用,因此数组标识符在一些限制条件下也可以初始化类型化数组。 technet.microsoft.com 2. By following this guideline, you can avoid creating arrays when a member is called with a small number of arguments. 按照此准则,在调用带有少量参数的成员时可以避免创建数组。 msdn2.microsoft.com 3. Some of these antibody arrays had been used in clinical application, however most of them applied in scientific research domains . 这些抗体芯片有的已经在向临床应用上发展,比如肿瘤标志物抗体芯片等,多数则用在科学研究的各个领域。 www.fabiao.net 4. I am improving my tree design model to see if it could be a new way of making panel arrays. 我还在改良我的基于树布局设计的模型来认识是否能有一种新的方式来制造电池板阵列。 www.kle100.cn 5. Another option for returning arrays is to return them as parts of a complex data type, which is a technique we discuss in the next article. 返回数组的另一种选择是将数组作为复杂数据类型的组成部分返回,该技巧我们将在下一篇文章中进行讨论。 www.ibm.com 6. Arrays of a given type can only hold elements of that type. 给定类型的数组只能保存该类型的元素。 msdn2.microsoft.com 7. After whole lines have been read out with the parallel shift arrays, the charges reach a serial shift array. 利用平行转移阵列读取整行后,电荷达到串行转移阵列。 www.kavo.cn 8. As you can see above, printing out the arrays, objects or resources does not provide you any useful information about the values themselves. 正如以上所示,将数组、对象或者资源打印出来,并不能提供任何关于这些值本身的有用的信息。 in.php.net 9. The new presorted arrays allow for matching entries to be located more efficiently by means of a * binary search. 新的经过预分类的数组允许通过简单的折半查找来更有效地匹配将被定位的条目。 www.sinopat.org 10. However, GCC supports the concept of zero-length arrays, which can be particularly useful for structure definitions. 但是,GCC支持零长度数组的概念,这对于结构定义尤其有用。 www.ibm.com 1. Convert the content of traversed elements into a set of intermediate representations stored as arrays. 将被遍历的元素的内容转换为一组作为数组存储的中介表示。 www.ibm.com 2. This method is designed to help compilers support value- type arrays ; most users do not need this method . 此方法旨在帮助编译器支持值类型数组;多数用户不需要此方法。 www.bing.com 3. In theory the hash table is a rather simple construct, just collection of arrays or linked lists divided into a finite number of buckets. 理论上,哈希表是一个非常简单的构造,就是数组或链表的集合被划分到有限数量的存储体中。 www.infoq.com 4. Many programmers who are familiar with languages like C may not know about hashes, which are also called dictionaries or associative arrays. 许多熟悉像C的语言的程序设计人员可能不了解哈希表,它也称作字典或相联数组。 www.ibm.com 5. A direction of arrival (DOA) estimation algorithm for the passive synthetic arrays (PSA) of a moving single sensor is proposed. 提出了一种运动单阵元被动合成阵列波达方向(DOA)估计算法。 hkxb.buaa.edu.cn 6. Building segments of the plant's solar arrays on Earth, along with supports and a central transmitter, would take two years or so. 太空太阳能电厂所需的各种光能收集板、支架和中心发射器等,可先在地面建造,耗时大约两年左右。 www.bing.com 7. Builtin arrays have a fixed size but most of the time you know the maximum size in advance and can just fill it out later. 内置阵列有一个固定的尺寸,但大多数时候你事先知道的最大大小,可以只填写了以后。 uc3do.com 8. Out of the frame, the Sun is on the horizon beyond one of the station's solar panel arrays at the upper right. 出的框架,太阳在地平线上超过该站的太阳能电池板阵列在右上方。 bbs.eblcu.cn 9. As a side note, tied arrays happen to be the most complex tied variable type, and the least often implemented on CPAN by my count. 顺便说一下,绑定的数组正好是最复杂的绑定变量类型,而且根据我的统计在CPAN上也实现得最少。 www-128.ibm.com 10. By default, Variants can hold values of any type except records, sets, static arrays, files, classes, class references, and pointers. 默认情况下,变体可以保存除记录、集合、静态数组、文件、类、类引用、指针之外的任何类型的值。 www.showxiu.com 1. We use some idiomatic Ruby and create a collection of arrays, where each array has the name of a boat and its ID. 使用一个惯用的Ruby并创建数组集,每个数组都有船只名称及其ID。 www.ibm.com 2. When you add dimensions to an array, the total storage needed by the array increases considerably, so use multidimensional arrays with care. 增加一个数组的维数时,该数组所需的总存储空间会急剧增大,因此应慎用多维数组。 www.kuenglish.info 3. Simulation results show that this approach is intuitive, efficient, and intelligent for applications based on micro ring resonator arrays. 模拟结果表明本文提出的方法具有直观、效率高和智能的优点,为基于微环谐振器阵列的应用提供了设计工具。 dx.doi.org 4. To produce flexible transistor arrays powerful enough to drive a display, engineers employ a process called chemical vapor deposition. 为了生产强大到可以驱动显示的可弯曲晶体管序列,工程师们使用了一种称为“化学气相沉积”(chemicalvapordeposition)的流程。 www.bing.com 5. Portions of the object model might be optimized using bit masks or native arrays, sacrificing readability for speed. 对象模型的一部分可以使用位掩码(bitmask)或原生数组来优化,并牺牲可读性来提高速度。 www.ibm.com 6. arrays can shorten and simplify your code , allowing you to create loops that deal efficiently with any number of elements. 数组可以缩短和简化代码,使您能够创建高效处理多个元素的循环。 www.ichacha.net 7. A conversion, either widening or narrowing, must be possible between the element types of the two arrays. 必须可以在两个数组的元素类型间进行转换(扩大转换或收缩转换)。 msdn2.microsoft.com 8. It covers the general features of sonar systems, transducers and arrays, signal processing and performance evaluation. 它包括声纳系统,传感器及阵列,信号处理和绩效评估的一般特点。 www.ccebook.net 9. Type has built-in functions that allow you to perform many manipulations on a string that resemble the manipulations allowed by arrays. 类型具有使您得以对字符串执行很多操作的内置函数,这些操作类似于数组所允许的操作。 msdn2.microsoft.com 10. The study of two-dimensional planar arrays adaptive digital beam-forming system will be one of the focuses of digitization array antennas. 二维平面阵自适应数字波束形成系统的研究将是今后数字化阵列天线的热点之一。 www.fabiao.net 1. Both the two algorithms can be applied to adaptive arrays working on radiation mode, thus greatly improving radar "Four-Anti" capabilities. 这两种算法均可应用于自适应阵列的发射模式,从而能大大提高雷达的“四抗”能力。 www.fabiao.net 2. The invention discloses cylindrical and barrel-shaped titanium dioxide nanotube arrays and a preparation method and application thereof. 本发明公开了圆柱形和圆筒形二氧化钛纳米管阵列及其制备方法与应用。 ip.com 3. Provided the ranks of the two arrays are equal, the dimensions do not need to be equal. 如果两个阵列的阵序规范相等的话,维度并不一定会相等。 technet.microsoft.com 4. UV illumination was used to reverse the surface wettability of arrays into hydrophility, or even superhydrophility. 2. 利用紫外光照使其表面浸润性发生反转,变成亲水,甚至超亲水。 www.fabiao.net 5. In this paper, I show you a generic JAX-RPC handler implementation, capable of sending and receiving arrays of an arbitrary attachment type. 本文中,我向您展示了通用的JAX-RPC处理程序的实现,它具备发送并接收任意附件类型的部署的能力。 www.ibm.com 6. Graphic accuracy error is one of the main reasons to cause the degradation of arrays uniformity. 图形准确度误差是造成光斑均匀性下降的主要原因之一。 www.fabiao.net 7. Low-sidelobe array pattern synthesis techniques developed for linear and planer arrays do not work well with spherical arrays. 直线阵和平面阵的低副瓣阵列方向图综合技术不适合球形阵列。 www.fabiao.net 8. The following example demonstrates the use of a Decoder to convert two different byte arrays into a character array. 下面的示例演示如何使用Decoder将两个不同的字节数组转换为一个字符数组。 msdn2.microsoft.com 9. Based on this transformation, standard spatial-compounding resampling tables can be used just as they are with curved arrays. 基于该转化,可以使用标准空间复合重采样表,正像其被用于曲面阵列那样。 ip.com 10. Arrays respond to push and pop, where push adds an item (at its last spot) and pop removes one (like a stack, from the last position). Arrays支持push和pop操作,其中push增加项目(在其最后一个位置)而pop移除项目(就像堆栈,从最后一个开始)。 www.ibm.com 1. colloidal crystal -assisted capillary nanofabrication for construction of a surface with nano structured two-dimensional arrays etc. 胶体晶体辅助毛细纳米构造和压印技术构筑二维纳米阵列等。 www.keyanjijin.cn 2. The company recently entered the market for equipment to produce solar arrays and energy efficient glass. 目前,应用材料公司已进入太阳能面板和节能玻璃生产设备领域。 www.xyzp.net 3. Even though an object is a single value, we've turned it into a set of fixed-length byte arrays. 即使一个对象只有一个值,我们也要将它转换为一组固定长度的字节数组。 www.ibm.com 4. In this circuit, programmable capacitor arrays were used to rapidly tune parameters, which ensured stability of the module. 电路采用可编程电容阵列,可快速调谐,以保证模块稳定。 lib.cqvip.com 5. In typed arrays, which are dense, the size is fixed, and elements must be the same type as the base type of the array. 在类型化数组(为稠密数组)中,数组大小是固定的,元素的类型必须与数组的基类型相同。 technet.microsoft.com 6. By equalizing the conformal array to a linear array composed of circular arrays along the axis, the pattern function was calculated. 把共形阵列等效为沿轴向方向若干个圆环阵单元组成的线阵,计算其方向图函数。 www.ceps.com.tw 7. None by default, because byte arrays can contain anything from a simple array of bytes to the executable file of a large application. “无”,原因是字节数组可包含从简单的字节数组到大型应用程序的可执行文件的任何内容。 technet.microsoft.com 8. Thus arrays support what is sometimes referred to as content- addressable memory or associative memory . 因此,数组支持所谓的按内容寻址的存储器或关联存储器。 www.bing.com 9. Even if it isn't used, the declaration of native classes, structures, pointers, or arrays will prevent compilation. 即使不使用本机类型,本机类、结构、指针或数组的声明也将阻止编译。 technet.microsoft.com 10. "Concentrated Solar Power" (CSP) arrays situated around the greenhouses will supply electricity. 置于温室周围的“浓缩太阳能”阵列可以提供电能。 dictsearch.appspot.com 1. Implicitly typed arrays, a form of array creation and initialization that infers the element type of the array from an array initializer. 隐型数组,数组创建和初始化的形式,它从数组初始化器推导出数组的元素类型。 www.diybl.com 2. Protein arrays provide a powerful tool for the high throughput parallel analysis of thousands of proteins within a single experiment. 蛋白质芯片为高通量并行分析和检测蛋白质提供了强有力的工具。 www.chemyq.com 3. Shut off the register_long_arrays setting if it's on and test your scripts again. 如果register_long_arrays设置是打开的,那么关闭它,然后再次测试脚本。 www.ibm.com 4. These arrays would not be rendered, but I'll draw them to aid explanation. 这些数组将不会被直接渲染出来,但是我将为了解释更明白,我将要把它们画出来。 www.game798.com 5. By using these methods to access larger arrays, you can ensure that you copy only the region of the array that the native will actually use. 通过使用这些方法访问较大的数组,您可以确保只复制本机代码将要实际使用的数组部分。 www.ibm.com 6. Accordingly, this patent should be of interest to entities manufacturing processors, logic circuits and arrays, and semiconductor devices. 此专利将吸引各类需求商,如处理器生产商、逻辑电路和阵列、半导体设备生产商等。 www.e-gtm.com.cn 7. They have employed arrays of DNA probes, known as gene chips, to look for pre-identified variations in their clients' DNA. 他们利用DNA探针阵列(即基因芯片)对客户的DNA突变进行预诊断。 www.bing.com 8. Dimension arrays as one less than the total number of elements. 将数组尺寸定义为元素总个数减1。 msdn2.microsoft.com 9. Line arrays are famous for their ability to provide even SPL from the front to the rear of the audience. 线阵列的出色能力在于它能够从观众席的前排至后排提供一致均匀的声压覆盖。 dictsearch.appspot.com 10. You can find red-black trees used in a variety of applications, including the construction of associative arrays. 您可以在各种应用程序中发现红黑树,包括关联数组的构建。 www.ibm.com 1. The optimum design of detector arrays for the attenuation of surface waves and of ambient noise is a complex subject. 为衰减面波和外界噪声作检波器组合的最佳设计是一件复杂的事情。 tr.bab.la 2. A class member that permits instances of a class or structure to be accessed in the same way as arrays. 一种类成员,它允许按与数组相同的方式访问类或结构的实例。 msdn2.microsoft.com 3. This function is useful for allocating memory for arrays of a certain size or for initializing shift registers with array-type data. 这个函数可以用在在为数组分配一定空间的内存或用数组类型数据初始化移位寄存器的情况。 www.eefocus.com 4. Block storage is most often implemented with a storage-area network (SAN) composed of many disks or RAID arrays. 块存储通常是使用由许多磁盘或RAID阵列组成的存储区域网络(SAN)来实现的。 www.ibm.com 5. For these reasons, arrays are most useful for creating and working with a fixed number of strongly-typed objects. 出于这些原因,数组对于创建和处理固定数量的强类型对象最有用。 msdn2.microsoft.com 6. Please see the Arrays section of the manual for a detailed explanation of how arrays are implemented and used in PHP. 参见手册中的数组一节关于PHP是怎样实现和使用数组的详细解释。 lv.php.net 7. Instead, take a look at a simple example that illustrates arrays in SQL PL. 相反,看一个对SQLPL中的阵列进行说明的简单示例。 www.ibm.com 8. The type coercion rules have changed to preserve types in arrays (more often), rather than converting to the type of a Python scalar. 改变了类型强制规则,以保持数组(更为常见)中的类型,而不是转换为Python标量的类型。 www.ibm.com 9. One special case where we are forced to deal with the issue of object ownership is with arrays , as arrays cannot be immutable . 一个必须处理对象所有权问题的特殊情况是数组,因为数组不可以是不可变的。 www.bing.com 10. Everyone knows, the arrays of the metals are most stable, whoever wants to change it, the surface metal will change. 大家知道,那个金属的排列程序是最稳定的,谁要想改变它,表面金属就发生了变化。 www.kaiwind.com 1. If the input arrays have the same string keys, then the later value for that key will overwrite the previous one. 如果输入的数组中有相同的字符串键名,则该键名后面的值将覆盖前一个值。 www.phpx.com 2. One method was to generate phosphene closest to the target point in regular arrays using weighted nearest neighbor search. 第一种方法基于加权近邻搜索,在不规则光幻视点阵列中找出距规则阵列中目标点最近点; www.fabiao.net 3. The typedef keyword must be present, unless you are specifying the arrays as part of a structure. 必须出现typedef关键字,除非指定的数组是结构的一部分。 www.ibm.com 4. And for commercialization, the researchers will need to show that the approach can be scaled to megapixel-capable photo-detector arrays. 为了商业化,研究人员需要展示这个产品能够扩展成一个兆像素级可拍照设备阵列。 www.bing.com 5. Arrays get treated directly, anything else gets treated as a scalar (and inserted in an array reference). 数组被直接处理,其它任何东西都作为标量处理(并被插入数组引用中)。 www.ibm.com 6. Do not implement every data structure as a class, arrays are useful, too. 并非要用类实现所有的数据结构,数组也很有用。 blog.sina.com.cn 7. Some conditions, exceptions, and most actions only support single values and do not use arrays. 有些条件和例外,以及大多数操作,仅支持单个值而不使用数组。 technet.microsoft.com 8. Since you are splitting the input array into two output arrays, you create a second For each transform with a different input filter. 由于打算将输入数组分成两个输出数组,所以可以使用其他输入过滤器创建第二个Foreach转换。 www.ibm.com 9. Implicitly-typed arrays are usually used in query expressions together with anonymous types and object and collection initializers. 隐含型别阵列通常是在查询运算式中与匿名型别及物件和集合初始设定式一起使用。 technet.microsoft.com 10. The server can judge if an incoming SOAP message is from replay attack or not based on the values of these arrays. 服务器端根据这些数组来判断新到达的SOAP消息是否来自重传攻击。 www.fabiao.net 1. You learned that, although the generator does not handle every possible type including arrays, you can modify the GSTC to account for this. 了解到,虽然生成程序不能处理每种可能存在的类型(包括数组),但是您可以修改GSTC来解决这个问题。 www.ibm.com 2. Call this member function to add the contents of one array to the end of another. The arrays must be of the same type. 调用此成员函数将一个数组的内容附加到另一个数组的末尾。数组必须是同一种类型。 www.zjrj.org 3. Indexers permit instances of a class or struct to be indexed in the same way as arrays. 索引器允许类或结构的实例按照与数组相同的方式进行索引。 msdn2.microsoft.com 4. As you can see, these documents can store various data types include strings, integers, floats, dates, objects, arrays and more. 您可以看到,这些文档可以存储包括字符串、整数、浮点数、日期、对象、数组等的各种数据类型。 www.ibm.com 5. In an unsafe code block, it is now possible to declare fixed-size structures with embedded arrays. 在不安全的代码块中,现在可以声明包含嵌入数组的固定大小结构。 msdn2.microsoft.com 6. Class provides a series of static utility methods for working with arrays, those indexed data structures that are of a fixed size. 类提供了一系列处理数组的静态工具方法,这些索引的数据结构的大小是固定的。 www-128.ibm.com 7. So far, we have dealt only with simple parameters and return values: strings, integers, simple arrays, and the like. 至此,我们仅处理过简单的参数和返回值:字符串、整型、简单数组等等。 www.ibm.com 8. This prefix can only appear immediately preceding the ldelema instruction and calls to the special Address method on arrays. 此前缀只能紧邻ldelema指令之前出现,并且对数组调用特殊的Address方法。 msdn2.microsoft.com 9. Instead this cloak would use special materials filled with metallic arrays designed to adjust the speed of light passing through. 相反,该掩体使用由金属阵列组成的特殊材料,其金属阵列用于调节其间透出的光线速度。 www.yousoon.net 10. It contains a function which takes two arrays as arguments and checks whether the two arrays are of the same type. 它包含一个函数,该函数接受两个数组作为参数并检查这两个数组是否属于同一类型。 msdn2.microsoft.com 1. It contains a function which takes two arrays as arguments and checks whether the two arrays are of the same type. 它包含一个函数,该函数接受两个数组作为参数并检查这两个数组是否属于同一类型。 msdn2.microsoft.com 2. Lists (and arrays) of objects that implement this interface can be sorted automatically by Collections. sort (and Arrays. sort). 实现该接口的列表(或数组)对象可以使用Collections.sort(Arrays.sort)。 www.51goushu.com 3. For arrays this template is called a dope vector or information vector . 我们把这个属性单元称为数组的内情向量或信息向量。 www.bing.com 4. Built-in value types, pointers, arrays, and delegates are defined when they are used and are referred to as implicit types. 内置值类型、指针、数组和委托是在使用或引用为隐式类型时定义的。 msdn2.microsoft.com 5. Membrane material is widely used to form deployable space structural systems, including solar arrays of various designs. 薄膜材料广泛运用于太空可展开航天器,薄膜的折叠和展开分析是其中的关键技术。 dictsearch.appspot.com 6. Functions or other code that processes multidimensional arrays can be more flexible. 处理多维数组的函数或是其他代码可以更灵活。 docs.google.com 7. The WSDL definition is also rather limited, in the sense that it does not allow for specifying arrays of attachments of arbitrary types. WSDL定义也是相当局限的,它不允许指定任意类型的附件部署。 www.ibm.com 8. The last, we investigate how to generate an optical vortex beam by the means of laser arrays. 最后,我们利用相干列阵光束的方法,研究了如何产生涡旋光束。 physics.zju.edu.cn 9. Documents can be comprised of individual fields of primitive types, "embedded documents" , or arrays of documents. 文档可能由以下几部分组成:独立的基本类型属性、“内嵌文档”或文档数组。 www.infoq.com 10. As you get more advanced, you'll find that Build Array can also build or add elements to multidimensional arrays. 随着越来越深入的了解,你会发现,创建数组函数还可以建立多维数组或往多维数组中插入元素。 www.eefocus.com 1. In vector processors, the CPU is optimized to perform well with arrays or vectors; hence the name. 顾名思义,在向量处理器中,CPU被优化以便很好地处理向量数组的运算。 www.ibm.com 2. In arrays or structures conforming to the ABI, this would not be possible. 在符合ABI规范的数组或结果中,这是不可能的。 www.ibm.com 3. The caller must supply pre-allocated arrays to hold the information to be returned. 调用方必须提供预分配的数组以保存要返回的信息。 msdn2.microsoft.com 4. Loop through the data records in the arrays, and change the values as needed, then write the data back to the original database and table. 循环遍历数组中的数据记录并根据需要修改,然后把数据写回原来的数据库和表中。 www.ibm.com 5. The temperature of the skin surface can rise if skin and organization is in irradiation by highlight LED arrays. 如果用高亮度LED照射人体皮肤或组织,皮肤表面温度会提升。 www.ceps.com.tw 6. Our team is building an unusual form of crossbar logic circuit with arrays of switches and wired ANDs and ORs . 我们的小组正在利用开关阵列和接线上的AND与OR逻辑闸,建造一种不寻常的交叉杆逻辑电路。 dictsearch.appspot.com 7. Fortunately, a large-area IC technology exists in the form of amorphous -silicon thin-film-transistor (TFT) arrays. 幸运的是,大面积的集成电路以非晶硅薄膜晶体管(TFT)阵列的形式出现了。 dictsearch.appspot.com 8. Proving this usually means the compiler needs to determine that different arrays are distinct, non-overlapping objects. 要保证这些意味着编译器需要知道不同的数组都是单独的、不重叠的。 docs.google.com 9. Attachments arrays are defined to hold artwork documents, and attachment fields are defined to hold the nutritional label and die line. 我们定义了一些附件数组来保存美术作品文档,并定义了一些附件字段来保存营养标签和分模线(dieline)。 www.ibm.com 10. Because most disk arrays utilize fiber channel connections, a storage router is required to extend the connection over a WAN link. 由于大多数磁盘阵列采用光纤通道连接,存储路由器需要延长连接WAN连结。 q.sohu.com 1. Because most disk arrays utilize fiber channel connections, a storage router is required to extend the connection over a WAN link. 由于大多数磁盘阵列采用光纤通道连接,存储路由器需要延长连接WAN连结。 q.sohu.com 2. Unmanaged, C-style arrays do not contain bounds information, which prevents the startIndex and length parameters from being validated. 非托管C样式数组不包含绑定信息,此信息会妨碍对startIndex和length参数进行验证。 msdn2.microsoft.com 3. Ultimately, though, more sophisticated recording arrays could overcome even background noise, rendering any typed text vulnerable. 然而最终,或许更为成熟的录音阵列甚至能克服背景噪音的干扰,使得任何的键入文本都变得不堪一击。 www.24en.com 4. The effects of the deposition processes on the alloy compositions, sizes and morphologies of Pd alloy nanowire arrays were investigated. 研究了电沉积工艺对合成纳米线的成分、尺寸及形貌的影响。 www.csu.edu.cn 5. And remember that in JavaScript, associative arrays and objects are equivalent, so either notation can be used to modify the table. 请记住,在JavaScript中,关联数组和对象是等效的,所以可以使用这两种表示法之一修改这个表。 www.ibm.com 6. Functions can be stored in associative arrays (arrays that are indexed by names rather than numbers). 函数可以存储于关联数组中(关联数组是这样一类数组:它们按名称而不是数值索引)。 www.ibm.com 7. This means that you need a solid understanding of the interaction of references, hashes, and arrays in Perl. 这意味着需要充分了解引用、散列和数组在Perl中的交互作用。 www.ibm.com 8. Collections Code Snippets: For tasks like creating, iterating, locating elements, and sorting collections like arrays and dictionaries. 集合代码段:用于创建、迭代、定位元素和对集合(例如数组和字典)进行排序等任务。 msdn2.microsoft.com 9. One-dimensional arrays have been fabricated with emission wavelengths addressable by current tuning. 采用类似技术制备的一维阵列同样可以通过控制电流来调节波长。 dictsearch.appspot.com 10. A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. 通用例遍方法,可用于例遍对象和数组。 dictsearch.appspot.com 1. Collections differ from arrays in that the members of a collection are not directly accessible. 与数组不同,集合的成员不可以直接进行访问。 msdn2.microsoft.com 2. Unlike arrays, the group of objects you work with can grow and shrink dynamically as the needs of the application change. 与数组不同,处理的对象组可根据程序更改的需要动态地增长和收缩。 msdn2.microsoft.com 3. Aim The optimization and synthesis technique and mutual coupling compensation technique for ultralow sidelobe phased arrays were discussed. 目的研究超低副瓣相控阵天线的优化综合技术和互耦补偿技术。 www.dictall.com 4. The manufacturing technique of micro-lens arrays is complicated and expensive, thus limiting the application of the technology. 由于微透镜板制造工艺复杂、成本高,大大限制了该技术的广泛应用。 dx.doi.org 5. Keyword enables you to iterate through arrays and collections. 关键字使您可以循环访问数组和集合。 msdn2.microsoft.com 6. Laser arrays cost a few thousand dollars and weigh several pounds, and the images they capture are only two-dimensional. 激光列不但耗费几千美元,重达数磅,他们捕获的图像仅仅是二维的。 www.bing.com 7. Arrays are used to pass a variable number of parameters to a member. 数组用于将数目可变的参数传递给成员。 msdn2.microsoft.com 8. When dealing with arrays, it may help to think about the task of the compiler. 当正在处理数组时,这段代码有助于考虑编译器的工作量。 cosoft.net.cn 9. For each line of speech-recognition text output by the Hello World modified code, build separate arrays of letters and numbers only. 对于修改后的HelloWorld代码输出的每行语音识别文本,构建只有字母和数字的独立数组。 www.ibm.com 10. Furthermore, the tooling which generates the JSP code is unable to handle the arrays. 此外,用于生成JSP代码的工具无法处理数组。 www.ibm.com 1. Ensure that the two arrays have the same rank (number of dimensions) and compatible element data types. 请确保两个数组具有相同的秩(维数)和兼容的元素数据类型。 technet.microsoft.com 2. The main contents include : Scope of Variables and storage types, functions, arrays, string, target, document, etc. List. 涉及的主要内容包括:变量的作用域和存储类别、函数、数组、字符串、指针、文件、链表等。 www.my1010.com 3. ProbeVue has also been enhanced to provide associative arrays to store and analyze data as part of the scripting language. ProbeVue还提供关联数组,可以存储和分析脚本语言中的数据。 www.ibm.com 4. Arrays are used in most aspects of the configuration of a transport rule's conditions, exceptions, and actions. 传输规则的条件、例外和操作配置的多数方面都使用数组。 technet.microsoft.com 5. We installed the Domino executables on the first array, and spread the user databases evenly across the first six arrays. 在第一个阵列上安装了Domino可执行文件,用户数据库均匀分布于前六个阵列。 www.ibm.com 6. Discusses the various collection types available in the. NET Framework, including stacks, queues, lists, arrays, and structs. 讨论在.NETFramework中提供的各种集合类型,包括堆栈、队列、列表、数组和结构。 msdn2.microsoft.com 7. Microwave beams from these arrays of antenna elements can be steered electronically toward targets. 从这些天线阵列单元发射的微波可以通过电子手段导向到目标上。 www.douban.com 8. The simulation results show that the method may enhance the convergence rate and reduce the circular arrays sidelobe levels effectively. 仿真结果表明:该方法可有效地提高收敛速度、降低圆阵的旁瓣电平。 www.ceps.com.tw 9. The radiation patterns and directivities of a dipole antenna and antenna arrays excited by sinusoidal and walsh waves are compared. 对偶极子天线和天线阵列用正弦波和沃尔什波辐射时的方向图和方向性系数进行了比较。 dictsearch.appspot.com 10. Images of this type are stored as bitmaps, which are arrays of numbers that represent the colors of individual dots on the screen. 这种类型的图像存储为位图,位图是由表示屏幕上各个点的颜色的数值构成的数组。 msdn2.microsoft.com 1. The current research directions of microphone arrays are speech localization and speech enhancement. The related algorithms are various. 目前,麦克风阵列的研究方向主要集中在语音定位和语音增强,各种处理算法层出不穷。 www.fabiao.net 2. Finally, rotary and stationary vortex lattices with different periodic arrays are experimentally constructed. 最后,实验构建了具有不同周期结构的旋转和稳定涡旋晶格。 www.opticsjournal.net 3. In a typical implementation, the two arrays share the same transmitters but have different receivers. 典型的实例是,两种线圈系共用发射线圈,但是有各自的接收线圈。 www.infopetro.com.cn 4. They are typically used in reflection to enable filtering of the results set for methods that return arrays of objects. 它们通常在反射中用来支持对返回对象数组的方法的结果集进行筛选。 msdn2.microsoft.com 5. Researchers discovered that nanoscale magnetic metallic wire arrays possess great potential as magnetic recording media. 许多研究者发现阵列式磁性奈米金属线在磁记录元件中有其应用之相当潜能。 www.etop.org.tw 6. it is just a restriction on creating arrays of parameterized type. 这仅是禁止用参数化类型创建数组。 www.phpzy.com 7. Palm Basic supports integer, floating point, and string variables, as well as single and multi-dimensional arrays. 并且唯一和多维数组的棕榈基本的支持整数、浮动小数点和串变量。 bbs.maxpda.com 8. This allows the EL to retrieve elements from multi-dimensional arrays, nested collections, or any combination of the two. 这使得EL能够从多维数组、嵌套集合或两者的任意组合中检索元素。 www-128.ibm.com 9. The structure of the LED source arrays system is presented and a LED arrays for analogue acupuncture is designed. 通过对LED阵列光源结构的研究,设计了一套研究LED影响的系统-LED阵列模拟针灸照射笔。 www.ceps.com.tw 10. It's important that double arrays you pass to oscilloscope have to be global. 这是非常重要的双数组传递给示波器必须是全球性的。 word.hcbus.com 1. A number of factors determine the number of units, the number of arrays and the number of modules in an array. 多项因素确定部队数量、人数和次数阵列模块阵列。 zhidao.baidu.com 2. NOTE: The lsxsd. lss is a library that contains classes that allow you to pass string arrays, files, and dates. 注意:lsxsd.lss库中包含的类允许您传递字符串数组、文件和日期。 www.ibm.com 3. The next two arguments are the arrays we created earlier. 接下来的参数是我们刚刚建立的。 www.sosg.net 4. The result is an array of arrays, which is flattened to a single dimensional array of server IP addresses and passed back to the caller. 这个结果是一组数组,它紧贴服务器IP地址的一维数组,并且传回给调用者。 www.ibm.com 5. Therefore, arrays cannot contain padding, though the elements within the arrays may contain padding. 因此,数组不可能包含填充,但数组内部的元素可以包含填充。 boost-doc-zh.googlecode.com 6. Also, notice that you can't just pass any old Strings and ints and arrays as the expectation arguments. 另外注意,不能作为预期参数传递任何String、int和数组。 www.ibm.com 7. You can add error handling to your code to make sure that the arrays are compatible before attempting an assignment. 可以在程序中添加错误处理代码,来确保数组在赋值前是相容的。 technet.microsoft.com 8. Two byte arrays are initialized that represent the public key of a third party. 初始化表示第三方公钥的两个字节数组。 msdn2.microsoft.com 9. One way is to use arrays of fans to pass air in large volumes through cleverly contrived surfaces along which an absorbing fluid flows. 其中一种方法是利用风扇矩阵吸入大量空气,让空气通过精心设计的、流动着二氧化碳吸收剂的表面。 www.ecocn.org 10. The GSTC may not handle more complex Java methods involving arrays, collections, and exceptions that the developer wants. GSTC不能处理更复杂的能调用开发人员想要的数组、聚集和异常的Java方法。 www-128.ibm.com 1. The solution allows for the processing of arbitrary arrays of attachments of an arbitrary type. 该解决方案用于处理任意类型的附件的任意部署。 www.ibm.com 2. Arrays, ranges, and nil values can be passed as well. 数组,区间和空值都可以作为查询条件。 www.diybl.com 3. These arrays of new data sources are counterbalanced by the difficulty in knowing their location and nature. 这些大量的新数据来源由在知晓它们的位置和性质中的困难被抵消。 www.chinapubmed.net 4. A simple comparison is the number of accesses to the arrays of the model. 一个简单的比较是访问人数模型的阵列。 hi.baidu.com 5. Explains the concept of multidimensional arrays, how they differ from arrays of arrays, and how to use them. 解释多维阵列的观念、其与阵列的阵列之差异,以及使用方式。 technet.microsoft.com 6. Type is used for inline, fixed-length character arrays that appear within a structure. 类型用于出现在结构内的内联的定长字符数组。 msdn2.microsoft.com 7. Samsung claims that the UD controller software that drives the UT arrays can set up a screen made up of as many as 250 individual monitors. 三星宣称他们提供的UT控制软件可以最大控制由250个显示器拼接成的显示幕墙。 www.cnbeta.com 8. The micro-electromechanical system (MEMS) technology is adopted to fabricate the substrate-free bi-material micro-cantilever arrays. 采用微细加工技术制作出无基底的双材料微悬臂梁阵列结构。 www.opticsjournal.net 9. harmonized system of quality assessment for electronic components programmable logic arrays . blank detail specification. 电子元件统一质量评审体系。可编程序逻辑网络范围。空白详细规范。 www.ichacha.net 10. Collections are backed by arrays, which leads to good performance when looking up items randomly within a collection. Collections由数组支持,在集合内随机查找内容时性能较好。 www.ibm.com 1. Other transitional microtubule arrays were observed, which constituted the typical microtubule cycle in the dividing cells of plants. 同时,还观察到在各种典型微管列阵相互转变过程中存在各种微管列阵的过渡状态。 dictsearch.appspot.com 2. Appendix B arrays and collections, arrays and collections described in depth the concept, definition, storage and applications. 附录B数组与集合,将深入介绍数组和集合的概念、定义、存储和应用。 www.joys99.com 3. This includes standard data types, objects, and arrays, as well as user-defined structures and class instances. 这包括标准数据类型、对象和数组,以及用户定义的结构和类实例。 msdn2.microsoft.com 4. The data types of the elements of both arrays must be reference types. 两个数组的元素数据类型必须都是引用类型。 technet.microsoft.com 5. The host servers and S-Blades are connected to a series of high-density, high-performance, highly redundant, independent disk arrays. 主机服务器和S-Blade被连接到一组高密度、高性能、高冗余的独立磁盘阵列。 www.ibm.com 6. PR series high-precision resistor arrays feature pre-tinned terminations over a nickel barrier. PR系列高精度电阻阵列的镍隔板上使用预镀锡的端子。 www.vishay.com 7. Using tiltmeter arrays and GPS technology for continuous real-time monitoring of dams is an advanced method. 采用倾斜仪阵列和GPS技术对大坝进行连续实时监测是一种先进的观测手段。 dictsearch.appspot.com 8. Because they hold so much data, vector registers permit operations involving arrays to be performed very rapidly. 由于它们可以保存较多数据,向量寄存器对于涉及数组的运算处理得非常快。 msdn2.microsoft.com 9. The rank, size, and bounds of the safe arrays are determined at run time by the characteristics of the managed array. 安全数组的秩、大小和界限在运行时由托管数组的特征确定。 msdn2.microsoft.com 10. The read- out integrated circuit (ROIC) is an important interface circuit between infrared focal plane arrays (IRFPAs) and signal processor. 读出电路是红外成像系统中探测器阵列与信号处理器之间很重要的接口电路。 www.fabiao.net 1. Wrap any weakly-typed collection objects with simple arrays of concrete types as the signature for Web service methods. 用固定类型的简单数组包装任何弱类型集合对象,来作为Web服务方法的参数。 www-128.ibm.com 2. The functions below are a set of array functions you will be using a lot in any given script, and are vitally important when using arrays. 下面是一套你会在脚本中使用到的数组函数,这些函数都非常重要。 www.csask.com 3. An artificial neural network was utilized to analyze the collected data and estimate the performance of the sensor arrays. 采集数据后使用神经网络判断阵列的可用性。 xuebao.jlu.edu.cn 4. Describes guidelines for using arrays and attributes, and guidelines for implementing equality operators. 描述使用数组和属性的准则以及实现相等运算符的准则。 msdn2.microsoft.com 5. One parameter is a collection of associative arrays that describe the database: table names, column names, primary keys, and foreign keys. 一个参数是描述数据库的关联数组集合:表名、列名、主键和外键。 www.ibm.com 6. Indexers allow an object to be indexed in a manner similar to arrays. 索引器允许以类似于数组的方式为对象建立索引。 msdn2.microsoft.com 7. Conformal arrays antenna can be formed by installing the antenna element on the aircraft surface. 将天线阵元安装在飞行器表面形成共形阵列天线,共形阵列天线可以提高武器的性能。 www.fabiao.net 8. Empty arrays should not be confused with NULL arrays or with arrays containing just NULL values. 不应将空阵列与NULL阵列或与只包含NULL值的阵列混为一谈。 www.ibm.com 9. The simulation results of sidelobe reduction of 2-D arrays and pattern synthesis of a sparse array show that it is . . . 对二维阵列天线旁瓣电平优化和稀疏阵列方向图综合的良好结果也证明了该方法的有效性。 epub.cnki.net 10. Arrays are also useful for storing data generated in loops, where each loop iteration generates one element of the array. 数组还可以用来存储循环中产生的数据,每一次循环的数据对应数组的一个元素。 www.eefocus.com 1. Appends content to a template placeholder. Can be used on associative arrays and scalars . 附加内容,模板的预留位置。可用于关联数组和标。 dictsearch.appspot.com 2. This method (shown in Listing 8) takes two byte arrays, concatenates the second array after the first, and returns the concatenated array. 这个方法(见清单8)取两个字节数组,将第二个数组串接到第一个之后,并返回串接的数组。 www.ibm.com 3. Sky night, the small pure station continues to pull recommendation and collects and arrays to review! The night is pretty extra more! 天晚了,小清亭继续出来拉拉推荐、收藏和点评!愈夜愈美丽啊! bbs.bnb.cq.cn 4. Handling of arrays and collections is analogous to the previous example. First, lets retrieve only the SensorReadouts with specific values. 对数组和集合的处理方式与前面的示例相似。首先,我们以指定的值为条件查出传感器读数。 wiki.redsaga.com 5. The two arrays are "index associated" , meaning that the values in each position of the arrays are associated with each other. 这两个数组是“索引关联的”,这意味着数组的每个位置的值都是相互关联的。 www.ibm.com 6. The discrete calculation of coordinates in principle projection direction uses two integer arrays which represent two lines. 主投影方向坐标的离散计算可通过两个整型数组(代表双直线)快速获得。 dictsearch.appspot.com 7. This method does not change the existing arrays, it only returns a copy of the joined arrays. 这个方法不会改变现存的数组,它只返回了所结合数组的一份拷贝。 www.w3pop.com 8. It is always better to keep the design simple and use single-dimensional arrays. 保持简单的设计和使用一维数组总是更好的做法。 www.ibm.com 9. You'll employ another elegant JavaScript language feature, associative arrays, to translate your state table directly into code. 还可以应用另一个优雅的JavaScript语言特性关联数组(associativearray)将状态表直接转换成代码。 www.ibm.com 10. This paper focuses on the concentric ring fractal array of the low side lobe characteristics in fractal antenna arrays. 在分形阵列天线中重点研究了具有低旁瓣特性的共心圆环分形阵。 www.fabiao.net 1. Delegate used for deep copying of arrays. 用于阵列深层复制的委派。 technet.microsoft.com 2. The LED arrays are generated by permutation of several matched mirrors. The design scheme and simulation results are also presented. LED阵列是由多个配光镜组列阵而成,并给出了其设计方案与软件仿真结果。 www.opticsjournal.net 3. Coupling coefficients, ring sizes, and waveguide lengths of microring resonator arrays can be arbitrary in this approach. 耦合系数,环腔尺寸和波导长度在本方法中可以任意设置。 dx.doi.org 4. Parameters specify the subsets as offsets in the input and output arrays, and the number of elements in the input array to convert. 参数将子集指定为输入和输出数组中的偏移量和输入数组中要转换的元素数。 msdn2.microsoft.com 5. An algorithm of localization for multiple wideband sources by the use of data fusion of the multiple arrays is investigated in this paper. 研究多个传声器阵列数据融合和宽带多声源近场定位算法。 dictsearch.appspot.com 6. A jagged array is an array of arrays, and therefore its elements are reference types and are initialized to null. 交错数组是数组的数组,因此,它的元素是引用类型,初始化为null。 msdn2.microsoft.com 7. The results exhibit potential applications in inducing twisted or stable waveguide arrays and new types of optical traps. 上述结果在诱导旋转和稳定的波导阵列及新型光学操控等方面具有巨大的潜在应用。 www.opticsjournal.net 8. Supported variables include integers, floating point numbers, strings, arrays, and objects. 支持的变量包括整型、浮点型的数字、字符串、数组和对象。 www.ibm.com 9. The hydrocarbon molecules in those polymers are arranged in semicrystalline arrays featuring piezoelectriclike properties. 那些聚合物里的碳氢分子会排列成具有压电性质的半结晶阵列。 dictsearch.appspot.com 10. After sinking into the patterned nanowire arrays, DSSC electrode structure was finally obtained. 通过多次浸润图案化线束的方法,最终组装得到DSSC电极阵列结构。 www.fabiao.net 1. Sequences provide flexibility when dealing with arrays of data that may have many values that are identical. 如果正在处理数据数组,其中许多值相同,那么序列就可以提供灵活性。 www.ibm.com 2. Porous anodic alumina (PAA) formed in acid solution by anodizing of metal aluminum has porous structure with ordered nanopore arrays. 金属铝在酸性溶液中阳极氧化得到的多孔性氧化铝薄膜具有有序排布的纳米量级的孔阵列。 www.chemyq.com 3. To measure the performance impact of arrays, a 900GB database was used and an OLTP (Online Transactional Processing) workload was exercised. 为衡量阵列的性能影响,使用900GB的数据库且执行OLTP(联机事务处理)工作负荷。 www.ibm.com 4. UIMA also defines basic range types for features such as Boolean, Integer, and Double, as well as arrays of these primitive types. UIMA还为Boolean、Integer和Double等特征定义基础范围类型,并为执行原始类型定义数组。 www.ibm.com 5. He and his colleagues instead use arrays of tiny microelectrodes that are placed in contact with the brain, but not implanted. 他和他的同事取而代之的是使用与置于大脑与之通信的微型无线通信陈列,却不植入。 www.bing.com 6. Like arrays in other programming languages, DB2 arrays can be used as an auxiliary data structure when coding algorithms in SQL PL. 像其他编程语言中的阵列一样,在SQLPL中对算法编码,DB2阵列可用作辅助数据结构。 www.ibm.com 7. Lists, Arrays, or even your own custom types can be used in a for. 甚至是您自己的自定义类型,都可以在for中使用。 www.ibm.com 8. You must manually define type libraries containing variable-length arrays, as shown in the following example. 必须手动定义包含可变长度数组的类型库,如下面的示例中所示。 msdn2.microsoft.com 9. The proposed SEM design can also be easily extended to incorporate time multiplexed columns and multi-column arrays. 拟议的扫描电镜的设计也可以轻松地把时间延长复列和多列阵列。 www.syyxw.com 10. SolFocus' arrays can also be placed in irregular patterns to avoid sensitive areas or maximize land usage. 为避免某些敏感区域或者为了最大限度利用土地资源,索福克斯公司的CPV组群还可以采用不规则的方式安装。 www.bing.com 1. The scheduler uses two priority arrays, namely active and expired arrays, that are accessed through pointers. 调度器使用了两个优先级数组,即活动数组和过期数组,可以通过指针来访问它们。 www.ibm.com 2. We create a class with methods that invoke the original collection-based implementation but return Java arrays instead of the collections. 我们创建一个类来调用基于原始集合的实现,但是它返回Java数组而不是返回集合。 www-128.ibm.com 3. To wrap up the coverage of conversion between arrays and tables, revisit procedure phonenumbers from the first example. 要总结阵列和表之间转换的覆盖范围,请重新访问第一个示例的过程phonenumbers。 www.ibm.com 4. Another form of object loitering arises when arrays are used to implement data structures such as stacks or circular buffers. 当数组用于实现诸如堆栈或环形缓冲区之类的数据结构时,会出现另一种形式的对象游离。 www-128.ibm.com 5. Matrices are stored internally as native Java arrays (i. e. , double[][]). The coding style is straightforward and readable. Matrices类的内部数据存储为java的基本数组类型(比如,double[][]),代码可读性强,易于理解。 www.bing.com 6. Each FC port is connected to one of the eight FC Disk Arrays. 而每个FC端口都分别连接八个FC磁盘阵列中的一个。 www-128.ibm.com 7. The tooling that generates the JSP code is unable to handle the arrays. 用于生成JSP代码的工具无法处理数组。 www.ibm.com 8. In this dissertation, we briefly reviewed the recent developments and the numerical investigation in quasi-optical active grid arrays. 本文回顾了准光栅格阵列最近的发展情况以及多年来的算法研究概况。 www.lw23.com 9. Declare arrays whose length is a local variable, but don't try to go much further. 可以声明长度为本地变量的数组,但是就到此为止吧。 www.ibm.com 10. Collections can be easier to use than arrays because they allow you to add or remove items without using indexes. 集合比数组更易于使用,因为它们允许您在不使用索引的情况下添加或移除项。 msdn2.microsoft.com 1. It presents detailed information on marshaling arrays, Boolean types, char types, delegates, classes, objects, strings, and structures. 它提供有关封送数组、布尔类型、char类型、委托、类、对象、字符串和结构的详细信息。 msdn2.microsoft.com 2. The fluid elastic instability of tube arrays and flow induced vibration are studied systematically in this dissertation. 论文对管阵流体弹性不稳定性及流体诱发振动数值模拟问题进行了系统、详细的研究。 www.lw23.com 3. The list methods provided by the Discussion database Web services return arrays of data transfer objects. Discussion数据库Web服务提供的列表方法返回数据传输对象数组。 www.ibm.com 4. The ranks of the two arrays must be the same, that is, they must have the same number of dimensions. 两个数组的秩必须相同,即它们必须具有相同的维数。 technet.microsoft.com 5. However, the byte arrays we've constructed here aren't quite right, as we'll see in the next section. 不过,我们在这里构造的字节数组并不是很正确,我们将在下一节看到这一点。 www.ibm.com 6. An ion beam assisted method for large-area fabrication of nanodot arrays in anodic alumina oxide (AAO) templates was investigated. 本工作研究了离子束辅助下在氧化铝模板中大面积制备纳米点阵列的方法。 www.dictall.com 7. It is tempting to think of vectors as short arrays, but in fact they act differently in several respects. 将向量看作短数组的想法非常有诱惑力,不过实际上它们的操作方式在几个方面都有所不同。 www.ibm.com 8. Arrays of radio telescopes combine the radio waves they collect to vastly enhance the resolution of their cosmic images. 射电望远镜阵列混合了它所收集的无线电波,极大的提高了宇宙呈像的分辨率。 www.bing.com 9. An array literal cannot initialize a multidimensional typed array, but an array literal can initialize a typed array of typed arrays. 数组标识符不能初始化多维类型化数组,但可以初始化类型化数组的类型化数组。 technet.microsoft.com 10. Membrane arrays, comprising the membrane modules mounted in proprietary pressure housings, in rows of six modules. 膜阵列,包括膜组件安装在专有压力罩、陈列馆六个单元。 zhidao.baidu.com 1. If, however, the arrays contain numeric keys, the later value will not overwrite the original value, but will be appended. 然而,如果数组包含数字键名,后面的值将不会覆盖原来的值,而是附加到后面。 www.phpx.com 2. Zend_Gdata_Spreadsheets also comes with some shortcut methods that convert list and cell feeds into native PHP arrays for easier processing. Zend_Gdata_Spreadsheets还提供了一些快捷方法,可以将列表和单元格提要转换为原生PHP数组以简化处理。 www.ibm.com 3. Types, arrays and strings are never passed by immediate value but rather a pointer will be passed to memory allocated by the caller. 类型、数组和字符串从来不按即时值进行传递,但会向调用方分配的内存中传递指针。 msdn2.microsoft.com 4. Objects were essentially containers for properties, like associative arrays. 这个对象只是用来放诸如关联数组这类属性的容器。 bbs.phpchina.com 5. He and colleagues plan to use the arrays to look for magnetic loops on other stars and investigate them with computer simulations. 彼得森及同事计划利用望远镜阵列来寻找其他恒星的磁环,并且运用计算机模拟的方法进行研究。 www.tianya.cn 6. The resource is formatted and highlighted, and arrays and objects can be collapsed. 资源已经格式化并突出显示,可以把数组和对象收拢。 www.ibm.com 7. The next three chapters fill out the basics, with discussion of control statements, arrays, and how to write your own methods. 接下来的三章补充一些基础性知识,主要是讨论控制语句、队列以及如何写出你自己的方法。 www.ibm.com 8. FORTRAN language statement used to define arrays. 在FORTRAN语言中用于定义数组的语句。 www.hotdic.com 9. Data types are converted to character and byte arrays, respectively, which have different behavior and might use more memory. 数据类型被分别转换为字符数组和字节数组,它们具有不同的行为并可能占用更多内存。 msdn2.microsoft.com 10. The grand canonical Monte Carlo method is adopted to simulate hydrogen molecules storage in carbon nanotubes and tube arrays. 采用巨正则蒙特卡罗方法模拟氢分子在碳纳米管及其阵列中的存储过程。 dictsearch.appspot.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。