OpenST Basic tool library

来源:互联网 发布:数据确权 编辑:程序博客网 时间:2024/06/05 07:00
/******************************************************************************  OpenST Basic tool library                                                 **  Copyright (C) 2014 Henry.Wen  renhuabest@sina.com   .                     **                                                                            **  This file is part of OST.                                                 **                                                                            **  This program is free software; you can redistribute it and/or modify      **  it under the terms of the GNU General Public License version 3 as         **  published by the Free Software Foundation.                                **                                                                            **  You should have received a copy of the GNU General Public License         **  along with OST. If not, see <http://www.gnu.org/licenses/>.               **                                                                            **  Unless required by applicable law or agreed to in writing, software       **  distributed under the License is distributed on an "AS IS" BASIS,         **  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  **  See the License for the specific language governing permissions and       **  limitations under the License.                                            **                                                                            **  Author  : Henry.Wen                                                       **  E-Mail  : renhuabest@sina.com                                             **  License : GNU General Public License (GPL)                                **  source code availability:https://github.com/henrywen2011/OST              **                                                                            **----------------------------------------------------------------------------**  Remark         : Description     **----------------------------------------------------------------------------**  Change History :                                                          **  Date       | Version | Author        | Description                        **----------------------------------------------------------------------------**  2014/01/24 | 1.0.0.1 | Henry.Wen     | Create file                        **----------------------------------------------------------------------------**                                                                            ******************************************************************************/
这个项目主要提供C++常用的基本工具库,包括Core, Digital Image, 快速FFT,多线程,等等,欢迎各位愿意开源有志之士参与到本项目中。

0 0