character strings

字符串
常用释义
字符串

扩展信息

字元字串
考虑一个例子:当我们处理字元字串character strings)时,常见的一个操作行为就是决定「以 null 为结束符号」的字串的长 …
常量字符串
Object... ... Labels( 标签) Character strings常量字符串) Comments and compiler directives( 注释和编译器指示字) ...
字符类型
1.3 字符类型 ( CHARACTER STRINGS ) 51.3.1 定长字符 ( Fixed-length Character String ) 51.3.2 变长字符 ( Varying-length C…
字元序列
3.String 用来表示那些建立后就不再改变的字元序列character strings),换句话说,其物件是唯读且不可变的(immutable) …
字符串常量
常量表达式包括:常数(numerals) 、 字符串常量character strings) ;真常量;枚举类型的值;特殊常量 True、False 和 …

例句

Character strings can be enclosed in double quotation marks if the string does not exceed the length of an identifier.

如果字符串未超过标识符的长度,则可以包含在双引号内。

把多个项目连接成一个项目。例如,把两个或多个字符连接为一个字符串。

正如您所预期的,验证作为字符串提供的XML文档只需要很少的额外编程工作。

Performs a string operation that concatenates two or more character strings, tuples, or a combination of strings and tuples.

执行一个字符串运算,连接两个或更多字符串、元组,或连接字符串和元组的组合。

在字符串中,每个字节或每对字节代表单个字母、特殊字符或数字。

that module allows programmers to treat a string as an array of letters , either as numeric codes or as one - character strings.

该模块允许程序员将字符串当作字符数组对待,或者作为数字代码或者作为单字符字符串。

两字符串串联时,根据排序规则的优先级设置结果表达式的排序规则。

单引号或双引号可用于包含字符串。

The lexicon was simple a organized list of character strings. There were no additional information associated with each string.

字典是一个简单的汉字字符串的有组织的列表,每个字符串没有附加额外的信息。

此示例使用String函数返回指定长度的重复字符串。

这些应用程序可能需要处理不同语言的字符串。

字段的列宽决定了字符串的长度,长度大于列宽的字符串在dBASE中将被截断。

Prevents a line break at a double-wide character string, so that the line-breaking rule is equivalent to single-wide character strings.

防止在双倍宽度字符的字符串中出现分行符,以使此换行规则等效于单倍宽度字符的字符串。

文字表示固定的值数字、字符、字符串、布尔型或空值。

前面所有的示例都处理文本数据或字符数据:写入和读取字符string。

坐标值是数字(小数、浮点数等),不是字符串。

Split will split the string into an array of single-character strings because the empty string delimiter can be found at every location.

会将字符串拆分为由单个字符组成的字符串的数组,因为在每个位置都可以找到空字符串分隔符。

In this case, I join together a sequence of single-character strings contained in a.

包含的由单个字符构成的字符串序列连接在一起。

在本例中,使用冒号将tuple包含的由单个字符构成的字符串序列连接在一起。

中文自动分词,就是利用计算机将连续文本切分为以词为单位的字符序列。

为串联同时指定了宽字符字符串和非宽字符字符串。

可以针对字符串指定范围和多个表达式。

这是服务器在此连接中用于发送所有字符串的字符集。

类型实际上是宽字符字符串,但它们被封送为单字节字符字符串。

表示Unicode字符串的类型。

字符串可以用单引号或双引号定界。

在字符模式文件中,所有数据均转换为字符串。

Names can also include blank or non-alphanumeric character strings, and binary values.

名称还可以包括空格或非字母数字字符串以及二进制值。

For character strings, padding is with blanks; for bit strings, it is with zeros.

对于字符串,填充的是空格字符;对于位串,填充的是零。

Data将所有数据视为字符串。