-
RSA en python
这种算法是 RSA 在 python 中的实现作为课程加密最后加宽,它有完整的易观和它评论太
- 2022-08-20 16:00:30下载
- 积分:1
-
二分法方程求根的经典算法
二分法方程求根的经典算法-dichotomy of the classic algorithm
- 2022-02-25 17:30:36下载
- 积分:1
-
手写字体的检测C++
使用C++程序语言编写的手写字体识别程序。方法应用了深度学习的方法中的深度神经网络和玻尔兹曼机技术。内附了程序的使用说明。
- 2022-05-17 18:43:19下载
- 积分:1
-
rc6算法的c语言实现
RC6是作为AES(Advanced Encryption Standard)的候选算法提交给NIST(美国国家标准局)的一种新的分组密码。它是在RC5的基础上设计的,以更好地符合AES的要求,且提高了安全性,增强了性能。
根据AES的要求,一个分组密码必须处理128位输入/输出数据。尽管RC5是一个非常快的分组密码,但它处理128位分组块时用了2个64位工作寄存器;而AES目前在讲究效率和简洁方面不支持64 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论 0 粉丝 0 发布 0 获赞 关注 查看主页 c算法rc语言实现 相关源码推荐 DHT11驱动 0 0 暂无评分c版贪食蛇 0 0 暂无评分经验模态分解 0 0 暂无评分排列熵计算 0 0 暂无评分正向运动学 0 0 暂无评分 介绍信息预览(0条)评论打分
- 2022-09-22 05:45:03下载
- 积分:1
-
多峰值函数找最优解算法代码
本算法是在多峰值函数找最优解,粒子群算法收敛速度快 ,精度高的优点。 代码清晰明了,有注释,可以帮助初学者很好的掌握,能够看懂 !
- 2022-02-06 06:56:06下载
- 积分:1
-
Double integraltion by Trapazoidal rule
#包括;
- 2022-04-06 13:00:03下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1
-
这是一个图论Gomory-Hu算法!!!
This is a Gomory Hu algorithm-This is a Gomory Hu algorithm!!!
- 2022-03-14 12:08:08下载
- 积分:1
-
用perl 做SRAM的window测量
这个代码是用perl调用Hspice做SRAM的仿真,通过修改不同的PMOS,NMOSwidth,测试不同width下SRAM read operation的window,以确定其稳定性。
perl 将Hspice的仿真结果读出,然后做图像处理
- 2022-04-29 07:34:01下载
- 积分:1
-
随机数产生源码
自己写的随机数产生源码,1. 使用乘同余法产生[0,1]区间上均匀分布的随机数2.基于[0,1]区间上均匀分布的随机数利用反变换法生成:连续随机变量:均匀分布随机变量、指数分布随机变量、三角分布的随机变量、正态分布的随机变量离散随机变量:离散均匀分布、泊松分布
- 2023-05-22 14:35:03下载
- 积分:1