代码搜索:Multiplication

找到约 1,176 项符合「Multiplication」的源代码

代码结果 1,176
www.eeworm.com/read/404153/11491038

c example 3-31.c

; Example 3 - 31. Extended Precision Multiplication C Listing Shifting before Addition int epmpy(int A, int B) { short AH, BH; unsigned short AL, BL; int ahbl, albh, ahbh; AH = A>>16; AL
www.eeworm.com/read/403377/11518411

txt keycode.txt

KeyCode常数用法 可在代码中的任何地方用下列常数代替实际值: 常数 值 描述 vbKeyLButton 0x1 鼠标左键 vbKeyRButton 0x2 鼠标右键 vbKeyCancel 0x3 CANCEL 键 vbKeyMButton 0x4 鼠标中键 vbKeyBack 0x8 BACKSPACE 键 vbKeyTab 0x9 TAB 键 vbKeyCle
www.eeworm.com/read/347945/11624086

m det.m

function d = det(X) %DET (overloaded) % Author Johan L鰂berg % $Id: det.m,v 1.1 2006/08/10 18:00:19 joloef Exp $ n = X.dim(1); m = X.dim(2); if n~=m error('Matrix must be square.');
www.eeworm.com/read/347945/11625681

m det.m

function d = det(X) %DET (overloaded) % Author Johan L鰂berg % $Id: det.m,v 1.5 2007/01/02 12:15:47 joloef Exp $ n = X.dim(1); m = X.dim(2); if n~=m error('Matrix must be square.'); e
www.eeworm.com/read/346459/11743253

m mtimes.m

function c = mtimes(a,b) % overloading of operator * % $Id: mtimes.m 31 2004-07-28 10:46:46Z mairas $ if isa(a,'signal') & isa(b,'signal') error('Matrix multiplication of two signals not supporte
www.eeworm.com/read/155163/11892944

h cmplx.h

/* cmplx.h - complex arithmetic declarations */ #include /* in MSC and TC/BC, it declarares: */ /* \ttt{struct complex} and
www.eeworm.com/read/257033/11956332

txt keycode常数用法 .txt

KeyCode常数用法 --------------------------------------------------------------------------------   可在代码中的任何地方用下列常数代替实际值:      常数 值 描述      vbKeyLButton 0x1 鼠标左键   vbKeyRButton 0x2 鼠标右键   vbKeyC
www.eeworm.com/read/256340/12007770

txt keycode常数用法 .txt

KeyCode常数用法 --------------------------------------------------------------------------------   可在代码中的任何地方用下列常数代替实际值:      常数 值 描述      vbKeyLButton 0x1 鼠标左键   vbKeyRButton 0x2 鼠标右键   vbKeyC
www.eeworm.com/read/256093/12029203

tex 12-2-1.tex

% 12-2-1.tex \documentclass{article} \usepackage{amsmath} \usepackage{amscd} \begin{document} $$\begin{CD} A\prod B@>p_A>>A\\ @Vp_BVV @AAfA\\ B@
www.eeworm.com/read/340968/12116831

mht cmplx_h.mht

From: Subject: Date: Wed, 27 Sep 2006 22:45:56 +0800 MIME-Version: 1.0 Content-Type: text/html; charset="gb2312" Content-Transfer-Encoding: quoted-printabl