代码搜索:singleton

找到约 4,696 项符合「singleton」的源代码

代码结果 4,696
www.eeworm.com/read/136177/13868754

h singleton.h

/* * Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ
www.eeworm.com/read/148263/5716425

h singleton.h

/* * TOPPERS/JSP Kernel * Toyohashi Open Platform for Embedded Real-Time Systems/ * Just Standard Profile Kernel * * Copyright (C) 2003 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/148263/5716433

cpp singleton.cpp

/* * TOPPERS/JSP Kernel * Toyohashi Open Platform for Embedded Real-Time Systems/ * Just Standard Profile Kernel * * Copyright (C) 2003 by Embedded and Real-Time Systems Laborat
www.eeworm.com/read/141268/5774404

h singleton.h

/** * Copyright (c) 2005 Zhejiang University, P.R.China * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as pu
www.eeworm.com/read/139903/5795677

cpp singleton.cpp

//: C10:Singleton.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Static member of same type, en
www.eeworm.com/read/139332/5800040

hpp singleton.hpp

// Copyright (C) 2001-2003 // Mac Murrett // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt)
www.eeworm.com/read/139332/5802339

hpp singleton.hpp

// Copyright (C) 2000 Stephen Cleary // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // /
www.eeworm.com/read/136824/5848110

h singleton.h

#ifndef __SINGLETON_H #define __SINGLETON_H /* Copyright (C) Scott Bilas, 2000. * All rights reserved worldwide. * * This software is provided "as is" without express or implied * warrant
www.eeworm.com/read/136824/5848273

h singleton.h

#ifndef __SINGLETON_H #define __SINGLETON_H /* Copyright (C) Scott Bilas, 2000. * All rights reserved worldwide. * * This software is provided "as is" without express or implied * warrant
www.eeworm.com/read/130180/5963549

h singleton.h

//////////////////////////////////////////////////////////////////////////////// // The Loki Library // Copyright (c) 2001 by Andrei Alexandrescu // This code accompanies the book: // Alexandrescu