⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tree.html

📁 一个通用的C语言实现的数据结构
💻 HTML
字号:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">  <head>    <meta http-equiv="Content-Type" content="text/xhtml;charset=iso-8859-1" />    <meta http-equiv="Content-Style-Type" content="text/css" />    <meta http-equiv="Content-Language" content="en" />    <link rel="stylesheet" href="doxygen.css">    <title>TreeView</title>    <style type="text/css">    <!--    .directory { font-size: 10pt; font-weight: bold; }    .directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }    .directory p { margin: 0px; white-space: nowrap; }    .directory div { display: none; margin: 0px; }    .directory img { vertical-align: middle; }    -->    </style>    <script type="text/javascript">    <!-- // Hide script from old browsers        function toggleFolder(id, imageNode)     {      var folder = document.getElementById(id);      var l = imageNode.src.length;      if (imageNode.src.substring(l-20,l)=="ftv2folderclosed.png" ||           imageNode.src.substring(l-18,l)=="ftv2folderopen.png")      {        imageNode = imageNode.previousSibling;        l = imageNode.src.length;      }      if (folder == null)       {      }       else if (folder.style.display == "block")       {        if (imageNode != null)         {          imageNode.nextSibling.src = "ftv2folderclosed.png";          if (imageNode.src.substring(l-13,l) == "ftv2mnode.png")          {            imageNode.src = "ftv2pnode.png";          }          else if (imageNode.src.substring(l-17,l) == "ftv2mlastnode.png")          {            imageNode.src = "ftv2plastnode.png";          }        }        folder.style.display = "none";      }       else       {        if (imageNode != null)         {          imageNode.nextSibling.src = "ftv2folderopen.png";          if (imageNode.src.substring(l-13,l) == "ftv2pnode.png")          {            imageNode.src = "ftv2mnode.png";          }          else if (imageNode.src.substring(l-17,l) == "ftv2plastnode.png")          {            imageNode.src = "ftv2mlastnode.png";          }        }        folder.style.display = "block";      }    }    // End script hiding -->            </script>  </head>  <body>    <div class="directory">      <h3>gdsl</h3>      <div style="display: block;">        <p><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="main.html" target="basefrm">gdsl</a></p>        <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder1', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder1', this)"/><a class="el" href="files.html" target="basefrm">File List</a></p>        <div id="folder1">          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="__gdsl__bintree_8h.html" target="basefrm">_gdsl_bintree.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="__gdsl__bstree_8h.html" target="basefrm">_gdsl_bstree.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="__gdsl__list_8h.html" target="basefrm">_gdsl_list.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="__gdsl__node_8h.html" target="basefrm">_gdsl_node.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl_8h.html" target="basefrm">gdsl.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__2darray_8h.html" target="basefrm">gdsl_2darray.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__bstree_8h.html" target="basefrm">gdsl_bstree.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__hash_8h.html" target="basefrm">gdsl_hash.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__heap_8h.html" target="basefrm">gdsl_heap.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__list_8h.html" target="basefrm">gdsl_list.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__macros_8h.html" target="basefrm">gdsl_macros.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__perm_8h.html" target="basefrm">gdsl_perm.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__queue_8h.html" target="basefrm">gdsl_queue.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__rbtree_8h.html" target="basefrm">gdsl_rbtree.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__sort_8h.html" target="basefrm">gdsl_sort.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__stack_8h.html" target="basefrm">gdsl_stack.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="gdsl__types_8h.html" target="basefrm">gdsl_types.h</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="mainpage_8h.html" target="basefrm">mainpage.h</a></p>        </div>        <p><img src="ftv2pnode.png" alt="o" width=16 height=22 onclick="toggleFolder('folder2', this)"/><img src="ftv2folderclosed.png" alt="+" width=24 height=22 onclick="toggleFolder('folder2', this)"/><a class="el" href="modules.html" target="basefrm">Modules</a></p>        <div id="folder2">          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group____gdsl__bintree.html" target="basefrm">Low level binary tree manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group____gdsl__bstree.html" target="basefrm">Low-level binary search tree manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group____gdsl__list.html" target="basefrm">Low-level doubly-linked list manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group____gdsl__node.html" target="basefrm">Low-level doubly-linked node manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl.html" target="basefrm">Main module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__2darray.html" target="basefrm">2D-Arrays manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__bstree.html" target="basefrm">Binary search tree manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__hash.html" target="basefrm">Hashtable manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__heap.html" target="basefrm">Heap manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__list.html" target="basefrm">Doubly-linked list manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__macros.html" target="basefrm">Various macros module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__perm.html" target="basefrm">Permutation manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__queue.html" target="basefrm">Queue manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__rbtree.html" target="basefrm">Red-black tree manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__sort.html" target="basefrm">Sort module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2node.png" alt="o" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__stack.html" target="basefrm">Stack manipulation module</a></p>          <p><img src="ftv2vertline.png" alt="|" width=16 height=22 /><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="group__gdsl__types.html" target="basefrm">GDSL types</a></p>        </div>        <p><img src="ftv2lastnode.png" alt="\" width=16 height=22 /><img src="ftv2doc.png" alt="*" width=24 height=22 /><a class="el" href="globals.html" target="basefrm">Globals</a></p>      </div>    </div>  </body></html>

⌨️ 快捷键说明

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