代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/220676/14792403
txt duality.txt
(program,1)
(main,17)
(;,33)
(newline,35)
(var,2)
(w,17)
(,,32)
(t,17)
(;,33)
(newline,35)
(procedure,3)
(addition,17)
((,30)
(x,17)
(,,32)
(y,17)
(),31)
(;,33)
(newline,35)
(var,2)
www.eeworm.com/read/114372/15056302
hpp exprops2.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/206113/15300083
hpp exprops2.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/168845/5429952
py out_of_tree.py
#!/usr/bin/python
# Copyright (C) FILL SOMETHING HERE 2005.
# Distributed under the Boost Software License, Version 1.0. (See
# accompanying file LICENSE_1_0.txt or copy at
# http://www.boos
www.eeworm.com/read/168845/5429998
py project_dependencies.py
#!/usr/bin/python
# Test that we can specify a dependency property
# in project requirements, and that it won't
# cause every main target in the project to
# be generated in it's own subdirector
www.eeworm.com/read/162614/5524779
ada c45303a.ada
-- C45303A.ADA
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5527590
c pr24851.c
/* We used to handle pointer addition wrongly
at the time of recombining to an ARRAY_REF
in the case of
p + -4B
where -4B is represented as unsigned. */
void abort(void);
int main()
{
www.eeworm.com/read/110432/15533638
c macro.c
/* Chapter 6 - Program 2 */
#define WRONG(A) A*A*A /* Wrong macro for cube */
#define CUBE(A) (A)*(A)*(A) /* Right macro for cube */
#de
www.eeworm.com/read/109973/15544393
hpp exprops2.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/292398/8358967
dat asslandat61.dat
未组合的十进制加法调整指令AAA(ASCII Adgust for <mark>Addition</mark>)
指令格式:AAA
指令功能:
对两个组合的十进制数相加运算(存在AL中)的结果进行调整,产生一个未组合的十进制数放在AX中。
组合的十进制数和未组合的十进制数:在计算中,十进制数可用四位二进制数编码,称为BCD码。当一个节(8位)中存放一位BCD码,且放在字 节的低4位,高4位为时,称为未 ...