代码搜索:Boost

找到约 10,000 项符合「Boost」的源代码

代码结果 10,000
www.eeworm.com/read/168845/5435695

vcproj prg_exec_fail2.vcproj

www.eeworm.com/read/168845/5435718

cpp unit_test_example4.cpp

// (C) Copyright Gennadiy Rozental 2002-2005. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file L
www.eeworm.com/read/168845/5435737

cpp unit_test_example3.cpp

// (C) Copyright Gennadiy Rozental 2001-2005. // (C) Copyright Gennadiy Rozental & Ullrich Koethe 2001. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file L
www.eeworm.com/read/168845/5435748

cpp input_separator.cpp

// (C) Copyright Gennadiy Rozental 2001-2005. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE
www.eeworm.com/read/168845/5435772

cpp definition_conflict.cpp

// (C) Copyright Gennadiy Rozental 2001-2005. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE
www.eeworm.com/read/168845/5435820

pattern test_fp_comparisons.pattern

152: error in "test_BOOST_CHECK_CLOSE": difference between fp1{0} and fp2{1e-20} exceeds 1e-05% 153: error in "test_BOOST_CHECK_CLOSE": difference between fp1{0} and fp2{1e-30} exceeds 1e-05% 154: e
www.eeworm.com/read/168845/5435862

cpp minimal_test.cpp

// (C) Copyright Gennadiy Rozental 2001-2005. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE
www.eeworm.com/read/168845/5435907

h quaternion_mi2.h

// test file for quaternion.hpp // (C) Copyright Hubert Holin 2001. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http
www.eeworm.com/read/168845/5435911

h quaternion_mi1.h

// test file for quaternion.hpp // (C) Copyright Hubert Holin 2001. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http
www.eeworm.com/read/168845/5435966

cpp transc.cpp

/* Boost example/transc.cpp * how to use an external library (GMP/MPFR in this case) in order to * get correct transcendental functions on intervals * * Copyright 2003 Guillaume Melquiond *