此外,现在还支持新的布尔、游标、行和数组数据类型。
In addition, new Boolean, cursor, row, and array data types are now supported.
例如,提供数组数据类型的程序设计语言也提供一种操作符使用户能读出数据元素值。
For example, languages that provide for the array data type also provide an operator that allows the uses to read out the value of an array element.
此外,索引后的字段可以是任何数据类型,包括一个对象或数组。
In addition, indexed fields may be of any data type, including an object or an array.
您可以看到,这些文档可以存储包括字符串、整数、浮点数、日期、对象、数组等的各种数据类型。
As you can see, these documents can store various data types include strings, integers, floats, dates, objects, arrays and more.
数据中的每个数组槽都与一个传送对象关联,传送对象告诉剪贴板数据是什么数据类型。
Each array slot in data is associated with a transfer object that tells the clipboard what type of data is in data.
这个字节数组包含INTEGER数据类型结构的所有字节。
This byte array will hold all the bytes of the INTEGER data type structure.
因此应该对数据类型有一定的了解,特别是数组、图和树。
As such, you should have a general familiarity with data types, including arrays, graphs, and trees in particular.
Erlang中的模式匹配还会处理各个语句的执行流,以及从复合数据类型(元组、数组)中提取出值。
Pattern matching in Erlang also handles the execution flow of individual statements, and extracts the individual vales from compound data types (tuples, arrays).
其实,Numerical Python只是实现了一个新的数据类型:数组。
In essence, Numerical Python just gives you a new data type, the array.
注意:数组需要在lsxsd . lss文件内定义的ARRAY_HOLDER数据类型之一中返回(本系列的上一篇文章更详细地讨论了这种情况)。
NOTE: the array needs to be returned within one of the ARRAY_HOLDER data types defined in the lsxsd.lss file (the previous article in this series discusses this situation in more detail).
实际上不仅仅如此;许多数组操作用Numeric或者Numarray来表达比起用标准Python数据类型和语法来表达要优雅得多。
Actually, that's not quite all; there are a number of operations on arrays that are much more elegant to express in Numeric or Numarray than they are with standard Python data types and syntax.
简单的数据类型仅仅是冰山一角 —XJConf还能够定义相关配置变量的集合,并将其转化成原生PHP数组。
Simple data types are just the tip of the iceberg—XJConf also lets you define collections of related configuration variables, and converts these into native PHP arrays.
JSON支持除对象之外的各种数据类型:字符串、空值、数字(整数或实数)、布尔值和数组(包含在方括号中的逗号分隔的值序列)。
JSON data supports various data types besides objects: strings, null values, Numbers (integer or real), Boolean values, and arrays (comma-separated sequences of values enclosed in square brackets).
不过,Rexx确实有一个另外的标准数据类型:关联数组。
Rexx, however, does have one additional standard datatype: associative arrays.
不要使用列表或数组作为参数或返回值(可以使用数组,不过必须使用稍后在本文中所描述的一种特定数据类型)。
Do not use lists or arrays as parameters or return values (arrays are possible, but you must use a special data type described later in this article).
返回数组的另一种选择是将数组作为复杂数据类型的组成部分返回,该技巧我们将在下一篇文章中进行讨论。
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.
数据类型可以是简单、复杂、派生或者数组类型。
联合数组(associative array)是另外一种数据类型,它可以表示为一个字符串。
The associative array is another data type that can be represented as a literal.
弱类型的集合对象、包含空元素的数组和特定的本地数据类型都给互操作性带来一定的问题,特别是
Weakly-typed collection objects, arrays containing null elements, and certain native data types all pose special problems for interoperability. Specifically
语句无法更改数组变量或其元素的数据类型。
Statement cannot change the data type of an array variable or of its elements.
ParallelArray的一些实现可用于不同的数据类型和大小,包括对象数组和各种原语组成的数组。
Several implementations of ParallelArray are available for different data types and sizes, including for arrays of objects and for arrays of various primitives.
当然,字符串数组不是惟一可以接受或返回的数组类型,INTEGERARRAY_HOLDER、LONGARRAY_HOLDER、和lsxsd.lss 文件中定义的类似的类也可以为其他原生数据类型提供相同的功能。
Of course, string arrays are not the only kind of arrays you can accept or return. There are also INTEGERARRAY_HOLDER, LONGARRAY_HOLDER, and similar classes defined in the lsxsd.lss
数据类型{0}对重复元素数组无效。
The data type {0} is not valid with a repeated element array.
声明和使用引用类型的数组与声明和使用任何数据类型的数组并无不同。
You declare and use an array of a reference type just as you would declare and use an array of any data type.
另一方面,它提供了比C更多的错误检查,并且,做为一门非常高级的语言,它拥有内置的高级数据类型,例如可变数组和字典,如果通过C 来实现的话,这些工作可能让你大干上几天的时间。
On the other hand, Python also offers much more error checking than C, and, being a very-high-level language, it has high-level data types built in, such as flexible arrays and dictionaries.
抽象数据类型的命名约定(动态):数组、向量,序列,列表,容器,缓冲区。
Abstract data types naming convention: (Dynamic) Array, Vector, Sequence, List, Container, Buffer.
PAT和EFAT能接受多种数据类型,包括整型、布尔型、浮点型、枚举型变量和有限大小的数组。
PAT and EFAT accept several data types, such as integers, Booleans, floats, enumerates and fixed-size arrays.
如果两个数组的元素都是值类型元素,则元素的数据类型必须完全相同。
If both arrays have value type elements, the element data types must be exactly the same.
用同一方法也可以指定多维数组的数据类型,但要在括号内使用逗号(,)。
The same procedure specifies a multidimensional array data type, but commas (,) are between the brackets.
这些注意事项也同样适用于复合数据类型的每个成员,如结构或数组。
The same considerations apply to each member of a composite data type, such as a structure or an array.
应用推荐