代码搜索:Multiplication
找到约 1,176 项符合「Multiplication」的源代码
代码结果 1,176
www.eeworm.com/read/418153/2092329
sci vectmultcmplx_f.sci
//VECTMULTCMPLX_f Scicos complexe vector multiplication
//Classical interface function ver1.0 - scilab-3
//22 d閏embre 2003 - IRCOM GROUP - Author : A.Layec
function [x,y,typ]=VECTMULTCMPLX_f(job,ar
www.eeworm.com/read/174450/9586848
fp matvectorrectmultimultitex2.fp
!!FP1.0
#Date:2004/1/6
#try to compute General Matrix - Vector Multiplication Just For TEXRECT
#So this fragment program is shorter than TEX2D
# Vector X ----TEX0
# Vector result ----TEX1
# Ma
www.eeworm.com/read/174450/9586892
fp matvectorrectmultimultitex2.fp
!!FP1.0
#Date:2004/1/6
#try to compute General Matrix - Vector Multiplication Just For TEXRECT
#So this fragment program is shorter than TEX2D
# Vector X ----TEX0
# Vector result ----TEX1
# Ma
www.eeworm.com/read/285858/8807950
h aestable.h
#ifndef __AESTABLES_H__
#define __AESTABLES_H__
#include "aes.h"
#define WPOLY 0x1b
// Finite Field multiplication -- used in mix column transformation
#define f2(x) ((x7) & 1)
www.eeworm.com/read/168218/9931601
cpp rmult.cpp
// dynamic programming recursive matrix multiplication chains
#include
#include "make2db.h"
int r[7] = {0, 10, 5, 1, 10, 2, 10};
int **kay;
int C(int i, int j)
{// Return c(
www.eeworm.com/read/168218/9931974
cpp rmult.cpp
// dynamic programming recursive matrix multiplication chains
#include
#include "make2db.h"
int r[7] = {0, 10, 5, 1, 10, 2, 10};
int **kay;
int C(int i, int j)
{// Return c(
www.eeworm.com/read/358191/10194182
cpp rmult.cpp
// dynamic programming recursive matrix multiplication chains
#include
#include "make2db.h"
int r[7] = {0, 10, 5, 1, 10, 2, 10};
int **kay;
int C(int i, int j)
{// Return c(
www.eeworm.com/read/161587/10393737
cpp rmult.cpp
// dynamic programming recursive matrix multiplication chains
#include
#include "make2db.h"
int r[7] = {0, 10, 5, 1, 10, 2, 10};
int **kay;
int C(int i, int j)
{// Return c(