mptl_algo.h
来自「mptl和omptl一样」· C头文件 代码 · 共 38 行
H
38 行
// Copyright (C) 2006 Didier Baertschiger// e-mail contact: dibaer@gmail.com// The MPTL library is free software; you can redistribute it and/or// modify it under the terms of the GNU Lesser General Public// License as published by the Free Software Foundation; either// version 2.1 of the License, or (at your option) any later version.// This library is distributed in the hope that it will be useful,// but WITHOUT ANY WARRANTY; without even the implied warranty of// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU// Lesser General Public License for more details.// You should have received a copy of the GNU Lesser General Public// License along with this library; if not, write to the Free Software// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA/// \file mptl_algorithm.h/// \brief Inclu les fichiers (\em headers) pour charger les algorithmes./// \author Didier Baertschiger/// \date 12-10-2005////// Ce fichier se contente d'inclure tous les fichiers n閏essaires pour/// pouvoir utiliser les algorithmes parall閘is閟 de la STL.#ifndef _MPTL_ALGORITHM#define _MPTL_ALGORITHM 1#include "mptl_base.h"#include "mptl_reduction.h"#include "non_mutating_algo.h"#include "mutating_algo.h"#include "sorting_algo.h"#include "numeric_algo.h"#endif /* _MPTL_ALGORITHM */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?