상세 컨텐츠

본문 제목

The Boost Graph Library User Guide And Reference Manual Pdf

카테고리 없음

by denzencosia1975 2020. 11. 5. 08:13

본문



The Boost Graph Library User Guide and Reference Manual Jeremy Siek Lie-Quan Lee Andrew Lumsdaine Boston. San Francisco. New York. Toronto Montreal. London. Munich. Paris. Madrid. Capetown Sydney. Tokyo. Singapore. Mexico City SiekFM.qk 11/9/01 10:55 AM Page iii. The Boost Graph Library (BGL) is the first C library to apply the principles of generic programming to the construction of the advanced data structures and algorithms used in graph - Selection from The Boost Graph Library: User Guide and Reference Manual Book.

  1. User Guide Ipad
  2. The Boost Graph Library User Guide And Reference Manual
  3. The Boost Graph Library User Guide And Reference Manual Pdf File
  4. Software User Guide
  5. User Guide Definition

Introduction to Generic Programming The Design of the Boost Graph Library Putting the Boost Graph Library to Work Generic Programming I Generic programming is a methodology for developing software libraries that are highly reusable and e cient.

(Redirected from Boost Graph Library)
The
Boost
Initial releaseSeptember 1, 1999; 20 years ago[1]
Stable release
1.71.0 / August 19, 2019; 3 months ago[2][3]
Repository
Written inC++
Operating systemCross-platform
TypeLibraries
LicenseBoost Software License
Websitewww.boost.org

Boost is a set of libraries for the C++ programming language that provide support for tasks and structures such as linear algebra, pseudorandom number generation, multithreading, image processing, regular expressions, and unit testing. It contains over eighty individual libraries.

Most of the Boost libraries are licensed under the Boost Software License, designed to allow Boost to be used with both free and proprietary software projects. Many of Boost's founders are on the C++ standards committee, and several Boost libraries have been accepted for incorporation into both the C++ Technical Report 1 and the C++11 standard.[4]

User Guide Ipad

Design[edit]

The libraries are aimed at a wide range of C++ users and application domains. They range from general-purpose libraries like the smart pointer library, to operating system abstractions like Boost FileSystem, to libraries primarily aimed at other library developers and advanced C++ users, like the template metaprogramming (MPL) and domain-specific language (DSL) creation (Proto).

In order to ensure efficiency and flexibility, Boost makes extensive use of templates. Boost has been a source of extensive work and research into generic programming and metaprogramming in C++.[citation needed]

Most Boost libraries are header based, consisting of inline functions and templates, and as such do not need to be built in advance of their use. Some Boost libraries coexist as independent libraries.[5][6]

Associated people[edit]

The original founders of Boost that are still active in the community include Beman Dawes and David Abrahams. Author of several books on C++, Nicolai Josuttis contributed to the Boost array library in 2001. There are mailing lists devoted to Boost library use and library development, active as of 2019.[7]

License[edit]

Boost Software License
Latest version1.0
Published17 August 2003
Yes
Yes
GPL compatibleYes
CopyleftNo
Linking from code with a different licenseYes

The Boost Graph Library User Guide And Reference Manual

Boost is licensed under its own free, open-source license, known as the Boost Software License.[8] It is a permissive license in the style of the BSD license and the MIT license, but without requiring attribution for redistribution in binary form.[9] The license has been OSI-approved since February 2008[10][11] and is considered a free software license, compatible with the GNU General Public License, by the Free Software Foundation.[12]

See also[edit]

  • Apache Portable Runtime – used by the Apache HTTP Server
  • GLib – the equivalent upon which GNOME is built
  • KDE Frameworks – the equivalent upon which KDE Software Compilation is built

References[edit]

  1. ^'Old Versions'. Retrieved 11 April 2017.
  2. ^'Boost Releases on GitHub'. Retrieved 19 August 2019.
  3. ^'Boost Version History'. Retrieved 19 August 2019.
  4. ^'Library Technical Report'. JTC1/SC22/WG21 - The C++ Standards Committee. 2 July 2003. Retrieved 1 February 2012.
  5. ^'Asio web site'.
  6. ^'Spirit web-site'.
  7. ^'Boost Mailing Lists (A.K.A. Discussion Groups)'. Retrieved 7 Apr 2019.
  8. ^http://www.boost.org/LICENSE_1_0.txt
  9. ^Dawes, Beman. 'Boost Software License'. Retrieved 2016-08-01.
  10. ^'Boost mailing list archive'.
  11. ^'Boost Software License 1.0 (BSL-1.0) | Open Source Initiative'.
  12. ^'Various Licenses and Comments about Them - GNU Project - Free Software Foundation (FSF)'.
User guide definition

The Boost Graph Library User Guide And Reference Manual Pdf File

Further reading[edit]

Software User Guide

  • Demming, Robert & Duffy, Daniel J. (2010). Introduction to the Boost C++ Libraries. Volume 1 - Foundations. Datasim. ISBN978-94-91028-01-4.
  • Demming, Robert & Duffy, Daniel J. (2012). Introduction to the Boost C++ Libraries. Volume 2 - Advanced Libraries. Datasim. ISBN978-94-91028-02-1.
  • Mukherjee, Arindam (2015). Learning Boost C++ Libraries. Packt. ISBN978-1-78355-121-7.
  • Polukhin, Antony (2013). Boost C++ Application Development Cookbook. Packt. ISBN978-1-84951-488-0.
  • Polukhin, Antony (2017). Boost C++ Application Development Cookbook (2 ed.). Packt. ISBN978-1-78728-224-7.
  • Schäling, Boris (2011). The Boost C++ Libraries. XML Press. ISBN978-0-9822191-9-5.
  • Schäling, Boris (2014). The Boost C++ Libraries (2 ed.). XML Press. p. 570. ISBN978-1-937434-36-6.
  • Siek, Jeremy G.; Lee, Lie-Quan & Lumsdaine, Andrew (2001). The Boost Graph Library: User Guide and Reference Manual. Addison-Wesley. ISBN978-0-201-72914-6.
And

External links[edit]

User Guide Definition

The Wikibook C++ Programming has a page on the topic of: Libraries/Boost
  • Official website
Retrieved from 'https://en.wikipedia.org/w/index.php?title=Boost_(C%2B%2B_libraries)&oldid=919831476'