代码搜索:modulo

找到约 768 项符合「modulo」的源代码

代码结果 768
www.eeworm.com/read/415674/11058695

h md5.h

/* MD5.H - header file for MD5.C */ #ifndef _MD5_H_ #define _MD5_H_ typedef struct { UINT4 state[4]; /* state (ABCD) */ UINT4 count[2]; /* number of bits, modulo 2^64 (lsb first) */ unsig
www.eeworm.com/read/203854/7117341

m mod2matmul.m

function out=Mod2MatMul(matr1,matr2) %out=Mod2MatMul(matr1,matr2) %Finds a modulo 2 based matrix product of binary matrices (matr1 & matr2) %Author: Brhanemedhn Tegegne % [r1,c1]=size(matr1);
www.eeworm.com/read/454453/7390066

h g13.h

/* G13.H - Header file for package for arithmetic in field G(2^4), reduced modulo x^4 + x + 1. Version of 19 May 1987. */ #ifndef G13 #define G13 int G13 Add( G13, G13 ) ; G13 Mult( G13, G13 ) ;
www.eeworm.com/read/143999/12824143

txt elgamal实例说明.txt

ElGamal实例说明 (如果计算器没反应,可以用在线的计算器:http://www.alpertron.com.ar/DILOG.HTM) 先将数据转换成10进制(用BigCalc大数计算器转换) 在Base域中填入:10569846856442483507 Potencia域中填入:3342903827289710607 Modulo域中填入:1256942147073958
www.eeworm.com/read/386066/8766280

m mod2matmul.m

function out=Mod2MatMul(matr1,matr2) %out=Mod2MatMul(matr1,matr2) %Finds a modulo 2 based matrix product of binary matrices (matr1 & matr2) [r1,c1]=size(matr1); [r2,c2]=size(matr2); if c1~=r2
www.eeworm.com/read/433764/7910817

m mod2matmul.m

function out=Mod2MatMul(matr1,matr2) %out=Mod2MatMul(matr1,matr2) %Finds a modulo 2 based matrix product of binary matrices (matr1 & matr2) [r1,c1]=size(matr1); [r2,c2]=size(matr2); if c1~=r2
www.eeworm.com/read/268448/11139664

m mod2matmul.m

function out=Mod2MatMul(matr1,matr2) %out=Mod2MatMul(matr1,matr2) %Finds a modulo 2 based matrix product of binary matrices (matr1 & matr2) [r1,c1]=size(matr1); [r2,c2]=size(matr2); if c1~=r2
www.eeworm.com/read/413908/11137868

m cacode.m

clear; clc; %产生MLS和G2输出并核对延迟时间 %输入 %K1,K2:两个延迟抽头的位置 %K3:延迟时间 % k = input('enter[k1 k2 k3]='); k(1)=1; k(2)=2; k(3)=3; inp1=-ones(1,10); for j=1:1023 mlsout(j)=inp1(10); modulo=i