代码搜索:Addition

找到约 2,224 项符合「Addition」的源代码

代码结果 2,224
www.eeworm.com/read/107655/6334363

vhd mulcsvuns.vhd

------------------------------------------------------------------------------- -- Title : Unsigned carry-save multiplier -- Project : VHDL Library of Arithmetic Units ----------------------
www.eeworm.com/read/168845/5429861

py absolute_sources.py

#!/usr/bin/python # Test that sources with absolute names are handled OK. from BoostBuild import Tester t = Tester() t.write("project-root.jam", """ path-constant TOP : . ; """) t.write("
www.eeworm.com/read/168845/5429897

py generators_test.py

#!/usr/bin/python from BoostBuild import Tester, List import os t = Tester() t.set_tree("generators-test") t.run_build_system() t.expect_addition( "bin/$toolset/debug/" * (
www.eeworm.com/read/168845/5429916

py glob.py

#!/usr/bin/python # Copyright (C) Vladimir Prus 2003. Permission to copy, use, modify, sell and # distribute this software is granted provided this copyright notice appears in # all copies. Th
www.eeworm.com/read/168845/5429935

py build_dir.py

#!/usr/bin/python # Test that we can change build directory using # the 'build-dir' project attribute. from BoostBuild import Tester import string import os t = Tester() # Test that
www.eeworm.com/read/168845/5429943

py explicit.py

#!/usr/bin/python # Copyright (C) Vladimir Prus 2003. Permission to copy, use, modify, sell and # distribute this software is granted provided this copyright notice appears in # all copies. Th
www.eeworm.com/read/168845/5429946

py using.py

#!/usr/bin/python # Copyright (C) Vladimir Prus 2005. # Distributed under the Boost Software License, Version 1.0. (See # accompanying file LICENSE_1_0.txt or copy at # http://www.boost.org/
www.eeworm.com/read/168845/5429947

py suffix.py

#!/usr/bin/python # Copyright (C) Vladimir Prus 2003. Permission to copy, use, modify, sell and # distribute this software is granted provided this copyright notice appears in # all copies. Th
www.eeworm.com/read/168845/5429951

py conditionals.py

#!/usr/bin/python # Test conditional properties from BoostBuild import Tester, List import os from string import strip t = Tester() # Arrange a project which will build only if # 'a.cpp
www.eeworm.com/read/168845/5429997

py m1-03.py

#!/usr/bin/python # Tests that we can use objects from other projects # (i.e. with other project root) # Test also that we can refer to those target using project-id. from BoostBuild import Test