代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/203890/15349776
m times.m
function c = times(a,b)
% overloading of operator .*
% $Id: times.m 3 2004-02-04 12:57:04Z mairas $
if isa(a,'spectrum') & isa(b,'spectrum') & a.frequency==b.frequency
c = spectrum(a.s .* b.s,a.f
www.eeworm.com/read/203890/15349784
m mtimes.m
function c = mtimes(a,b)
% overloading of operator *
% $Id: mtimes.m 3 2004-02-04 12:57:04Z mairas $
if isa(a,'spectrum') & isa(b,'spectrum')
error('Matrix multiplication of two spectra not suppo
www.eeworm.com/read/203890/15349837
m times.m
function c = times(a,b)
% overloading of operator .*
% $Id: times.m 3 2004-02-04 12:57:04Z mairas $
if isa(a,'signal') & isa(b,'signal') & a.time==b.time
c = signal(a.s .* b.s,a.time);
elseif isa
www.eeworm.com/read/202486/15381727
cpp ex1107.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 11.7 on page 260
// Overloading the == operator
#include
using namespace std
www.eeworm.com/read/202486/15381842
cpp ex1106.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 11.6 on page 260
// Overloading the *= operator
#include
using namespace std
www.eeworm.com/read/202486/15381906
cpp ex1105.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 11.5 on page 259
// Testing the Ratio class assignment and multiplication operators
#inc
www.eeworm.com/read/201006/15418403
m gtimes.m
function y=gtimes(x1,x2)
%GTIMES Generalized array multiplication.
% C = GTIMES(A,B) denotes element-by-element multiplication.
% The dimensions of the two operands are compared and singleton
%
www.eeworm.com/read/109973/15544393
hpp exprops2.hpp
/* The following code example is taken from the book
* "C++ Templates - The Complete Guide"
* by David Vandevoorde and Nicolai M. Josuttis, Addison-Wesley, 2002
*
* (C) Copyright David Vandevoorde
www.eeworm.com/read/191613/8426938
cpp ex0418.cpp
// Programming with C++, Second Edition, by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 4.18 on page 69
// Nesting for loops
#include // defines setw()
#include
www.eeworm.com/read/390109/8483047
entries
/Integer multiplication algorithms.pdf/1.1/Thu Jul 17 19:15:22 2003/-kb/
/hierarchical_unit.tar.gz/1.1/Mon Jul 14 18:23:28 2003/-kb/
D