-
二叉树的儿叉链表存储表示
有关于二叉树的二叉链表存储表示,其中分别包含二叉树的递归和非递归 创建、插入、遍历,辅助堆栈的建立。
- 2023-06-04 13:30:04下载
- 积分:1
-
YUV 视频帧 Sobel 方法
/*对象: 视频文件 ;YUV 4: 2: 0日期: 13/1/18 10:28#ifndef #define #include #include #include #include / / 定义图像高度和宽度的帧数高度 480宽度 640NUM_FRAME 20THRESH_HOLD_Y 20THRESH_HOLD_U 1THRESH_HOLD_V 1因舍尔沙尔 / / 函数原型无效 / / 初始化的内存Sobel_Assign (无符号字符型 *
- 2022-04-14 22:45:48下载
- 积分:1
-
简化的S-盒的DES算法..!
您可以使用这些S-盒快速实现DES算法中。幸得代码原作者此致
- 2022-06-13 12:07:49下载
- 积分:1
-
fkaçfaf dfdsfsfds
- 2022-05-10 16:51:48下载
- 积分:1
-
this file need a traffic log in txt format, given the traffic log, it gets the i...
this file need a traffic log in txt format, given the traffic log, it gets the ip address source and destination to perform the IP-lookup following the Huang s algorithm, as result it returns another txt showing the right port and destination ip
- 2023-04-05 05:05:03下载
- 积分:1
-
opencv c++色彩恢复的多尺度Retinex算法(MSRCR)
基于opencv的色彩恢复的多尺度Retinex算法(MSRCR),属于夜间图像增强算法,对去雾也有一定的处理效果,可直接运行,效果比较理想。基于opencv的色彩恢复的多尺度Retinex算法(MSRCR),属于夜间图像增强算法,对去雾也有一定的处理效果,可直接运行,效果比较理想。
- 2022-01-30 14:20:22下载
- 积分: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
-
RexEpr计算器
驱蚊器我哈是老大时间考虑的哈萨克大家啊还是卡刷空间的那上面那层啊考试监考大师大师的快乐啊斯达康那是大陆是看得见老师都没拿
- 2022-07-24 10:55:44下载
- 积分:1
-
acm uva算法系列
一些uva的acm题,一些不很难的题,希望一开始学习的人能有一个好的入门情况,代码写的清晰简单,好入门,为了凑五十个字。我丧心病狂了为了凑五十个字。我丧心病狂了为了凑五十个字。我丧心病狂了为了凑五十个字。我丧心病狂了为了凑五十个字。我丧心病狂了
- 2022-03-21 16:40:40下载
- 积分:1
-
VB numerical integration algorithm set. Quadrature including the trapezoidal met...
用VB实现数值积分的算法集。包括梯形求积法,反常积分,三重积分,龙贝格方法,辛卜生方法等6种方法。-VB numerical integration algorithm set. Quadrature including the trapezoidal method, abnormal integral triple integral, Romberg, Oracle Health means six ways.
- 2022-06-03 03:01:45下载
- 积分:1