代码搜索:complement

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

代码结果 1,455
www.eeworm.com/read/282766/4087742

mak extern.mak

# Time-stamp: # $Id: extern.mak 1802 2005-11-01 08:25:57Z complement $ # This file reflect versions of third-party libraries that # used in projects # STLport library
www.eeworm.com/read/351418/3108126

mak extern.mak

# Time-stamp: # $Id: extern.mak 1802 2005-11-01 08:25:57Z complement $ # This file reflect versions of third-party libraries that # used in projects # STLport library
www.eeworm.com/read/268666/11125766

vhdl bmul32.vhdl

-- bmul32.vhdl parallel multiply 32 bit x 32 bit two's complement -- the main components are bmul32, special Booth 32 x 32 -> 16 bit multiplier -- badd32 32 bit specialized adder for Booth multiplie
www.eeworm.com/read/399805/7835146

sh make32and64.sh

#!/bin/bash ## Use this script to build a complete complement of 32-bit and 64-bit videoIO ## plugins on 64-bit Linux machines that have 32-bit ffmpeg, 64-bit ffmpeg, ## 32-bit Matlab, and 64-bit M
www.eeworm.com/read/216450/4893662

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 u16_t o
www.eeworm.com/read/304222/3802101

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 u16_t o
www.eeworm.com/read/411488/2187552

mak extern.mak

# Time-stamp: # $Id: extern.mak 1802 2005-11-01 08:25:57Z complement $ # This file reflect versions of third-party libraries that # used in projects # STLport library STLPOR
www.eeworm.com/read/411488/2187588

mak dirsrc.mak

# -*- Makefile -*- Time-stamp: # $Id: dirsrc.mak 1802 2005-11-01 08:25:57Z complement $ # Some trick to build implicit rules for sources in some different # subdirectories. I
www.eeworm.com/read/389922/2531174

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 u16_t o
www.eeworm.com/read/486579/6535851

asv my_gmres_schur.asv

function [x,flag,relres,iter,resvec] = my_gmres_schur(L,U,B,C,b,restart,tol,maxit) % to solve the schure complement system C*inv(L*U)*B' x = y; % Author: Liang Li, UESTC % Date : 2008-01-03 [