文件名称:tree-3.1: tree.hh: an STL-like C++ tree class
文件大小:1.11MB
文件格式:GZ
更新时间:2020-09-24 11:09:41
stl tree
stl风格的多叉树。 The tree.hh library for C++ provides an STL-like container class for n-ary trees, templated over the data stored at the nodes. Various types of iterators are provided (post-order, pre-order, and others). Where possible the access methods are compatible with the STL or alternative algorithms are available. The library is available under the terms of the GNU General Public License version 2 or 3 (see below).
【文件预览】:
tree-3.1
----src()
--------test1.req(16B)
--------tree_example.cc(2KB)
--------simple tree.hpp(44KB)
--------tree.hh(86KB)
--------test_tree.output(3KB)
--------test_tree.cc(13KB)
--------test1.cc(412B)
--------test2.cc(3KB)
--------Makefile(280B)
--------tree_util.hh(2KB)
--------xinlin.hh(46KB)
--------.gitignore(22B)
----doc()
--------download.html(6KB)
--------index.html(8KB)
--------favicon.png(782B)
--------doxygen_tree.config(10KB)
--------filler.png(881B)
--------tree.css(3KB)
--------tree2.png(141KB)
--------favicon.ico(2KB)
--------tree.png(889KB)
--------treefig.eps(5KB)
--------documentation.html(7KB)
--------treefig.pdf(2KB)
--------tree.jpg(25KB)
--------structure.svg(20KB)
--------treefig.fig(1KB)
--------structure.png(23KB)
--------tree.tex(15KB)
--------projects.html(7KB)
----Makefile(772B)
----.gitignore(17B)
----ChangeLog(11KB)