搜索资源列表
-
0下载:
Shamir秘密分享与恢复算法的VC++程序,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再得出主密钥。输入大数长度和份数可自行定义(默认是270位和不超过20份)。-Shamir secret sharing and recovery algorithm VC procedures, is the use of the plane could be decided k k-1 power of the polynomi
-
-
0下载:
Shamir秘密分享算法的java实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Applicati
-
-
1下载:
Shamir秘密分享算法的C#实现,主要是使用平面上k点可以决定k-1次方的多项式,以k点为门槛值,应用Lagrange多项式插入方法的技术,回复原多项式,再求出主密钥。-Shamir secret sharing algorithm to achieve the java, is the use of the plane could be decided k k-1 power of the polynomial, a k-value of the threshold, Application
-
-
0下载:
实现线性表的基本算法 及其功能的实现
可以对其进行插入 删除 查询等操作-The basic algorithm to achieve a linear form and function of the realization of their insertion can delete queries and other operations
-
-
0下载:
2-3tree
暂时只有插入算法,经过严格测试,算法可读性非常强-2-3tree for the time being only the insertion algorithm, after rigorous testing, the algorithm is very strong readability
-
-
0下载:
在排序算法中有一种排序算法插入排序,是把待排序的数分成两个部,其中A为已排好序的数,B为未排好序的数,初始状态下,A中只有一个元素。该算法依次从B中取数插入到A中的相应位置,直到B中的数取完为止。请在链表表示上实现上述的插入排序算法。-A sorting algorithm insertion sort in the sort algorithm, the number to be sorted is divided into two sections, wherein A is sorted
-
-
0下载:
C语言的插入排序代码,适合没有学习更好的算法的新手看看,以前写的,只不过是最近修改了修改!绝对可用!-C language insertion sort code, did not learn better algorithm suitable for the novice to see written before, but was recently changed to modify! Absolutely free!
-
-
0下载:
排序算法比较。
本程序实现了,快速排序 插入排序冒泡排序,快速和选择排序的结合算法。-Sorting algorithm. This program implements, quick sort insertion sort bubble sort, quick sort of combination and selection algorithms.
-
-
0下载:
插入排序:(直接插入与折半插入)——练手代码
折半插入排序(binary insertion sort)是对插入排序算法的一种改进,所谓排序算法过程,就是不断的依次将元素插入前面已排好序的序列中。-sort algorithm
-
-
0下载:
构建三角网的VB程序,构建三角网的算法很多,这是逐点插入法,并在插入后进行外接圆检测(Build triangulation VB procedure, construct a triangulation algorithm is very much, this is the point insertion method, and circumcircle detection after insertion)
-
-
0下载:
构建三角网的VB程序,构建三角网的算法很多,这是逐点插入法,并在插入后进行外接圆检测(Build triangulation VB procedure, construct a triangulation algorithm is very much, this is the point insertion method, and circumcircle detection after insertion)
-