-
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
-
我们的作业 计算方法里面的牛顿切线法求根,(单根情况)。...
我们的作业 计算方法里面的牛顿切线法求根,(单根情况)。-our operations inside the calculation method Newton tangent Root, (single).
- 2022-09-13 08:15:03下载
- 积分:1
-
两个 3 X 3 矩阵相乘的 c 语言程序
这是两个3 * 3 矩阵相乘的 C源代码。欢迎下载、试用。谢谢大家的支持。
- 2023-04-11 16:20:04下载
- 积分:1
-
98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,...
98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段步5:随机确定将选定的路线反转或移动,即两种调整方式:反转、移动。步6:计算代价D,即调整前后的总路程的长度之差步7:按照如下规则确定是否做调整:如果D0,则按照EXP(-D/T)的概率进行调整步8:T*0.9-->T,降温-98 National Mathematical Contest in Modeling B and that the "flood inspections", is a salesman problem, and that is 53 points, all possibilities about exp (53), there is no good way to get accurate solutions, since no exact solution for, we used simulated annealing France obtained an optimum solution to all nodes to a number of 53 to 53.1 is with the system structure, changes in the structure of the rules is : from 1-53 with a randomly selected with a son, to reverse or to move it to another, the energy E is the natural path length. The specific algorithm is described as follows : Step 1 : The initial set temperature T,
- 2023-05-19 17:45:04下载
- 积分:1
-
根据日期算星期,调试通过
根据日期算星期,调试通过-count on the date weeks, through debugging
- 2022-10-19 19:30:04下载
- 积分:1
-
主要的
列主元法求解高次线性方程-main-element method high linear equations
- 2022-03-23 22:38:38下载
- 积分:1
-
c# k-mean 大数据挖掘算法算法
本文件封装好K-MEANS算法,只需要调用函数就可以使用
- 2022-01-23 10:52:22下载
- 积分:1
-
QR算法得到一个对称的特征值,三对角n×n矩阵
QR ALGORITHM To obtain the eigenvalues of a symmetric, tridiagonal n by n matrix
- 2022-03-23 18:48:00下载
- 积分:1
-
数值分析三角直接分解法
数值分析三角直接分解法-Numerial Analyse:
Doolittle Analyze Arithmetic
- 2022-01-29 02:40:15下载
- 积分:1
-
This program generates interpolation function for input data in three methods:...
This program generates interpolation function for input data in three methods:
1-Newton forward method
2-Newton backward method
3-lagrange method
- 2022-07-07 06:09:44下载
- 积分:1