代码搜索:complement

找到约 1,455 项符合「complement」的源代码

代码结果 1,455
www.eeworm.com/read/300969/13874488

c onec_sum.c

/* oneC_sum() - One complement's checksum Author: Kees J. Bot * 8 May 1995 * See RFC 1071, "Computing the Internet checksum" */ #include #include
www.eeworm.com/read/113399/6131553

c onec_sum.c

/* oneC_sum() - One complement's checksum Author: Kees J. Bot * 8 May 1995 * See RFC 1071, "Computing the Internet checksum" */ #include #include
www.eeworm.com/read/216450/4893617

s onec_sum.s

! oneC_sum() - One complement`s checksum Author: Kees J. Bot ! 23 May 1998 ! See RFC 1071, "Computing the Internet checksum" ! See also the C version of this code. .text .define _oneC_sum .
www.eeworm.com/read/437033/1836571

s onec_sum.s

! oneC_sum() - One complement`s checksum Author: Kees J. Bot ! 23 May 1998 ! See RFC 1071, "Computing the Internet checksum" ! See also the C version of this code. .text .define _oneC_sum .
www.eeworm.com/read/375613/2723600

s onec_sum.s

! oneC_sum() - One complement`s checksum Author: Kees J. Bot ! 23 May 1998 ! See RFC 1071, "Computing the Internet checksum" ! See also the C version of this code. .text .define _oneC_sum .
www.eeworm.com/read/252366/4408131

c onec_sum.c

/* oneC_sum() - One complement's checksum Author: Kees J. Bot * 8 May 1995 * See RFC 1071, "Computing the Internet checksum" */ #include #include
www.eeworm.com/read/282673/9075355

cpp btblock.cpp

/* 'btBlock.cpp' */ /* Complement header file */ #include "btBlock.h" btBlock::btBlock (void) { m_iWidth = 0; m_iHeight = 0; m_bIsAlive = mrFalse; m_iABO = 0; m_iRed = 0
www.eeworm.com/read/136786/5864186

s checksum.s

/* * BK Id: SCCS/s.checksum.S 1.8 08/20/01 22:09:34 paulus */ /* * This file contains assembly-language implementations * of IP-style 1's complement checksum routines. * * Copyright (C) 1995
www.eeworm.com/read/110034/6168711

s checksum.s

/* * BK Id: SCCS/s.checksum.S 1.8 08/20/01 22:09:34 paulus */ /* * This file contains assembly-language implementations * of IP-style 1's complement checksum routines. * * Copyright (C) 1995
www.eeworm.com/read/108242/6183627

c tr.c

/* tr - translate characters Author: Michiel Huisjes */ /* Usage: tr [-cds] [string1 [string2]] * c: take complement of string1 * d: delete input characters coded string1 * s: squeeze multiple out