The tables are arrays of strings, and each array element represents one row in the table.
表是字符串数组,每个数组元素代表了一个表里的一行。
Listing 1 gives the source code for my StringArray class, a wrapper for ordered arrays of Strings.
清单1给出了StringArray类的源代码,这个类是String有序数组的一个包装器。
Similarly, all accesses to arrays and strings are checked at run-time to ensure that they are in bounds, eliminating the possibility of overwriting memory and corrupting data.
类似地,所有对字符串和数组的访问在运行时被检查来确保他们没有越界,消除越界导致的内存重写和数据损坏的问题。
Strings and character arrays occupy a large amount of space in a typical business application, so they are another area worthy of analysis.
字符串和字符数组在典型的业务应用程序中占用了大量的空间,所以它们是另一个值得分析的方面。
In the second set of stored procedures, strings were used in place of arrays, and cursors were heavily used to fetch rows from multi-row result sets.
在第二组存储过程中,使用字符串替代了阵列,且大量使用光标以便从多行结果集合中提取行。
Byte arrays are limited in length to 75 percent of MAX_VALUE_LENGTH because byte arrays are stored by encoding them as strings.
字节数组限制为MAX_VALUE_LENGTH长度75%,因为字节数组是通过编码为字符串存储的。
This DTD serializes data into a (nested) set of data structures that are common in object-oriented programming languages: dictionaries, arrays, strings, Numbers, booleans, dates, and binary data.
该DTD把数据序列化为通常在面向对象编程语言中才会见到的(嵌套的)数据结构集:词典、数组、字符串、数字、boolean值、日期和二进制数据。
Blue includes a number of built-in types, including Numbers (which covers integer and floating point types), strings, arrays, functions, and others.
Blue包含许多内置类型,包括数字(包含整型和浮点型)、字符串、数组、函数等等。
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).
JSON支持除对象之外的各种数据类型:字符串、空值、数字(整数或实数)、布尔值和数组(包含在方括号中的逗号分隔的值序列)。
The waste in char arrays query shows the amount of wasted space in character arrays that are only referenced by strings.
WasteIn CharArrays查询能够显示字符串所引用的字符数组中浪费的空间。
The following example illustrates the use of variable addresses, arrays, and strings.
以下示例演示可变地址、数组和字符串的用法。
Your problem is because you are defining an array of chars, not an array of arrays of chars (i. e. strings).
你的问题是因为你定义一个字符数组,而不是一个字符数组的数组(如字符串)。
Now that we have a handle on the concept of strings, let's take a look at the power and flexibility of arrays.
说完字符串的概念,现在再让我们来看看强大而又极具灵活性的数组。
Now that we have a handle on the concept of strings, let's take a look at the power and flexibility of arrays.
说完字符串的概念,现在再让我们来看看强大而又极具灵活性的数组。
应用推荐