搜索资源列表
-
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下载:
本程序定义了长度为41的数组来存放大数,进行对大数的运算。四则运算的算法就跟平时我们笔算四则运算的方法基本上一样,加减法的时间复杂度为n,乘除法的时间复杂度为n的平方。对四十位内的计算几乎都可以瞬时完成。-definition of the procedures for the length of the 41 arrays to store large numbers, the majority of arithmetic. Four computing algorithm just as w
-
-
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下载:
给出了微机网络并行计算环境和拥有共享内存的并行计算环境下大规模矩阵相乘的几种
并行算法,分析了这些算法的计算和通讯时间复杂性,在多台微机上安装并行消息传递机制MPI
(message passing interface) ,构成微机网络并行计算环境,在该环境下对所给算法作了数值试验,
结果表明所给出的算法非常有效,同时在程序没有改动的条件下,将微机网络并行环境下的程序移
植到具有共享内存的并行计算机IBMP650 上,结果表明,所给算法具有更高的加速比和并行效率。-Gives t
-
-
0下载:
实现优先队列的初始化,查找,插入,删除操作,并且控制其查找,插入,删除操作的算法时间复杂度为O(logn)。-Implement priority queue initialization, search, insert, delete, and control their search, insert, delete algorithm time complexity is O (logn).
-
-
0下载:
写一个时间复杂度为O(log2n+m)的算法,删除二叉排序树践关键字不小于X的结点,并释放结点空间,其中n为二叉排序树中所含结点,m为被删除的结点个数-Write a time complexity is O (log2n+ m) algorithm, delete the binary sort tree practice key node of not less than X, and release the node space, where n is contained in the b
-
-
0下载:
用冒泡和快速排序算法对一个足够长的数据序列进行排序,比较两种算法的时间复杂度,记录所用时间并分析。实验数据随机产生(数据的取值范围在1~100000之间,数据个数由用户从终端输入)。-With a bubble sort algorithm and fast enough for a long sequence of data to sort, compare two time complexity of the algorithm, the time spent recording and a
-