代码搜索:Addition
找到约 2,224 项符合「Addition」的源代码
代码结果 2,224
www.eeworm.com/read/179153/5309764
pod overload.pod
=head1 NAME
Bit::Vector::Overload - Overloaded operators add-on for Bit::Vector
=head1 USAGE
Note that you do not need to "C"
in addition to this module.
Simply "C
www.eeworm.com/read/174884/5355144
h liblock.h
/* thread-locking library, RTK addition by luz@synthesis.ch */
#ifndef LIBLOCK_H
#define LIBLOCK_H
#include
#ifdef __DEBUG_LOCKS
// needs debug global and DebugPrintf()
extern void Threa
www.eeworm.com/read/172133/5390132
cpp socmfc.cpp
/*
Module : SocMFC.cpp
Purpose: Implementation for an MFC wrapper class for sockets
Created: PJN / 05-08-1998
History: 03-03-2003 1. Addition of a number of preprocessor defines, namely W3MFC_EXT_
www.eeworm.com/read/433911/1877511
cpp cpp-memclient.cpp
// $Id: CPP-memclient.cpp 80826 2008-03-04 14:51:23Z wotte $
// This tests the features of the and
// classes. In addition, it can be used to test the
// one
www.eeworm.com/read/409921/2225322
alg-outline
/*
** $Header: /cygdrive/c/RCVS/CVS/ReactOS/reactos/lib/glu32/libtess/alg-outline,v 1.1 2004/02/02 16:39:15 navaraf Exp $
*/
This is only a very brief overview. There is quite a bit of
addition
www.eeworm.com/read/382594/2630932
cpp ssl-client-simple.cpp
// SSL-client-simple.cpp,v 1.9 2004/10/27 21:06:58 shuston Exp
// This tests the features of the and
// classes. In addition, it can be used to test
www.eeworm.com/read/262636/4310199
properties shopmessages_en.properties
error.item.null=Item data is null
error.item.duplicate=Unable to add/update item as an item with the same name already exists in shop
error.item.addition=Unable to add item to shop
error.item.attra
www.eeworm.com/read/473001/6854068
m4 aclocal.m4
## AC_BZ_SET_COMPILER: Addition by Theodore Papadopoulo
## Patch by Jim McKelvey: change sed -e 's/ /@/g' to sed -e 's/ /@/'
AC_DEFUN(AC_BZ_SET_COMPILER,
[cxxwith=`echo $1 | sed -e 's/ /@/'`
www.eeworm.com/read/173097/9674013
patch x86_64-lite.patch
This adds support for the x86_64 architecture. In addition to what was noted
in the core-lite patch about stuff outside of new files, we add -g0 to
compiling of syscalls.o as otherwise we run into pr
www.eeworm.com/read/372507/9507320
cpp maddct2.cpp
// simplified step count for matrix addition
#include
#include "make2db.h"
int count = 0;
template
void Add( T **a, T **b, T **c, int rows, int cols)
{// Add matrices