sort ALL │ │ ├── A153(1).c │ │ ├── A153(2).c │ │ ├── A153(3).c │ │ ├── A153.c │ │ ├── AVL tree.cpp │ │ ├── Heap sort.cpp │ │ ├── QuickSort.cpp │ │ ├── Splay sort.cpp │ │ ├── 新文件2.cpp │ │ └── 分堆...
//from the sample pack #include "parallel_algorithms.h" int main() using namespace concurrency_extras; { vector<string> strings; //populate the strings ... parallel_sort(strings.begin(),strings.end()); } まとめ このコラムによって、Visual Studio 2010 に含まれ...