代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/174450/9586952
fp semilagranianfluidaddsource.fp
!!FP1.0
#try to compute Sparse Matrix - Vector Multiplication
DECLARE TexPARA = {0,0,0,0};
#Source(RGB 3 channels)
TEX R0, f[WPOS], TEX0, RECT;
#x(RGB 3 channels)
TEX R1, f[WPOS], TEX1, RECT;
www.eeworm.com/read/172013/9726668
m contents.m
% NMM Toolbox: routines for eigenvalue computation
%
% eigSort Eigenvalue/vectors sorted in ascending or descending order
% iterMult Iterated multiplication of a vector by a matrix: u = A*A
www.eeworm.com/read/134087/14008827
h cmplx.h
/* cmplx.h - complex arithmetic declarations */
#include /* in MSC and TC/BC, it declarares: */
/* \ttt{struct complex} and
www.eeworm.com/read/134087/14009008
h cmplx1.h
/* cmplx.h - complex arithmetic declarations */
#include /* in MSC and TC/BC, it declarares: */
/* \ttt{struct complex} and
www.eeworm.com/read/203890/15349859
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/203170/15364541
h fft_complex_arithmetic.h
/* cmplx.h - complex arithmetic declarations */
#include /* in MSC and TC/BC, it declarares: */
/* \ttt{struct complex} and
www.eeworm.com/read/201202/15413441
sci conv.sci
function c = conv(a, b)
//CONV Convolution and polynomial multiplication.
// C = CONV(A, B) convolves vectors A and B. The resulting
// vector is length LENGTH(A)+LENGTH(B)-1.
// If A and B
www.eeworm.com/read/110432/15533675
c intasign.c
/* Chapter 4 - Program 1 */
/* This program will illustrate the assignment statements */
main()
{
int a,b,c; /* Integer variables for examples
www.eeworm.com/read/109952/15544617
cpp matopr.cpp
//Matrix Operations
/**************************************************************/
/*Programmed by : Vivek Patel**********************************/
/*For Bugs Free feel to contact************
www.eeworm.com/read/109952/15544619
bak matopr.bak
//Matrix Operations
#include
#include
#include
#include "e:\vivek\MCA_SEM2\DFS\Array\Matrix\matrix.cpp"
void main()
{
int choice;
matrix obj;
whi