搜索资源列表
换位和工作安排
- 经典算法之换位和工作安排-classic algorithms transposition and organization of work
矩阵所有运算
- 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposit
WinRAR
- 这是一个最简单的换位密码,希望可以让大家工作之余,做喷饭之笑。-This is a simple transposition password, we can hope, must do double up with laughter laugh.
Matrix_Transposition_Multiplication
- Matrix Transposition and Multiplication It is a MIPS assembly program that does the following: given two matrices, M1 and M2, first transpose M2 to obtain M2tran. Then multiply M1 and M2tran.
换位法
- 这是硕士生计算机软件专业组合数学的一个换位法算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm law transposition demonstration purposes only.
换位和工作安排
- 经典算法之换位和工作安排-classic algorithms transposition and organization of work
换位法
- 这是硕士生计算机软件专业组合数学的一个换位法算法演示,仅供参考。-This is the master computer software professional combination of a mathematical algorithm law transposition demonstration purposes only.
矩阵所有运算
- 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposit
ywmm
- 一个简单的移位密码算法程序,可以实现移位加密和解密的功能,-A simple transposition cipher procedures, can shift realize encryption and decryption functions,
zhihuan
- 置换密码算法的原理是不改变明文字符,只将字符在明文中的排列顺序改变,从而实现明文信息的加密。置换密码也叫换位密码。试编程实现矩阵换位密码。它的加密方法是将明文中的字母按照给定的顺序安排在一个矩阵中,然后用根据密钥提供的顺序重新组合矩阵中的字母,形成密文。-Permutation cipher does not change the principle is expressly characters, only characters in
traditionalcode
- 古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。-Classical cryptographic algorithm in a single table substitution cipher, transposition cipher, Vigenere cipher. Algorithm is relatively simple, way to use t
Transpositions_java_security
- transposition algorithm developed here in java
test
- 古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve t
huanwei
- VB加密换位算发,VB6调试通过-Transposition encryption algorithm VB
Encryption
- this program implements Substitution and Transposition cipher
VB.transposition.password.encryption.code.
- VB换位密码加密技术示例源代码VB transposition password encryption source code example-VB transposition password encryption source code example
Transposition.Ciphers
- A Program For Transposition Ciphers
Transposition.Ciphers
- This is a c++ program for Transposition ciphers.
Implementation-of-transposition-cipher
- Implementation of Transposition Cipher in C
transposition
- In cryptography, a transposition cipher is a method of encryption by which the positions held by units of plaintext (which are commonly characters or groups of characters) are shifted according to a regular system, so th