seq_6405.htm
来自「ARM编辑、编译软件」· HTM 代码 · 共 13 行
HTM
13 行
<HTML><TITLE>Sequences</TITLE><BODY>
<A HREF="ref.htm"><IMG SRC="images/banner.gif"></A>
<P><STRONG>Click on the banner to return to the Class Reference home page.</STRONG></P>
<P>©Copyright 1996 Rogue Wave Software</P>
<H2>Sequences</H2>
<A NAME="Summary"><H3>Summary</H3></A>
<P>A<I> </I><B><I>sequence</B></I> is a container that organizes a set of objects, all the same type, into a linear arrangement. <A HREF="vec_0251.htm"><B><I>vector</B></I></A>, <A HREF="lis_3222.htm"><B><I>list</B></I></A>, <A HREF="deq_4164.htm"><B><I>deque</B></I></A>, and <A HREF="str_8586.htm"><B><I>string</B></I></A> fall into this category.</P>
<P>Sequences offer different complexity trade-offs. <A HREF="vec_0251.htm"><B><I>vector</B></I></A> offers fast inserts and deletes from the end of the container. <A HREF="deq_4164.htm"><B><I>deque</B></I></A> is useful when insertions and deletions will take place at the beginning or end of the sequence. Use <A HREF="lis_3222.htm"><B><I>list</B></I></A> when there are frequent insertions and deletions from the middle of the sequence.</P>
<A NAME="See Also"><H3>See Also</H3></A>
<P>For more information about sequences and their requirements, see the <A HREF="Con_2487.htm"><B><I>Containers</B></I></A> section of this reference guide, or see the section on the specific container.</P>
<HR>
<A HREF="sea_8558.htm"><IMG SRC="images/prev.gif"></A> <A HREF="ref.htm#contents"><IMG SRC="images/toc.gif"></A> <A HREF="set_1649.htm"><IMG SRC="images/next.gif"></A></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?