Różnice między wybraną wersją a wersją aktualną.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
biblioteki_boost [2009/04/29 22:34] jkbs |
biblioteki_boost [2009/05/09 10:45] (aktualna) rnowak2 |
||
|---|---|---|---|
| Linia 7: | Linia 7: | ||
| * graph, algorytmy (dijkstry, minimalne drzewo rozpinające) {{Dijkstra_SpanningTree.cpp}} | * graph, algorytmy (dijkstry, minimalne drzewo rozpinające) {{Dijkstra_SpanningTree.cpp}} | ||
| * graph, przeglądanie A* {{nazwa.cpp}} | * graph, przeglądanie A* {{nazwa.cpp}} | ||
| - | * graph, przeglądanie (Dijkstra) {{nazwa.cpp}} | + | * graph, przeglądanie (Dijkstra) {{dijkstra_visitor.cpp}} |
| * [[graph_import_export|graph, import/eksport]] {{graph_iexport.cpp}} | * [[graph_import_export|graph, import/eksport]] {{graph_iexport.cpp}} | ||
| * multi_array [[http://mion.elka.pw.edu.pl/~aszczepa/multi_array.cpp|ISO-8859-2]] | * multi_array [[http://mion.elka.pw.edu.pl/~aszczepa/multi_array.cpp|ISO-8859-2]] | ||
| Linia 28: | Linia 28: | ||
| * concept_check {{nazwa.cpp}} | * concept_check {{nazwa.cpp}} | ||
| * [[static_assert|Biblioteka Boost Static Assert]] | * [[static_assert|Biblioteka Boost Static Assert]] | ||
| - | * [[type_traits]] {{type_traits_example.cpp}} | + | * [[type_traits|Biblioteka type_traits]] {{type_traits.cpp}} |
| == inne == | == inne == | ||
| Linia 60: | Linia 60: | ||
| * asio (gniazda TCP) {{nazwa.cpp}} | * asio (gniazda TCP) {{nazwa.cpp}} | ||
| * asio (gniazda UDP) {{nazwa.cpp}} | * asio (gniazda UDP) {{nazwa.cpp}} | ||
| - | * interprocess (pamięć dzielona) {{nazwa.cpp}} | + | * interprocess (pamięć dzielona) {{shared_memory.cpp}} |
| * interprocess (synchronizacja) {{nazwa.cpp}} | * interprocess (synchronizacja) {{nazwa.cpp}} | ||
| * integer {{integer.cpp}} | * integer {{integer.cpp}} | ||
| * [[ublas|uBlas, macierze]] | * [[ublas|uBlas, macierze]] | ||
| * random {{boost_random.cpp}} | * random {{boost_random.cpp}} | ||
| - | * accumulators {{nazwa.cpp}} | + | * accumulators {{boost_accumulators.cpp}} |
| * math, statistical_distributions {{nazwa.cpp}} | * math, statistical_distributions {{nazwa.cpp}} | ||
| * [[math_complex_algorithms|math, complex number algorithms]] {{complex_boost_example.cpp}} | * [[math_complex_algorithms|math, complex number algorithms]] {{complex_boost_example.cpp}} | ||
| * [[reprezentacje_macierzy|uBLAS, reprezentacje macierzy]] {{ublas_repr.cpp}} | * [[reprezentacje_macierzy|uBLAS, reprezentacje macierzy]] {{ublas_repr.cpp}} | ||
| - | * uBLAS, operacje na macierzach {{nazwa.cpp}} | + | * [[uBLAS, operacje na macierzach]] {{matrix_ops.cpp}} |
| - | * fusion {{nazwa.cpp}} | + | * fusion {{fusion.cpp}} |
| - | * crc {{boost_crc.cpp}} | + | * [[crc]] {{boost_crc.cpp}}{{boostcrcexample.cpp}} |
| * system {{nazwa.cpp}} | * system {{nazwa.cpp}} | ||
| * [[timer]] {{timer_test.cpp}} | * [[timer]] {{timer_test.cpp}} | ||
| - | * [[units]] {{nazwa.cpp}} | + | * [[units]] {{boostunits.cpp}} |
| - | * value_initialized {{value_initialized.cpp}} | + | * [[value_initialized]] {{value_initialized.cpp}} |
| [[start]] | [[start]] | ||
| - | {{:timer_asio.cpp|}}{{:type_traits_example.cpp|}}{{:type_traits_example.cpp|}} | + | {{:timer_asio.cpp|}}{{:type_traits_example.cpp|}}{{:type_traits_example.cpp|}}{{:shared_memory.cpp|}}{{:boostcrc.cpp|}}{{:type_traits.cpp|}} |