-
RSA加密算法
Rivest、Shamir 和 Adleman设计了一种算法,可以实现非对称加密。这种算法用他们三个人的名字命名,叫做RSA算法。从那时直到现在,RSA算法一直是最广为使用的“非对称加密算法”。只要有计算机网络的地方,就有RSA算法。
- 2022-07-19 04:32:05下载
- 积分:1
-
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断...
搜索算法部分使用minmax递归,alphabeta剪枝,初期和中期搜索6层,最后部分搜索15层。评估算法主要是最小行动力,加以位置值的相关判断- The search algorithm partially uses the minmax recursion, the
alphabeta pruning, the initial period and the intermediate stage
searches 6, finally partially searches 15. Appraised the algorithm
mainly is the smallest good power, performs the position value the
correlation to judge
- 2023-02-28 03:35:04下载
- 积分:1
-
BP神经网络java
资源描述包含源代码及说明文档,使用java语言,代码清晰,使用时先用StartLearning类训练,后使用TestMain类测试,说明文档简单讲解了算法流程及注意事项,附带3000个训练测试数据。仅供学习参考,欢迎提问。
- 2023-08-30 04:40:03下载
- 积分:1
-
This is a float to float into the IEEE process, the type of electrical parameter...
这是一个将浮点数转换成IEEE浮点数的程序,可以对电气类的参数设置和调试有帮助。此程序可以生成西门子变频器的调试代码的psw部分。-This is a float to float into the IEEE process, the type of electrical parameter setting and debugging help. This procedure can generate Siemens inverter Debugging valid part of the code.
- 2022-06-17 08:33:15下载
- 积分:1
-
算24点,若有解则输出每一步计算步骤,若无解则返回“No answer!”...
算24点,若有解则输出每一步计算步骤,若无解则返回“No answer!”-Count 24 points, if so, what solutions are output every step of the calculation steps, if there are no solution is returned
- 2022-08-17 18:34:01下载
- 积分:1
-
大数类,重载了各类操作符,可以直接使用
大数类,重载了各类操作符,可以直接使用-fate categories, a variety of heavy-duty operator can be used directly
- 2022-07-01 08:49:31下载
- 积分:1
-
地震波有限差分正演
地球物理勘探中,基础的地震波正演模拟程序,包括五个正演程序,(高阶中心差分,高阶交错网格差分,使用标准的PML边界的正演程序)在acou文件夹下附有运行的结果。
- 2022-09-04 08:15:02下载
- 积分:1
-
动态矩阵的加,减,乘法实现的类,使用模版,完全原创(经过测试)...
动态矩阵的加,减,乘法实现的类,使用模版,完全原创(经过测试)-dynamic matrix, plus or minus, multiplication achieve category, the use of templates, completely original (tested)
- 2022-09-12 19:50:03下载
- 积分:1
-
矩阵相乘(C实现)
将矩阵视为一维数组,利用struct来存储指向矩阵内容的指针、行数和列数,并且给予内存空间回收机制,即便是做了很多次矩阵相乘也不会导致内存浪费。
如果有必要最大限度的提高运算速率,请将循环自变量调整为register
- 2022-12-10 00:15:03下载
- 积分:1
-
Romber algorithm with C language
研究生期间上《数值计算方法》课的作业,所有代码都是C语言实现并调试通过,现在上传为大家服务。这是论博格算法-Romber algorithm with C language
- 2023-02-12 00:50:03下载
- 积分:1