代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/181830/9235640
m test_mpoly_numerical.m
% TEST_MPOLY_NUMERICAL -- test the subroutines in the @mpoly directory for numerical matrices
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% Dept. of Mathematics, Iowa State Univer
www.eeworm.com/read/181830/9235643
m test_mpoly_symbolic.m
% TEST_MPOLY_SYMBOLIC -- test the subroutines in the @mpoly directory for symbolic matrices
% Copyright (c) 2004 by Fritz Keinert (keinert@iastate.edu),
% Dept. of Mathematics, Iowa State Universi
www.eeworm.com/read/178176/9415597
dsc mult.dsc
An multiplication program.
The program multiplies two numbers.
A number 'n' is represented by n 1-s.
Sample :
5 is represented as 1 1 1 1 1
3 is represented as 1 1 1
Input : Two number
www.eeworm.com/read/178172/9416697
comment
RD, 25.2.93
From the number of instructions one could expect a maximum of 15/100 sec
for the standard multiplication instead of 21/100. This is due to a
branch delay of a total of 3 cycles, one of th
www.eeworm.com/read/178172/9416721
changes
Bugfix in Intel586NT\idigitveccsubto.c submitted
by Grant Atoyan re. missing DWORD PTR. cludwig (October 4, 2002)
Changes Integer-2.0 --> Integer-2.1
T.P: Modified Makefiles for libLiDIA.a
new d
www.eeworm.com/read/357794/10201009
txt 1197.txt
<mark>Multiplication</mark> Puzzle
题意:
给定一组数字,每次可以删除除了首尾两个数字的任意一个数字,同时得到一个值,这个值等于删除的值与和它相邻的两个数字的乘积,要求得到一种删除数字的方案,使得得到的所有上述值的和最大。
解法:
动态规划题中最典型的矩阵连乘的演化版,方法相同! ...
www.eeworm.com/read/281000/10274073
cpp fig10_38.cpp
/**
* Standard matrix multiplication.
* Arrays start at 0.
* Assumes a and b are square.
*/
matrix operator*( const matrix & a, const matrix & b )
{
int n = a.numrows( );
www.eeworm.com/read/160516/10523145
m mtimes.m
%MTIMES Dataset overload of *
%
% C = A*B
%
% This routines handles the dataset multiplication in case A or B is
% a dataset and none of these is a mapping. A or B may be a cell array
% of datasets
www.eeworm.com/read/349903/10785224
txt double.txt
With version 4.6 it is now possible to use a floating-point "double"
as the underlying type used to store the digits of a multi-precision number.
This is fully supported by the "config" utility.