代码搜索:Addition

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

代码结果 2,224
www.eeworm.com/read/101082/6240491

c random.c

#ifndef lint static char sccsid[] = "@(#)random.c 4.2 (ULTRIX) 9/11/90"; #endif #include /* * random.c: * An improved random number generation package. In addition to the standard * ra
www.eeworm.com/read/100039/6275857

makefile

# $Id: Makefile,v 1.1 1996/11/22 02:20:21 vixie Exp $ CFLAGS= -O -I../${INCL} -I../${COMPINCL} ${DEFS} ${LOCDEFS} ${SOLCOMPAT} # # The addition of -Dsocket=_socket is needed here because the resolver
www.eeworm.com/read/343590/11940882

h ufi.h

#ifndef UFI_H #define UFI_H /*Inquiry Feedback Data*/ #include "usbBulk.h" typedef struct _INQUIRY_DATA{ char peripheralDeviceType; char RMB; char version; char responseDataFormat; char addition
www.eeworm.com/read/341022/12113023

patch gpb-shadow.patch

GTA02v5 pulls the GPBn lines controlling the LEDs down too strongly. Thus bit operations on GPB always contain a 0 in these bits. With the addition of a shadow register, this problem is avoided. - We
www.eeworm.com/read/254802/12117616

asm bcd_aaa.asm

; This example shows the use ; of AAA instruction (ASCII ; Adjust after Addition). ; It is used to add huge ; BCD numbers. #make_COM# ORG 100h ; first number '9': MOV AH, 09h
www.eeworm.com/read/148789/12425838

rd spam.rd

\name{spam} \alias{spam} \title{Spam E-mail Database} \description{A data set collected at Hewlett-Packard Labs, that classifies 4601 e-mails as spam or non-spam. In addition to this class label there
www.eeworm.com/read/222780/14673837

c dos2unix.c

/* * This program strips the CRs from a file. MSDOS uses CRLF for * \n while Unix uses only a LF. In addition, ^Z characters are * stripped from the input file. Unix does not use ^Z to mark t
www.eeworm.com/read/222685/14679957

c add.c

/* * linux/kernel/math/add.c * * (C) 1991 Linus Torvalds */ /* * temporary real addition routine. * * NOTE! These aren't exact: they are only 62 bits wide, and don't do * correct rounding. Fa
www.eeworm.com/read/210671/15194018

cpp fig01_06.cpp

// Fig. 1.6: fig01_06.cpp // Addition program #include int main() { int integer1, integer2, sum; // declaration std::cout
www.eeworm.com/read/207820/15261467

c add.c

/* * linux/kernel/math/add.c * * (C) 1991 Linus Torvalds */ /* * temporary real addition routine. * * NOTE! These aren't exact: they are only 62 bits wide, and don't do * correct rounding. Fa