代码搜索:Multiplication

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

代码结果 1,176
www.eeworm.com/read/433250/8537611

m freq_shear.m

function y = freq_shear(x, c) % freq_shear -- chirp multiplication % % Usage % y = freq_shear(x, c) % % Inputs % x signal vector, must have an odd length (to have a center point) % c
www.eeworm.com/read/431457/8676247

h common.h

/* * Copyright 1993-2007 NVIDIA Corporation. All rights reserved. * * NOTICE TO USER: * * This source code is subject to NVIDIA ownership rights under U.S. and * international Copyright laws.
www.eeworm.com/read/185152/9054774

m dot.m

function ScMul = dot( vec1, vec2 ) %DEVELOPMENT PHASE % % ScMul = dot( vec1, vec2 ) % % computes scalar multiplication % % ScMul = result % vec1, vec2 - vectors ScMul = sum( vec1 .* vec2 );
www.eeworm.com/read/378188/9242459

f gendat.f

Subroutine gendat( a, b, lda, m, n ) ! ---------------------------------------------------------------------- ! --- Routine 'gendat' generates matrix 'a' and vector 'b' for the ! matrix-vect
www.eeworm.com/read/378188/9242498

krn mod1b.krn

'Broadcast -- y(i) = Const, i = 1,n' 0 8 1 'Vector Copy -- y(i) = x1(i), i = 1, n' 0 16 2 'Multiplication -- y(i) = x1(i) * x2(i), i = 1, n' 1 24 5 'Divi
www.eeworm.com/read/378186/9243027

f gendat.f

Subroutine gendat( a, b, m, n ) ! ---------------------------------------------------------------------- ! --- Routine 'gendat' generates matrix 'a' and vector 'b' for the ! matrix-vector mu
www.eeworm.com/read/378186/9243029

makeframe

# # Makefile for Matrix-Vector multiplication test. # OBJECTS = numerics.o gmxv.o check.o gendat.o mvaxpy.o mvddot.o \ dgemv.o lsame.o xerbla.o \ stat
www.eeworm.com/read/378186/9243033

f mvaxpy.f

Subroutine mvaxpy( a, b, c, m, n ) ! ---------------------------------------------------------------------- ! --- Routine 'mvaxpy' does a matrix-vector multiplication 'Ab = c' ! using a vect
www.eeworm.com/read/378186/9243067

f gmxm.f

Program gmxm ! ---------------------------------------------------------------------- ! ********************************************************************** ! *** This program is part of the E
www.eeworm.com/read/425793/10322430

m conv1.m

function C=conv1(var) % Convolution and multi-polynomials multiplication % var are multi-polynomials % Copyright 2000-2001 ECUST. % $Revision: 1.1 $ $Date: 2002/01/22 22:08:34 $ C=var{1}