-
simulated_annealing header file that implements the simulated annealing optimisa...
simulated_annealing header file that implements the simulated annealing optimisation algorithms
- 2022-06-22 00:54:21下载
- 积分:1
-
简单的考勤管理系统
它跟踪假日、 假期、 疾病日历。其主要特点是: 增强的比较合同与尊重净工作日、 疾病、 加班费支出完成工时。拳打进/出与 pwd/条码,100%基于互联网和更多。Username:160208Password: 杰瑞
- 2022-11-10 13:25:03下载
- 积分:1
-
二叉树的遍历
二叉树的多种遍历方法(递归、非递归)1、新建二叉树、插入树节点。2、前序遍历、后序遍历、中序遍历、层序遍历。3、递归及非递归实现两种方法。4、使用C++5、树节点中最大值、最小值。
- 2022-05-06 12:09:41下载
- 积分:1
-
随机图生成工具
这是一个有向图或无向图的生成工具,可以随机地生产邻接矩阵和邻接表。该程序可以用于测试时产生测试数据程序为命令行式交互,命令列表如下: ////////////////////////// // COMMAND FORMAT // ////////////////////////// //gen D 5 10 //生成有向图,节点数,边数 //gen U 5 4 //生成无向图,节点数,边数 //show list //以邻接表形式输出 //show mat //以邻接矩阵形式输出 //show all //以邻接表和邻接矩阵形式输出 //out //out name.txt //输出到文件 //help //帮助 //quit ////////////////////
- 2023-03-15 05:35:04下载
- 积分: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
-
calendar and the lunar calendar algorithm (Calendar)
公历及阴历算法(Calendar)-calendar and the lunar calendar algorithm (Calendar)
- 2022-03-31 15:27:34下载
- 积分:1
-
ACM subject of some simple, you can time doing practice exercises.
ACM的一些简单题目,可以有空做做,练习练习。-ACM subject of some simple, you can time doing practice exercises.
- 2023-01-28 09:55:03下载
- 积分:1
-
迪杰斯特拉算法的vc++6.0实现,算法实现了最短路径的寻找。
迪杰斯特拉算法的vc++6.0实现,算法实现了最短路径的寻找。-Dijkstra algorithm vc++ 6.0 realize, realize the shortest path algorithm to find.
- 2023-01-30 09:05:04下载
- 积分:1
-
This is on the Support Vector Machine Toolbox. Inside, including many current po...
这是关于支持向量机的工具箱。里面包括很多目前比较流行的工具箱的源代码文件-This is on the Support Vector Machine Toolbox. Inside, including many current popular toolbox source code files
- 2023-09-04 16:35:04下载
- 积分:1
-
粒子滤波目标跟踪
这是一个高功能的目标跟踪程序。 实现了背景变换下的目标跟踪。(摄像头什么的可以转了)但是相对的, 对系统的资源要求也非常的高。
- 2022-09-10 23:00:04下载
- 积分:1