-
在 java 中的 rsa algoritham
/*
rsa.c = 演示 os RSA 公钥加密
此代码使用小 (即坏) 素数,减少了 ASCII
大写发信给 1、 2、 3 等......,并加密每个字符
独立。这会导致腐烂安全,但是保持
足够小,而无需使用复杂的算法计算的数字。
此代码还不计算逆有效 (在
感兴趣的明确代码),并挑选一个小的固定的加密
键,而不是一个随机。
值得一提的这种方法的强度是
它是很难计算从 e 和 n d。这反过来取决于
在 n 上被硬到的因素。这就是为什么您应使用巨大的素数,
不是 3、 5、 7、 11 或其他小的素数。
写 2006 年 10 由韦恩狭鳕,美国佛罗里达坦帕。
[示例通过从"加密和数据安全"第 104 页
由多萝西 Denning,(C) 1982年艾迪生 - 韦斯利]。
*/
- 2022-03-22 15:36:30下载
- 积分:1
-
OFELI is an object oriented library of C++ classes for development of finite ele...
OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are : * Various storage schemes of matrices (dense, sparse, skyline). * Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners. * Shape functions of most "popular" finite elements * Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).-OFELI is an object oriented library of C++ classes for development of finite element codes. Its main features are :* Various storage schemes of matrices (dense, sparse, skyline).* Direct methods of solution of linear systems of equations as well as various combinations of iterative solvers and preconditioners.* Shape functions of most "popular" finite elements* Element arrays of most popular problems (Heat Transfer, Fluid Flow, Solid Mechanics, Electromagnetics, ...).
- 2022-02-27 06:26:31下载
- 积分:1
-
LINGO Tutorial LINGO is used to solve linear and nonlinear optimization problems...
LINGO 教程
LINGO是用来求解线性和非线性优化问题的简易工具。LINGO内置了一种建立最优化模型的语言,可以简便地表达大规模问题,LINGO高效的求解器可快速求解并分析结果。-LINGO Tutorial LINGO is used to solve linear and nonlinear optimization problems of simple tools. LINGO built a model set up to optimize the language can easily express the large-scale problems, LINGO solver efficient and quick solution of the results of the analysis.
- 2022-06-16 14:30:21下载
- 积分:1
-
Statistics module C++ Source can be used to calculate the statistics.
统计模块的 C++源程序 ,可以用来计算统计数据. -Statistics module C++ Source can be used to calculate the statistics.
- 2023-04-13 04:10:03下载
- 积分:1
-
GPS硬校时程序
资源描述IRIG(Inter Range Instrumentation Group)码是美国靶场司令委员会制定的一种时间标准,共有4种并行二进制时间码格式和6种串行二进制时间码格式。其中最常用的是IRIG-B时间码格式。B码可以分为直流(DC)码和交流(AC)码,交流码是1 kHz的正弦波载频对直流码进行幅度调制后形成的;直流码采用脉宽编码方式。每秒1帧,含100个码元,每个码元宽度为10ms。码元有3种,位置标识符的脉宽是8ms(位置标识P0~P9和参考标志Pr),二进制“1”和“0”的脉宽分别为5 ms和2ms。
每帧从参考标志Pr开始,也就是连续两个8 ms脉冲中的第2个8 ms脉冲的前沿开始,分别为Pr,第0,1,…,99码元。在Pr和P5之间是BCD字段,传送的是BCD码格式的时间信息(包含秒、分、时、天4种信息),低位在前,高位在后;个位在前十位在后。在P5和P8之间是CF字段,实现控制功能,可根据实际使用时的协议制定使用方法,在这里没有用到该字段。在P5和P8之间是SBS字段,是用二进制表示的以秒(s)为单位的时间信息。
- 2022-02-16 07:13:33下载
- 积分:1
-
利用遗传算法进行阈值分割
本算法利用遗传算法根据otsu原则迭代计算得到图像的最优分割阈值。
使用了opencv库。
- 2022-02-03 09:05:06下载
- 积分:1
-
Cuneyt Mertayak的Adaboost算法
Cuneyt Mertayak的Adaboost-matlab程序6个文件汇总+注释,能够在MATLAB运行成功实现Adaboost算法!
- 2022-06-16 20:03:31下载
- 积分:1
-
KALMAN滤波器和condense算法的运动跟踪分析
KALMAN滤波器和condense算法的运动跟踪分析-Kalman filter and condense the motion tracking algorithm analysis
- 2023-07-05 23:40:02下载
- 积分:1
-
同步原语发送 & 接收
发送和接收同步原语使用回声的客户机-服务器应用程序开发的Java实现
- 2023-02-14 21:10:04下载
- 积分:1
-
一个很有价值的c语言学习网站,可是整站下载的哦!
一个很有价值的c语言学习网站,可是整站下载的哦!-a valuable c language learning website, but the whole station download!
- 2023-05-27 11:00:03下载
- 积分:1