搜索资源列表
assgin2
- playfair加密简单实现 生成密钥矩阵,加密解密
HillCipher
- 自己编写的加密算法 hill加密算法。包括,hill数组的生成,hill数组矩阵的计算。-prepare their encryption algorithms hill encryption algorithm. Include hill array of generation, hill array matrix calculations.
youxiansuanfu
- 编写一个程序,输入一个算符文法,生成其优先矩阵。-The preparation of a program, enter an operator grammar, to generate their priority matrix.
bch_matrix
- 根据任意的BCH码生成多项式计算改码的生成矩阵G以及校验矩阵H-calculates the G and H matrix from an arbitrary BCH generator polynomial
math
- 矩阵表移位加密,链表类实现.输入密码生成密码矩阵,然后明文根据密码表来查找并移位替换生成密文.可逆的过程-Matrix shift encryption, list classes. Enter the password generation code matrix, and then expressly based on the password table to find and replace the shift generated ciphertext. Reversible proce
AES
- AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个
add
- cuda编程中生成一个数组矩阵的文件 初学CUDA编程使用的可以看看 很简单的程序-CUDA program runs an array of document generation matrix
MATLABMatrix-and-matrix-operations
- 本节系统阐述:一、二维数值数组的创建、寻访;数组运算和矩阵运算的区别;实现数组运算的基本函数;多项式的表达、创建和操作;常用标准数组生成函数和数组构作技法;高维数组的创建、寻访和操作;非数NaN、“空”数组概念和应用;关系和逻辑操作。-Commonly used standard array generation function and fabric techniques High dimensional array to create, search and operation The nu
LDPC_GENERATION
- ldpc的生成矩阵与具体的应用历程,建议下载,学习过程不错。-the processing of the ldpc.
FHE
- 简单验证LLL格基约减算法,包括随机矩阵的生成,lll算法等-the easy descr iption of LLL latice-based reduction algorithm
Gencratebigger
- 生成一个规则LDPC码的教研矩阵H,其行数(越大越好)为列数的一半(Generate a regular LDPC code research matrix H, the adults number (bigger is better) for half the number of columns)
05662254
- LDPC的c代码 包括编码 解码 加噪声 校验矩阵 生成矩阵()
KFXH
- LDPC校验矩阵生成,高斯消去法编码,BP译码程序()
2348624
- LDPC校验矩阵生成,高斯消去法编码,BP译码程序,可以作为自己编写LDPC编译码程序的参考,因为matlab代码效率不高()