代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/174450/9586964
fp l-m.fp
!!FP1.0
#L-M matrix-matrix multiplication
#just for 4*4 matrixs now
#But we can generate the fragmen program in Application.
# 2 + DimensionOfMatirx*5 < 1024
# so the biggest matrix is 204*204
D
www.eeworm.com/read/174450/9587024
fp l-m.fp
!!FP1.0
#L-M matrix-matrix multiplication
#just for 4*4 matrixs now
#But we can generate the fragmen program in Application.
# 2 + DimensionOfMatirx*5 < 1024
# so the biggest matrix is 204*204
D
www.eeworm.com/read/266379/11229359
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/411266/11249624
h bchhwsim.h
/* Simulaton of the ECC hardware */
/* Prototypes of hardware simulation routines and global constant tables */
/*
www.eeworm.com/read/205036/15328877
m mttkrp.m
function V = mttkrp(X,U,n)
%MTTKRP Matricized tensor times Khatri-Rao product for sparse tensor.
%
% V = MTTKRP(X,U,n) efficiently calculates the matrix product of the
% n-mode matricization o
www.eeworm.com/read/109973/15544389
hpp sarrayops1.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/100612/15868815
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.
www.eeworm.com/read/431951/8645375
cpp aesencryption.cpp
#include
#include
#include
void expandKey(unsigned char *expandedKey, unsigned char *key, enum keySize, size_t expandedKeySize);
unsigned char sbox[256] = {