代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/178061/9420893
m ntimes.m
function product = ntimes(X,Y,modeX,modeY);
%NTIMES Array multiplication
%
% X*Y is the array/matrix product of X and Y. These are multiplied across the
% modeX mode/dimension of X and modeY
www.eeworm.com/read/349581/10815998
h transq.h
#ifndef TRANSQ_H
#define TRANSQ_H
class transq
{
public:
quater rotation;
vector translation;
private:
// multiplication
friend transq& operator*=( transq &, transq const&
www.eeworm.com/read/439686/7703039
m ntimes.m
function product = ntimes(X,Y,modeX,modeY);
%NTIMES Array multiplication
%
% X*Y is the array/matrix product of X and Y. These are multiplied across the
% modeX mode/dimension of X and modeY
www.eeworm.com/read/435150/7796621
cpp prog5_08.cpp
// Program 5.8 Generating multiplication tables
#include
#include
#include
using std::cout;
using std::cin;
using std::endl;
using std::setw;
int main() {
in
www.eeworm.com/read/319883/13440588
cpp prog5_08.cpp
// Program 5.8 Generating multiplication tables
#include
#include
#include
using std::cout;
using std::cin;
using std::endl;
using std::setw;
int main() {
in
www.eeworm.com/read/493401/6402358
c matmult.c
/* matmult.c
* Test program to do matrix multiplication on large arrays.
*
* Intended to stress virtual memory system.
*
* Ideally, we could read the matrices off of the file system,
*
www.eeworm.com/read/485103/6564354
m ntimes.m
function product = ntimes(X,Y,modeX,modeY);
%NTIMES Array multiplication
%
% X*Y is the array/matrix product of X and Y. These are multiplied across the
% modeX mode/dimension of X and modeY
www.eeworm.com/read/347189/11683347
changelog
2005-01-07 Donald Kirker
* Added Float support (well, not fully, but mostly),
still some bugs (multiplication and division of float numbers)
* marked as ver
www.eeworm.com/read/339038/12266576
c i1.c
/* program "i1.c" */
/*
* A translation into C of the pascal program ARITHMETIC, addition,
* subtraction, multiplication and exponentiation.
* from "SCIENTIFIC PASCAL" by H. FLANDERS pp. 342-