代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/268260/11146921
m ex030800.m
x = rand(1,11); n = 0:10;
k = 0:500; w = (pi/500)*k;
X = x * (exp(-j*pi/500)).^(n'*k); % DTFT of x
% signal shifted by two samples
y = x; m = n+2;
Y = y * (exp(-j*pi/500)).^(m'*k); % DTFT o
www.eeworm.com/read/455384/7372686
c xtest04_4.c
/* ========================================================================== */
/* Xtest04_4.c : Integer Number Display without and with Sign */
/* ========================================
www.eeworm.com/read/136697/13365512
m fuz_mul1.m
function f = fuz_mul1(f1,f2)
% f=fuz_mul1(f1,f2)
%
% Multiplication of two fuzzy numbers.
% see fuz_mul() !.
%
% f = [xmin xmax m n alpha beta]
% ymin=0 and ymax=1.
%
% fuz_mul1 is called by fuz_mul
www.eeworm.com/read/129735/14230672
c matrixc.c
/*MATRIXC.C-MATRIX MULTIPLICATION (3x3)(3x1)=(3x1)*/
main()
{
volatile int *IO_OUTPUT = (volatile int *) 0x804001;
float A[3][3] = {{1,2,3},
{4,5,6},
{
www.eeworm.com/read/162614/5524318
a cxg2005.a
-- CXG2005.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/154079/5642611
v mult18x18s_instanciate.v
/*-----------------------------------------------------------------------------
-- Virtex-II Registered Block Multiplier instanciation using Synplify --
--------------------------------------
www.eeworm.com/read/471108/6897105
pas matrix.pas
{**********************************************************************
* *
* Gerald Carter
www.eeworm.com/read/270032/11051011
h vec2.h
/* ------------------------------------------------------------------------- *\
VEC2.H :
Definition and manipulation of a 2D vector (either integers or reals)
by Christophe Schlick (1 June
www.eeworm.com/read/179705/9342285
texi specfunc-elementary.texi
@cindex elementary operations
@cindex multiplication
The following functions allow for the propagation of errors when
combining quantities by multiplication. The functions are declared in
the header
www.eeworm.com/read/163924/10139909
m vgg_quat_mul.m
function qout = vgg_quat_mul(r,q)
% VGG_QUAT_MUL Quaternion multiplication
% pq = vgg_quat_mul(p,q)
% awf@robots.ox.ac.uk, 30/01/05
qout = ...
[(r(1)*q(1) - r(2)*q(2) - r(