-
这是在高高的GPU
这是在GPU上进行高速数字计算的数学库函数,以实现通用GPU计算-This is the GPU on the high-speed digital computing mathematical library functions in order to achieve universal GPU computing
- 2022-06-11 12:33:43下载
- 积分:1
-
快速 RSA 密码体制实现使用中国剩余定理
/ / RSATestFast: 测试快速 RSA 实现
导入 java.math.* ; / / 为 BigInteger
导入 java.util.* ; / / 为随机
公共类 RSATestFast {
公共静态 void elapsedTime (长开始时间) {
长时间停止时间 = System.currentTimeMillis() ;
双 elapsedTime = ((双)(stopTime-startTime)) / 1000.0 ;
System.out.println ("已用时间:"+ elapsedTime +"秒") ;
}
公共静态 void main (字符串 [] args) {
随机 rnd = 新 Random() ;
BigInteger m、 m1、 m2、 m3、 c、 s,s1 ;
RSAPrivateKeyFast 爱丽丝 = 新 RSAPrivateKeyFast (1024,rnd,"爱丽丝") ;
RSAPrivateKeyFast bob = 新 RSAPrivateKeyFast (1024,rnd,"鲍勃 ") ;
m = 新 BigInteger (
"1234567890987654321012345678909876543210"+
"1234567890987654321012345678909876543210"+
"1234567890987654321012345678909876543210"+
"1234567890987654321012345678909876543210"+
"1234567890987654321012345678909876543210"+
"1234567890987654321012345678909876543210") ;
System.out.println
- 2022-05-29 11:03:37下载
- 积分:1
-
动态矩阵的加,减,乘法实现的类,使用模版,完全原创(经过测试)...
动态矩阵的加,减,乘法实现的类,使用模版,完全原创(经过测试)-dynamic matrix, plus or minus, multiplication achieve category, the use of templates, completely original (tested)
- 2022-09-12 19:50:03下载
- 积分:1
-
on the rough tree algorithm
讲解了树的粗略算法-on the rough tree algorithm
- 2022-02-21 15:55:32下载
- 积分:1
-
ACM分治 最临近点对
1005: 最邻近点对
时间限制: 1 Sec 内存限制: 8 MB
提交次数: 6024 通过次数: 1804
提交
题目描述
要求用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出最邻近距离的平方。其中0
- 2022-02-04 12:14:49下载
- 积分:1
-
DMC VC++ Procedure to university graduates who have other useless nothing to add...
DMC VC++ 的程序 给大学生毕业用 啦 其它不多说了 用了就知道!-DMC VC++ Procedure to university graduates who have other useless nothing to add to that used on the know!
- 2023-05-06 05:05:02下载
- 积分:1
-
ACM被分为凸侧行算法
acm中划分凸边行算法-acm were divided into convex side trip Algorithm
- 2022-06-16 14:08:10下载
- 积分:1
-
简单二叉树的连表算法
简单二叉树的连表算法-even simple binary tree algorithm Table
- 2022-01-24 13:44:58下载
- 积分:1
-
使用结点分析法求解直流电阻电路,并将结果保存在txt格式的文档中...
使用结点分析法求解直流电阻电路,并将结果保存在txt格式的文档中-The use of node analysis method to solve the DC resistance circuit, and the results saved in txt format document
- 2022-07-27 14:21:49下载
- 积分:1
-
二叉树子系统
资源描述这是一个关于数据结构的基础算法,二叉树的子系统,有利于我们学习数据结构,相对于初学者而言,这是一个不错的选择,这样我们就可以快速的了解一些算法的思想
- 2022-05-26 20:34:33下载
- 积分:1