代码搜索:Addition

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

代码结果 2,224
www.eeworm.com/read/113583/15452840

modemu copyright.modemu

This package was put together by John Goerzen . The only changes made were compiling with -O2 and the addition of the brief "QuickStart" document. Below is the copyright infor
www.eeworm.com/read/100102/15884983

modemu copyright.modemu

This package was put together by John Goerzen . The only changes made were compiling with -O2 and the addition of the brief "QuickStart" document. Below is the copyright infor
www.eeworm.com/read/460712/7105707

m addnd.m

function [Pnum,Pden]=addnd(P1n,P1d,P2n,P2d,typ) % ADDND Addition of two numerator and denominator matrices. % ADDND(P1N,P1D,P2N,P2D) produces the correlated addition of P1N,P1D, % P2N,P
www.eeworm.com/read/439271/7713237

m addnd.m

function [Pnum,Pden]=addnd(P1n,P1d,P2n,P2d,typ) % ADDND Addition of two numerator and denominator matrices. % ADDND(P1N,P1D,P2N,P2D) produces the correlated addition of P1N,P1D, % P2N,P
www.eeworm.com/read/290293/8491396

c addchain.c

/* Author: Pate Williams (c) 1997 Addition chain exponentiation. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 14.6.2 Section pages 620 - 623. */ #includ
www.eeworm.com/read/188503/8535627

c transfrm_ref.c

/* transfrm.c, Low-level Architecture neutral DCT/iDCT and prediction difference / addition routines */ /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */ /* *
www.eeworm.com/read/388617/8594796

cpp addpntrs.cpp

// addpntrs.cpp -- pointer addition #include int main() { using namespace std; double wages[3] = {10000.0, 20000.0, 30000.0}; short stacks[3] = {3, 2, 1}; // Here are t
www.eeworm.com/read/388617/8595930

cpp addpntrs.cpp

// addpntrs.cpp -- pointer addition #include int main() { using namespace std; double wages[3] = {10000.0, 20000.0, 30000.0}; short stacks[3] = {3, 2, 1}; // Here are t
www.eeworm.com/read/187682/8609495

c format_nikon.c

/* * GQView * (C) 2005 John Ellis * * Authors: * Raw NEF jpeg extraction based on nefextract.c by Joseph Heled, * in addition nefextract.c is based on dcraw by Dave Coffin. * * Th
www.eeworm.com/read/386996/8714177

c addchain.c

/* Author: Pate Williams (c) 1997 Addition chain exponentiation. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al 14.6.2 Section pages 620 - 623. */ #includ