• <legend id='TBqRB'><style id='TBqRB'><dir id='TBqRB'><q id='TBqRB'></q></dir></style></legend>

  • <tfoot id='TBqRB'></tfoot>
  • <small id='TBqRB'></small><noframes id='TBqRB'>

      <i id='TBqRB'><tr id='TBqRB'><dt id='TBqRB'><q id='TBqRB'><span id='TBqRB'><b id='TBqRB'><form id='TBqRB'><ins id='TBqRB'></ins><ul id='TBqRB'></ul><sub id='TBqRB'></sub></form><legend id='TBqRB'></legend><bdo id='TBqRB'><pre id='TBqRB'><center id='TBqRB'></center></pre></bdo></b><th id='TBqRB'></th></span></q></dt></tr></i><div id='TBqRB'><tfoot id='TBqRB'></tfoot><dl id='TBqRB'><fieldset id='TBqRB'></fieldset></dl></div>

        • <bdo id='TBqRB'></bdo><ul id='TBqRB'></ul>

        什么是容器/适配器?C++

        时间:2024-08-13
          <tbody id='IifB2'></tbody>
        <i id='IifB2'><tr id='IifB2'><dt id='IifB2'><q id='IifB2'><span id='IifB2'><b id='IifB2'><form id='IifB2'><ins id='IifB2'></ins><ul id='IifB2'></ul><sub id='IifB2'></sub></form><legend id='IifB2'></legend><bdo id='IifB2'><pre id='IifB2'><center id='IifB2'></center></pre></bdo></b><th id='IifB2'></th></span></q></dt></tr></i><div id='IifB2'><tfoot id='IifB2'></tfoot><dl id='IifB2'><fieldset id='IifB2'></fieldset></dl></div>
        <legend id='IifB2'><style id='IifB2'><dir id='IifB2'><q id='IifB2'></q></dir></style></legend>
        • <tfoot id='IifB2'></tfoot>
          • <bdo id='IifB2'></bdo><ul id='IifB2'></ul>

                <small id='IifB2'></small><noframes id='IifB2'>

                • 本文介绍了什么是容器/适配器?C++的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  什么是容器/适配器?我对 C++ 及其子主题(如(类/模板/STL)有基本的了解.

                  What are containers/adapters? I have basic knowledge of C++ and its sub-topics like (class/templates/STL).

                  谁能用通俗的语言解释一下,给我一个容器/适配器应用的实际例子?

                  Can anyone please explain in layman's language and give me a practical example of the application of containers/adapters?

                  推荐答案

                  C++ 技术性强,难懂 :-D</joke>

                  <joke>C++ is technical and hard to understand :-D</joke>

                  容器是来自 STL 的数据类型,可以包含数据.

                  Containers are data types from STL that can contain data.

                  示例:vector 作为动态数组

                  适配器是来自 STL 的数据类型,用于适应容器以提供特定接口.

                  Adapters are data types from STL that adapt a container to provide specific interface.

                  示例:stack 在所选容器的顶部提供堆栈接口

                  Example: stack providing stack interface on top of the chosen container

                  (旁注:两者实际上都是模板而不是数据类型,但这样的定义看起来更好)

                  (side note: both are actually templates not data types, but the definition looks better this way)

                  这篇关于什么是容器/适配器?C++的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:std::set 和 std::vector 有什么区别? 下一篇:deque 和 list STL 容器有什么区别?

                  相关文章

                  <i id='ePxfn'><tr id='ePxfn'><dt id='ePxfn'><q id='ePxfn'><span id='ePxfn'><b id='ePxfn'><form id='ePxfn'><ins id='ePxfn'></ins><ul id='ePxfn'></ul><sub id='ePxfn'></sub></form><legend id='ePxfn'></legend><bdo id='ePxfn'><pre id='ePxfn'><center id='ePxfn'></center></pre></bdo></b><th id='ePxfn'></th></span></q></dt></tr></i><div id='ePxfn'><tfoot id='ePxfn'></tfoot><dl id='ePxfn'><fieldset id='ePxfn'></fieldset></dl></div>
                • <legend id='ePxfn'><style id='ePxfn'><dir id='ePxfn'><q id='ePxfn'></q></dir></style></legend>
                  • <bdo id='ePxfn'></bdo><ul id='ePxfn'></ul>
                  1. <small id='ePxfn'></small><noframes id='ePxfn'>

                  2. <tfoot id='ePxfn'></tfoot>