代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/131795/14129181
dat asslandat50.dat
带进位加法指令 ADC(Addition Carry)
格式: ADC OPRD1,OPRD2
----
功能: OPRD1
www.eeworm.com/read/221900/14715081
log change.log
1.6.3
- fixed bug with RemoveServerNamesFromUrl
- Added ReadOnly mode
- Removed DisablePaste property
- Added PasteMode property
* Default (normal behavior)
* NoScript (removed tags f
www.eeworm.com/read/121515/14754817
hpp sarrayops1.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/220676/14792431
txt a.txt
program main;
var w,t;
PROCEDURE addition(x,y);
var z;
begin
for a:=0 step b until 100 do
f:=f+1;
end.
www.eeworm.com/read/220661/14793996
html markerdemo1.html
MarkerDemo1
A demo showing the addition of domain and range markers to a chart. This chart
also has an annotation highlighting the "best bid".
www.eeworm.com/read/118826/14853452
dsc add.dsc
An addition program.
The program adds two numbers.
A number 'n' is represented by n 1-s.
Sample :
5 is represented as 1 1 1 1 1
3 is represented as 1 1 1
Input : Two numbers separated
www.eeworm.com/read/114372/15056288
hpp sarrayops1.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/15300079
hpp sarrayops1.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/5433725
rst swappableiterator.rst
Swappable Iterator Concept
..........................
A class or built-in type ``X`` models the *Swappable Iterator* concept
if, in addition to ``X`` being Copy Constructible, the following
expr
www.eeworm.com/read/162614/5528432
c 20021212-1.c
/* PR optimization/8334 */
/* Verify that GCC produces valid operands
after simplifying an addition. */
void foo(int m, int n, double *f)
{
int i, j, k = 1;
for (j = 0; j < n; j++) {
for