-
BP算法的C++类,输入输出全部采用文件格式,不用在运行的时候一个一个输入拉...
BP算法的C++类,输入输出全部采用文件格式,不用在运行的时候一个一个输入拉-BP algorithm C++ Category, input and output file format used, do not have a running time of an input pull
- 2022-01-25 17:11:20下载
- 积分:1
-
RSA
RSA算法实列,delphi开发语言编写,点击“加密”、“解密”按钮即可完成加密解密(RSA algorithm implementation column, delphi development language writing, click on the " encryption" and " decryption" button to complete the encryption and decryption)
- 2012-11-14 15:51:46下载
- 积分:1
-
语音编码文档,将ILBC代码专为硬件时需进行操作及对代码进行优化...
语音编码文档,将ILBC代码专为硬件时需进行操作及对代码进行优化-Speech coding documentation, will be ILBC code specifically for the hardware required to operate and optimize the code
- 2022-04-07 14:07:12下载
- 积分:1
-
一个可以锁定硬盘的程序
a program that can lock the hard disk -a program that can lock the hard disk
- 2022-01-26 08:02:21下载
- 积分:1
-
快速去除PDF密码设置,不用安装,直接使用
快速去除PDF密码设置,不用安装,直接使用-Quick removal of PDF password settings, do not need to install, direct use
- 2023-06-09 05:40:03下载
- 积分:1
-
C++源代码实现的非对称算法(RSA)
C++ 源代码实现 非对称算法(RSA)-C++ Source code to achieve asymmetric algorithms (RSA)
- 2022-02-02 15:12:50下载
- 积分:1
-
1098_abs
ALGORITHMES UNIFIES DE COMMANDE POLYNOMIALE
AUTO-AJUSTABLE PAR PLACEMENT DES POLES
- 2012-04-23 03:04:53下载
- 积分:1
-
此程序为3栏栅加密算法程序,可对一段明文字符加密 作者:万艳良 单位:武汉理工大学...
此程序为3栏栅加密算法程序,可对一段明文字符加密 作者:万艳良 单位:武汉理工大学-this procedure for three fencing encryption algorithm procedures, the section expressly characters encryption Author : 10000-Yan units : Wuhan Polytechnic University
- 2022-08-12 12:11:34下载
- 积分:1
-
采用CAST
采用CAST-256位加密的Back Orifice 2000(BO2000)插件-using CAST-256-bit encryption Back Orifice 2000 (BO2000 ) plugin
- 2022-04-10 05:09:26下载
- 积分:1
-
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p...
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
- 2022-02-06 10:37:53下载
- 积分:1