부스트 라이브러리 예제가 필요할 때, 찾기 쉽게 하려고 그대로 퍼옵니다.


출처 : http://www.boost.org/doc/



Table of Contents

What's Included in This Document
I. The Boost C++ Libraries (BoostBook Subset)
1. Boost.Accumulators
2. Boost.Align
3. Boost.Any
4. Boost.Array
5. Boost.Atomic
6. Boost.Chrono 2.0.4
7. Boost.Circular Buffer
8. Boost.Concept_Check
9. Boost.Container
10. Boost.Date_Time
11. Boost.Foreach
12. Boost.Function
13. Boost.Functional/Hash
14. Boost.Heap
15. Boost.Interprocess
16. Boost.Intrusive
17. Boost.Lambda
18. Boost.Lexical_Cast 1.0
19. Boost.Lockfree
20. Boost.Move
21. Boost.MPI
22. Boost.Program_options
23. Boost.PropertyTree
24. Boost.Proto
25. Boost.Random
26. Boost.Ratio 2.1.0
27. Boost.Ref
28. Boost.Signals
29. Boost.Signals2
30. Boost.StaticAssert
31. Boost String Algorithms Library
32. Thread 4.3.0
33. Boost.TR1
34. Boost.Tribool
35. Boost.TypeErasure
36. Boost.TypeIndex 4.0
37. Boost.Typeof
38. Boost.Units 1.1.0
39. Boost.Unordered
40. Boost.Variant
41. Boost.Xpressive
II. Boost Tools
42. The BoostBook Documentation Format
43. Quickbook 1.6
44. Boost.Jam : 3.1.19
45. Boost.Build V2 User Manual

-------------------------------------------------------------------------------------------------------------------------



Documentation

Much work goes into the documentation for the Boost libraries and tools. The documentation included in the library and tool release is also available here:

Additional information about the testing and release practices, infrastructure and in progress developments is available on our Trac wiki.

Translations

Boost doesn't have the resources to translate the documentation itself, but there is at least one separate group translating the documentation. If you have formed another, tell us on the documentation list and we'll add a link.


'프로그래밍 관련 > 관련 문서' 카테고리의 다른 글

[OpenCV] Reference 및 OpenCV Documentation  (0) 2014.07.07




-OpenCV란

OpenCV는 Open Source Computer Vision의 약자로써, 실시간 이미지 프로세싱에 중점을 둔 라이브러리다.

원래 인텔이 개발하였었고 지금은 BSD 라이센스로 배포된다.

처음에 인텔에서 만들어서 인지 인텔 CPU에서 사용할 경우 IPP(Intel Performance Primitive)로 인해 속도의 향상을 볼 수 있다.


지원하는 플랫폼은 Windows와 Linux, Mac OS, iOS, Android를 지원한다.




+ Recent posts