Narzędzia użytkownika

Narzędzia witryny


biblioteka_stl_-_algorytmy

Różnice

Różnice między wybraną wersją a wersją aktualną.

Odnośnik do tego porównania

Both sides previous revision Previous revision
Next revision
Previous revision
biblioteka_stl_-_algorytmy [2009/04/29 21:27]
mkorecki
biblioteka_stl_-_algorytmy [2009/05/19 09:50] (aktualna)
rnowak2
Linia 10: Linia 10:
   * opis algorytmów : [[search_n]] {{search_n.ltrzaska.cpp}}   * opis algorytmów : [[search_n]] {{search_n.ltrzaska.cpp}}
   * opis algorytmu ​ : [[find_end]] {{find_end.cpp}}   * opis algorytmu ​ : [[find_end]] {{find_end.cpp}}
-  * opis algorytmów : copy copy_n {{nazwa.cpp}}+  * opis algorytmów : [[copy copy_n]] {{copy-copy_n.cpp}}
   * opis algorytmu ​ : [[copy_backward]] {{copy_backward.cpp}}   * opis algorytmu ​ : [[copy_backward]] {{copy_backward.cpp}}
   * opis algorytmu ​ : [[transform]] {{:​stl_algorytmy:​transform.cpp|}}   * opis algorytmu ​ : [[transform]] {{:​stl_algorytmy:​transform.cpp|}}
   * opis algorytmów : [[replace replace_if]] {{replace_replace_i{{:​includes2.cpp|}}f.cpp}}   * opis algorytmów : [[replace replace_if]] {{replace_replace_i{{:​includes2.cpp|}}f.cpp}}
-  * opis algorytmów : replace_copy replace_copy_if {{nazwa.cpp}}+  * opis algorytmów : replace_copy replace_copy_if {{replace_copy2.cpp}}
   * opis algorytmów : [[fill fill_n]] {{:​stl_algorytmy:​fill fill_n.cpp}}   * opis algorytmów : [[fill fill_n]] {{:​stl_algorytmy:​fill fill_n.cpp}}
   * opis algorytmów : [[generate generate_n]] {{:​stl_algorytmy:​generate2.cpp}}   * opis algorytmów : [[generate generate_n]] {{:​stl_algorytmy:​generate2.cpp}}
   * opis algorytmów : [[remove remove_if]] {{remove_remove_if2.cpp}}   * opis algorytmów : [[remove remove_if]] {{remove_remove_if2.cpp}}
   * opis algorytmów : [[remove_copy remove_copy_if]] {{:​stl_algorytmy:​stl_algorytmy:​remove_copy remove_copy_if.cpp}}   * opis algorytmów : [[remove_copy remove_copy_if]] {{:​stl_algorytmy:​stl_algorytmy:​remove_copy remove_copy_if.cpp}}
-  * opis algorytmów : unique unique_copy {{nazwa.cpp}}+  * opis algorytmów : [[unique unique_copy]] {{:​stl_algorytmy:​unique_unique_copy.cpp|}}
   * opis algorytmów : [[reverse_reverse_copy]] {{reverse_reverse_copy_std.cpp}}   * opis algorytmów : [[reverse_reverse_copy]] {{reverse_reverse_copy_std.cpp}}
   * opis algorytmów : [[rotate rotate_copy]] {{rotate,​rotate_copy.cpp}}   * opis algorytmów : [[rotate rotate_copy]] {{rotate,​rotate_copy.cpp}}
   * opis algorytmu ​ : random_shuffle {{random_shuffle_demo.cpp}}   * opis algorytmu ​ : random_shuffle {{random_shuffle_demo.cpp}}
   * opis algorytmów : [[random_sample random_sample_n]] {{random_sample_n.cpp}}   * opis algorytmów : [[random_sample random_sample_n]] {{random_sample_n.cpp}}
-  * opis algorytmu ​ : [[partition]] {{partition.cpp}} +  * opis algorytmu ​ : [[partition]] {{partition2.cpp}} 
-  * opis algorytmu ​ : stable_partition {{:​stl_algorytmy:​stl_algorytmy:​StablePartition.cpp}}+  * opis algorytmu ​ : stable_partition {{:​stl_algorytmy:​stl_algorytmy:​stable_partition.cpp}}
   * opis algorytmu ​ : [[sort]] {{stl_sort2.cpp}}   * opis algorytmu ​ : [[sort]] {{stl_sort2.cpp}}
   * opis algorytmu ​ : [[stable_sort]] {{stable_sort2.cpp}}   * opis algorytmu ​ : [[stable_sort]] {{stable_sort2.cpp}}
Linia 36: Linia 36:
   * opis algorytmu ​ : binary_search {{binary_search.cpp}}   * opis algorytmu ​ : binary_search {{binary_search.cpp}}
   * opis algorytmu ​ : merge {{merge.cpp}}   * opis algorytmu ​ : merge {{merge.cpp}}
-  * opis algorytmu ​ : inplace_merge {{nazwa.cpp}}+  * opis algorytmu ​ : [[inplace_merge]] {{inplace_merge algorithm.cpp}}
   * opis algorytmu ​ : includes {{includes3.cpp}}   * opis algorytmu ​ : includes {{includes3.cpp}}
   * opis algorytmu ​ : set_union {{setUnion.cpp}}   * opis algorytmu ​ : set_union {{setUnion.cpp}}
Linia 45: Linia 45:
   * opis algorytmu ​ : make_heap {{make_heap1.cpp}}   * opis algorytmu ​ : make_heap {{make_heap1.cpp}}
   * opis algorytmów : [[min_element max_element]] {{:​stl_algorytmy:​min_max_element3.cpp}}   * opis algorytmów : [[min_element max_element]] {{:​stl_algorytmy:​min_max_element3.cpp}}
-  * opis algorytmów : next_permutation prev_permutation {{nazwa.cpp}}+  * opis algorytmów : next_permutation prev_permutation {{:​stl_algorytmy:​next_permutation-prev_permutation.cpp}}
   * opis algorytmu ​ : iota {{iota3.cpp}}   * opis algorytmu ​ : iota {{iota3.cpp}}
   * opis algorytmu ​ : accumulate {{accumulate.cpp}}   * opis algorytmu ​ : accumulate {{accumulate.cpp}}
   * opis algorytmu ​ : [[inner_product]] {{:​stl_algorytmy:​inner_product.cpp}}   * opis algorytmu ​ : [[inner_product]] {{:​stl_algorytmy:​inner_product.cpp}}
   * opis algorytmu ​ : [[partial_sum]] {{partial_sum2.cpp}}   * opis algorytmu ​ : [[partial_sum]] {{partial_sum2.cpp}}
-  * opis algorytmu ​ : adjacent_difference {{nazwa.cpp}}+  * opis algorytmu ​ : [[adjacent_difference]] {{adjacent_difference.cpp}}
   * opis algorytmu ​ : [[power]] {{:​power2.cpp|}}{{:​macierz.cpp|}}{{:​temlpate_power.cpp|}}   * opis algorytmu ​ : [[power]] {{:​power2.cpp|}}{{:​macierz.cpp|}}{{:​temlpate_power.cpp|}}
-  * opis algorytmu ​ : [[inplace_merge]] {{inplace_merge algorithm.cpp}} 
  
-[[start]]{{:​set_intersection.cpp|}}{{:​kopiec_pop.gif|}}+[[start]]
biblioteka_stl_-_algorytmy.1241033263.txt.gz · ostatnio zmienione: 2009/04/29 21:27 przez mkorecki