资源列表
hill_sorting
- 希尔排序算法: 基本思想:将整个无序序列分割成若干小的子序列分别进行插入排序。 序列分割方法:将相隔某个增量h的元素构成一个子序列。在排序过程中,逐次减小这个增量,最后当h减到1时,进行一次插入排序,排序就完成。增量序列一般采用:ht=2t-1,1≤t≤[log2n],其中n为待排序序列的长度。
vigeneer-encryption
- 维吉尼亚密码的c程序实践,程序实现很巧妙,相信大家会满意-Virginia password c program practices, program implementation is very clever, I believe we will be satisfied
SingleTable
- 古典密码学,单表置换算法,加密和解密算法,C语言源程序,VC++6.0编译通过-Single Table
BMsuanfa2
- 密码学里面的BM算法的C语言实现,实验代码 可运行 -failed to translate
suijihashu
- 随即函数 是个产生随即函数的代码 随即函数数 不是真正的随即的 是伪随即的 是我们写很多东西都需要的的函数
RSA
- RSA加密代码,有以下组成 (1)密钥生成。 (2)加密算法。 (3)解密算法-RSA encryption code, has the following composition (1) key generation. (2) encryption algorithm. ( 3) decryption algorithm
Assignment-1
- caesar cipher for security purpose
CaesarParse
- Caesar加密方法,有想要的就下吧,用C++实现
mymodm
- 求逆元素的程序实现,简单实用,用C++编写,DOS运行界面-Inverse element program, simple and practical, using C++ Prepared, DOS running interface
RSA
- 用c简单实现了RSA算法,Rsa算法是采用双钥加密的技术-Achieved with a simple RSA algorithm c, Rsa algorithm is the use of a dual-key encryption technology
vbs
- VBS加密解密代码,程序自身也使用VBS编写,简单,使用-VBS encryption and decryption code, the program itself is written using VBS, simple to use
caser2
- 凯撒密码暴力破解程序. 不是根据频率,而是移位操作-Caesar password brute force program. Than the frequency