代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/206113/15300083
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/162614/5525709
ada c35a08b.ada
-- C35A08B.ADA
-- 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/162614/5526475
f90 read_float_1.f90
! { dg-do run }
! PR18218
! The IO library has an algorithm that involved repeated multiplication by 10,
! resulting in introducing large cumulative floating point errors.
program foo
character*20 s
www.eeworm.com/read/162614/5526974
x 930529-1.x
# The problem on Alpha at -O3 is that when dd is inlined, we have
# division by a constant, which gets converted to multiplication
# by a large constant, which gets turned into an induction variable.
www.eeworm.com/read/475765/6778112
m p1_1.m
% P1_1.M Vector Multiplication
echo on
a=[1,2,3,4]
b=[0.1 0.2 0.3 0.4]
% (a)
d=2*a
% (b) Element by element multiply
f=a.*b
echo off
www.eeworm.com/read/474310/6819677
qmsg prev_cmp_pll.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0 "" 0}
www.eeworm.com/read/293428/8294736
c p_29_2.c
#include
void main()
{
int a,b;
printf("========Nine-Nine multiplication table========\n");
for(a=1;a
www.eeworm.com/read/235784/14053262
nc ecc.nc
/**
* All new code in this distribution is Copyright 2005 by North Carolina
* State University. All rights reserved. Redistribution and use in
* source and binary forms are permitted provided th
www.eeworm.com/read/205036/15328814
m mtimes.m
function C = mtimes(A,B)
%MTIMES tensor-scalar multiplication.
%
% C = MTIMES(A,B) is called for the syntax 'A * B' when A or B is a
% tensor and the other argument is a scalar.
%
% For tensor
www.eeworm.com/read/205036/15328888
m mtimes.m
function C = mtimes(A,B)
%MTIMES sptensor-scalar multiplication.
%
% C = MTIMES(A,B) is called for the syntax 'A * B' when A or B is a
% sparse tensor and the other argument is a scalar.
%
% F