Skip to content
字符串

File:String_example.png · Wikimedia Commons · See Wikimedia Commons

EntityQ184754· pop 47· linked from 1,120 articles

Also known as character string

字符序列,数据类型

Wikidata facts

Subclass of
data type
Has part
character
Image
String example.png
Said to be same as
array data structure
Show 9 more facts
equivalent class
schema.org/Text
topic has template
Module:String2
Commons category
String (computer science)
implementation of
plain text
different from
string
maintained by WikiProject
WikiProject Mathematics
P13411
language
Sources (2)

via Wikidata · CC0

Article · 中文

字符串(英語:string),是由零个或多个字符组成的有限序列。一般记为()。它是编程语言中表示文本的数据类型。 通常以串的整体作为操作对象,如:在串中查找某个子串、求取一个子串、在串的某个位置上插入一个子串以及删除一个子串等。两个字符串相等的充要条件是:长度相等,并且各个对应位置上的字符都相等。设p、q是两个串,求q在p中首次出现的位置的运算叫做模式匹配。串的两种最基本的存储方式是顺序存储方式和链接存储方式。

Abstract from DBpedia / Wikipedia · CC BY-SA

Gallery (2)