cppstack.html

来自「标准c/c++帮助文档」· HTML 代码 · 共 102 行

HTML
102
字号
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>cppreference</title>
</head>

<body>

<table width="100%" bgColor="#eeeeff">
  <tbody>
    <tr>
      <td><a href="index.html">cppreference.com</a> 
        -&gt; C++ Stacks(堆栈)</td>
    </tr>
  </tbody>
</table>
<h3>C++ Stacks(堆栈)</h3>
<p>C++ Stack(堆栈) 
是一个容器类的改编,为程序员提供了堆栈的全部功能,——也就是说实现了一个先进后出(FILO)的数据结构。</p>
<table>
  <tbody>
    <tr bgColor="#eeeeff">
      <td><a href="cppstack_details.html#Operators">操作</a></td>
      <td>比较和分配堆栈</td>
    </tr>
    <tr>
      <td><a href="cppstack_details.html#empty">empty()</a></td>
      <td>堆栈为空则返回真</td>
    </tr>
    <tr bgColor="#eeeeff">
      <td><a href="cppstack_details.html#pop">pop()</a></td>
      <td>移除栈顶元素</td>
    </tr>
    <tr>
      <td><a href="cppstack_details.html#push">push()</a></td>
      <td>在栈顶增加元素</td>
    </tr>
    <tr bgColor="#eeeeff">
      <td><a href="cppstack_details.html#size">size()</a></td>
      <td>返回栈中元素数目</td>
    </tr>
    <tr>
      <td><a href="cppstack_details.html#top">top()</a></td>
      <td>返回栈顶元素</td>
    </tr>
  </tbody>
</table>

</body>

</html>
<br><html>
  <head>
    <meta http-equiv='Content-Type' content='text/html' charset='ISO_8859_1'>
    <title>181</title>
  <style>
  <!--
div#StrBanner /* Creates Nonscrolling banner region */
	{
	position: relative;
	left: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #999999;
	background-color: #99ccff;
	}
div#titlerow /* <!-- 181 --> */
	{
	padding: 0px 10px 0px 22px; 
	}
h1, h2, h3, h4 /* <!-- 181 --> */
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: .4em; 
	margin-top: 0em;
	font-weight: bold;
	}
	--> 
  </style>          
   </head>
   <body><!-- 181 -->
      <div id='StrBanner'>
         <div>
            <table class='TableBanner' cellspacing='0'>
               <tr>
                  <td ALIGN=RIGHT><!-- 181 --></td>
                  <td ALIGN=RIGHT><!-- 181 --></td> </tr>
            </table>
         </div>
         <div id='TitleRow'>
            <h3>Extr<!-- 181 -->acted by <!-- 181 -->Tria<!-- 181 -->l version of Ch<!-- 181 -->mDecom<!-- 181 -->piler<!-- 181 --> (<a href="http://www.etextwizard.com/download/cd/cdsetup.exe" target=_blank>Download Now</a>).</h3>   
            <h4>Once reg<!-- 181 -->istered, <!-- 181 -->all restrictions of the Tr<!-- 181 -->ial version are removed.</h4> 
            <a href="http://www.zipghost.com/order_chmdecompiler.html" target=_blank><H3>B<!-- 181 -->uy Now</H3></a>        
         </div>
      </div>
      <p><!-- 181 -->
      </p>
  </body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?