代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/375190/2739830
cpp add.cpp
/* Boost test/add.cpp
* test with symbolic operations if the addition algorithm is correct
*
* Copyright 2002-2003 Guillaume Melquiond
*
* Distributed under the Boost Software License, Version 1.
www.eeworm.com/read/369339/2801114
ct3
.NH
Increment and Decrement Operators
.PP
In addition to the usual
`\(mi',
C also has two other interesting
unary
operators, `++' (increment) and `\(mi\(mi' (decrement).
Suppose we want to count the l
www.eeworm.com/read/366702/2871511
c p710.c
// { dg-do assemble }
// GROUPS passed delete
/*
Bug Id:
PRMS Id: p0000710
Bug is : overloading operator delete in class def not allowed
*/
/*
In addition to this bug, the compiler permits
www.eeworm.com/read/366702/2873371
f90 module_common.f90
! We were incorrectly trying to create a variable for the common block itself,
! in addition to the variables it contains.
module FOO
implicit none
integer I
common /C/I
contains
subroutine BA
www.eeworm.com/read/366702/2877627
f90 actual_array_substr_2.f90
! { dg-do run }
! Tests the fix for pr28174, in which the fix for pr28118 was
! corrupting the character lengths of arrays that shared a
! character length structure. In addition, in developing the
!
www.eeworm.com/read/474393/6808761
pas sparxcpt.pas
{ Addition to SparSolve unit by
Alex Jakushev, VGTU, MMm-1
Adds exception raising to SparSolv package
This unit is designed for Delphi. It was tested
with De
www.eeworm.com/read/474393/6808777
~pas sparxcpt.~pas
{ Addition to SparSolve unit by
Alex Jakushev, VGTU, MMm-1
Adds exception raising to SparSolv package
This unit is designed for Delphi. It was tested
with De
www.eeworm.com/read/395102/8196360
c p5.c
/* Protocol 5 (pipelining) allows multiple outstanding frames. The sender may transmit up
to MAX_SEQ frames without waiting for an ack. In addition, unlike the previous protocols,
the network
www.eeworm.com/read/204706/15334639
txt log.txt
BUTTERFLYMP3 Change Log
=======================
+ addition
- removed code
~ changed code operation
! Bug discovered
* Bug Fixed
. Note
VERSION 0.5
27 Mar
+ Added support for alternative pinout to N
www.eeworm.com/read/202486/15381552
cpp pr1108.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Problem 11.8 on page 267
// Addition and subtraction operators for the Point class
Point operato