代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/307266/3726394
c mrmonty.c
/*
* MIRACL Montgomery's method for modular arithmetic without division.
* mrmonty.c
*
* Programs to implement Montgomery's method
* See "Modular Multiplication Without Trial Divisi
www.eeworm.com/read/170565/9798152
c mrmonty.c
/*
* MIRACL Montgomery's method for modular arithmetic without division.
* mrmonty.c
*
* Programs to implement Montgomery's method
* See "Modular Multiplication Without Trial Divisi
www.eeworm.com/read/100612/15868903
c mrmonty.c
/*
* MIRACL Montgomery's method for modular arithmetic without division.
* mrmonty.c
*
* Programs to implement Montgomery's method
* See "Modular Multiplication Without Trial Divisi
www.eeworm.com/read/460712/7105688
m mulnd.m
function [Pnum,Pden]=mulnd(P1n,P1d,P2n,P2d,typ)
% MULND Multiplication of two numerator and denominator matrices.
% MULND(P1N,P1D,P2N,P2D) produces the correlated multiplication of P1N,P1D,
%
www.eeworm.com/read/439271/7713218
m mulnd.m
function [Pnum,Pden]=mulnd(P1n,P1d,P2n,P2d,typ)
% MULND Multiplication of two numerator and denominator matrices.
% MULND(P1N,P1D,P2N,P2D) produces the correlated multiplication of P1N,P1D,
%
www.eeworm.com/read/191613/8426684
cpp ex1204.cpp
// Programming with C++ by John R. Hubbard
// Copyright McGraw-Hill, 2000
// Example 12.4 on page
// The multiplication operator for the Ratio class
#include
using namespace std
www.eeworm.com/read/427177/8969594
h monomialmaps.h
// mapping indices for monomial multiplication. generated
// with the matlab script generate_mult_indices.m
// n.b!!! these indices need to be subtracted by 1!!!!!!!!!!!
#ifndef MONOMIALMAPS
#define M
www.eeworm.com/read/281000/10273945
cpp fig10_46.cpp
/**
* Compute optimal ordering of matrix multiplication.
* c contains the number of columns for each of the n matrices.
* c[ 0 ] is the number of rows in matrix 1.
* The minimum number of mult
www.eeworm.com/read/452695/7436286
c ex4_01.c
/*Exercise 4.1 Generate a multiplication table */
#include
int main(void)
{
int table_size = 0; /* Table size */
printf("Enter the table size (from
www.eeworm.com/read/243813/12915354
java testmultable.java
// TestMulTable.java: Display a multiplication table
public class TestMulTable
{
// Main method
public static void main(String[] args)
{
// Get start time
long startTime = System.