代码搜索:Boost
找到约 10,000 项符合「Boost」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5432979
cpp closure_tests.cpp
/*=============================================================================
Copyright (c) 2001-2003 Joel de Guzman
http://spirit.sourceforge.net/
Use, modification and distributio
www.eeworm.com/read/168845/5432984
cpp for_tests.cpp
/*=============================================================================
Copyright (c) 2003 Martin Wille
http://spirit.sourceforge.net/
Use, modification and distribution is su
www.eeworm.com/read/168845/5433018
cpp mixed_binary_tests.cpp
/*=============================================================================
Phoenix V1.2.1
Copyright (c) 2001-2003 Joel de Guzman
Use, modification and distribution is subject to
www.eeworm.com/read/168845/5433088
cpp function_n_test.cpp
// Boost.Function library
// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_
www.eeworm.com/read/168845/5433093
cpp function_test.cpp
// Boost.Function library
// Copyright Douglas Gregor 2001-2003. Use, modification and
// distribution is subject to the Boost Software License, Version
// 1.0. (See accompanying file LICENSE_
www.eeworm.com/read/168845/5433130
cpp bind_eq_test.cpp
#include
#if defined(BOOST_MSVC)
#pragma warning(disable: 4786) // identifier truncated in debug info
#pragma warning(disable: 4710) // function not inlined
#pragma warning(
www.eeworm.com/read/168845/5433161
cpp print_holidays.cpp
/* Generate a set of dates using a collection of date generators
* Output looks like:
* Enter Year: 2002
* 2002-Jan-01 [Tue]
* 2002-Jan-21 [Mon]
* 2002-Feb-12 [Tue]
* 2002-Jul-04 [Thu]
*
www.eeworm.com/read/168845/5433162
cpp find_last_day_of_months.cpp
/* Simple program that finds the last day of the given month,
* then displays the last day of every month left in the given year.
*/
#include "boost/date_time/gregorian/gregorian.hpp"
#includ
www.eeworm.com/read/168845/5433176
cpp seconds_since_epoch.cpp
/* This example demonstrates the use of the time zone database and
* local time to calculate the number of seconds since the UTC
* time_t epoch 1970-01-01 00:00:00. Note that the selected timezo
www.eeworm.com/read/168845/5433186
cpp testtime_wstream.cpp
/* Copyright (c) 2003-2004 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE-1.0 or http: