搜索资源列表
-
2下载:
VC++编程实现了二元域的BM算法。Berlekamp-Massey 算法是一个少有的高效算法。只需要输入密文中的2l个比特,就可以产生LFSR的最小多项式,从而生成整个序列。这里的l是系统的线性复杂度。-VC + + programming domain of the dual BM algorithm. Berlekamp-Massey algorithm is a rare efficient algorithm. Just type of dense text 2l bits, we c
-
-
0下载:
这是一个MD5Hash算法的改进版本,适当增加了算法的复杂度-MD5Hash This is an improved version of the algorithm, the algorithm appropriately increase the complexity
-
-
1下载:
RSA算法的实验报告,有源码、流程图、时间复杂度分析等。-RSA algorithm experimental reports, source code, flowcharts, time complexity analysis.
-
-
0下载:
数据加密算法提供高质量的数据保护,防止数据未经授权的泄漏和未被觉察的修
改;
具有高的复杂性,使破译的开销超过可能获得的利益,同时要便于理
解和掌握;
安全性应不依赖于密码算法的保密,仅以加密密钥的保密为基础;
实现经济,运行有效,并且适用于多种不同用途-Data encryption algorithm to provide high-quality data protection against data leakage and unauthorized modifica
-
-
0下载:
实现优先队列的初始化,查找,插入,删除操作,并且控制其查找,插入,删除操作的算法时间复杂度为O(logn)。-Implement priority queue initialization, search, insert, delete, and control their search, insert, delete algorithm time complexity is O (logn).
-