-
aes算法c(c++)_支持128、192和256位密钥
AES.h
#pragma once
class AES
{
public:
typedef enum ENUM_KeySize_
{
BIT128 = 0,
BIT192,
BIT256
}ENUM_KEYSIZE;
public:
AES( ENUM_KEYSIZE keysize, BYTE *key );
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-11 07:18:24下载
- 积分:1
-
心电图程序
应用背景
51单片机的必敲程序之一,通过使用ADC可以学习到数模转换,由浅入深地学习51单片机
关键技术通过数模转换,实现对脉搏的频率的转换,由一个LED来显示脉搏频率
- 2022-03-01 08:30:48下载
- 积分:1
-
FFT by C++, with source file
快速傅立叶变换 采用c++编程 有源代码-FFT by C++, with source file
- 2022-07-22 05:09:18下载
- 积分:1
-
dtw语音识别算法
dtw是语音识别中的一种重要算法,该算法在语音识别中得到广泛的应用,是一种很实用的算法。
- 2023-05-10 17:05:03下载
- 积分:1
-
一个各种著名算法问题的c源程序包,推荐
一个各种著名算法问题的c源程序包,推荐-A variety of well-known algorithm for the problem c source, the recommendation
- 2022-07-27 00:11:36下载
- 积分:1
-
算法分析课程设计
应用背景算法分析题集你看看你肥的嫌少我乜没办法啊啊啊啊四大皆空公里速度发几个女客人公司你恢复搞活看见发几个你发几个了的加工费是否大家好开发机构开发机构撒了 染发膏估计房价过快的发几个法国开发了贷款公司分类的管理方式贷款裂口高开三个看购房款各类信访科格鲁斯达克公里速度发kg罗斯福地块规划 关键技术算法克服了了富士康廊坊的考虑国家看来飞机开绿灯撒家乐福浪费司法扣得分率的快速路附近的事件发生的开发商减肥的事件疯啦疯啦快递费的卡路附近的大家分开了的事件防控力度大家分开的事件防控了机卡分离式电价分类的司法考试的了疯狂的快速反击速度发牢骚开发的深刻反思弗雷德萨科发牢骚开发
- 2022-05-13 10:47:07下载
- 积分:1
-
It is the DOS environment to develop a mathematical calculation software, the ma...
它是在DOS环境下开发的数学计算软件,菜单中主要的一种是“有限元法”,使用的编程语言是C语言,解压无需密码。-It is the DOS environment to develop a mathematical calculation software, the main menu is a "finite element method", the use of the C programming language is the language, extract no password is required.
- 2023-01-04 08:40:03下载
- 积分:1
-
lower frequency inverter
lower frequency inverter
- 2023-06-28 09:35:03下载
- 积分:1
-
最大最小蚂蚁算法c++
传统蚁群优化算法难以量化定性系统的优化指标。为此,提出一种交互式最大最小蚂蚁算法。将路径中的信息素限制在最大最小区间内,利用全局历史最优解进行信息素更新和用户评价,选择当前代最感兴趣的解,无需给出每个解的具体优劣数量值,以提高算法性能和降低用户疲劳。仿真实验结果表明,该算法具有较好的搜索能力和较快的收敛速度。
- 2022-01-25 21:12:23下载
- 积分:1
-
Monte Carlo method known as random or statistical skills test method. More than...
蒙特卡罗方法又称随机抽样技巧或统计试验方法。半个多世纪以来,由于科学技术的发展和电子计算机的发明 ,这种方法作为一种独立的方法被提出来,并首先在核武器的试验与研制中得到了应用。蒙特卡罗方法是一种计算方法,但与一般数值计算方法有很大区别。它是以概率统计理论为基础的一种方法。由于蒙特卡罗方法能够比较逼真地描述事物的特点及物理实验过程,解决一些数值方法难以解决的问题,因而该方法的应用领域日趋广泛。
-Monte Carlo method known as random or statistical skills test method. More than half a century, the development of science and technology and the invention of the electronic computer, this method as an independent method was raised and the first nuclear test and research has been applied. The Monte Carlo method is a calculated, but with the general numerical method a great difference. It was based on the theory of probability and statistics-based approach. As the Monte Carlo method can vividly describe things and the physical characteristics of the experimental process, numerical methods to solve some difficult problems, the result of the increasingly extensive application areas.
- 2022-07-14 13:23:24下载
- 积分:1