-
禁忌搜索算法的例子程序求解Tsp问题
禁忌搜索算法的例子程序求解Tsp问题- The taboo search algorithm example procedure solves the Tsp
question
- 2023-04-11 18:30:04下载
- 积分:1
-
计算三点的插值函数的fortran90程序,包括源代码,一个算例和输出文件,简单适用。...
计算三点的插值函数的fortran90程序,包括源代码,一个算例和输出文件,简单适用。-Calculating a three-point interpolation function fortran90 procedures, including source code, a numerical example and output files, simple and applicable.
- 2022-02-27 08:32:48下载
- 积分: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
-
4级词典构建哈希表
资源描述哈希表的构建,主要使用了ELFHASH进行编码。分别使用了指针哈希和开放地址哈希进行编写。用4级词汇构建,测试样例为4万个输入,可以明显分析其时间差距。大学二年级开学初的作业之一。
- 2022-02-22 11:13:11下载
- 积分:1
-
16 位 二进制 随机数 生产 函数和Manchester编码
16 位 二进制 随机数 生产 函数和Manchester编码-16-bit binary random number production function and Manchester encoding
- 2022-07-16 18:39:35下载
- 积分:1
-
ACM分治 最临近点对
1005: 最邻近点对
时间限制: 1 Sec 内存限制: 8 MB
提交次数: 6024 通过次数: 1804
提交
题目描述
要求用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出最邻近距离的平方。其中0
- 2022-02-04 12:14:49下载
- 积分:1
-
高效的乘法函数,不用调用系统乘法器,对没有乘法器的系统来说非常有用....
高效的乘法函数,不用调用系统乘法器,对没有乘法器的系统来说非常有用.-Efficient multiplication function, do not call the system multiplier, multiplier of the system is not very useful.
- 2022-11-11 02:45:03下载
- 积分:1
-
PID 算法实现
PID 算法C语言实现 内有仿真文件.很容易看得明白
- 2022-08-09 15:11:57下载
- 积分:1
-
University's Department of Mathematics will study the courses have a numeric...
大学里数学系必学的一们课程数值分析中的经典算法――――三次样条插值的程序vb版本-University"s Department of Mathematics will study the courses have a numerical analysis of the classical algorithm-cubic spline interpolation procedures version vb
- 2022-02-10 03:23:23下载
- 积分:1
-
多目标优化
完善的多目标算法,可以用来进行智能的多目标优化,方便实用,是不可多得的优质代码,分享出来供大家参考借鉴,使用时注明出处
- 2022-02-09 14:09:41下载
- 积分:1